Submit

Mockmcp

@Kyle Cupples

Hosted MCP endpoint that returns realistic fake data for prototyping agents. Paste one URL into Claude Code, Cursor, or Claude Desktop — 12 pre-built tools covering users, products, orders, events, email, and knowledge base search. No signup, no config, no auth. Built for developers who want to prototype agent workflows before wiring up a real backend.
Overview

What it is

MockMCP is a hosted Model Context Protocol endpoint that returns realistic fake data for prototyping agents. Paste one URL into Claude Code, Cursor, or Claude Desktop — no signup, no config, no API keys. 12 pre-built tools covering the scenarios in most agent tutorials.

Built for developers who want to design and test agent workflows before the real backend exists.

Quickstart

Claude Code

claude mcp add --transport http mockmcp https://mockmcp.io/mcp

Cursor — add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "mockmcp": {
      "url": "https://mockmcp.io/mcp"
    }
  }
}

Claude Desktop — Settings → Connectors → Add custom connector → paste https://mockmcp.io/mcp.

All three clients speak Streamable HTTP natively. No mcp-remote proxy required.

Tools

┌───────────────────────┬─────────────────────────────────────────┐
│         Tool          │              What it does               │
├───────────────────────┼─────────────────────────────────────────┤
│ list_users            │ Paginated list of mock users├───────────────────────┼─────────────────────────────────────────┤
│ get_user              │ One mock user by id or seed             │
├───────────────────────┼─────────────────────────────────────────┤
│ create_user           │ Create a mock user (no persistence)├───────────────────────┼─────────────────────────────────────────┤
│ list_products         │ Paginated list of mock products         │
├───────────────────────┼─────────────────────────────────────────┤
│ get_product           │ One mock product                        │
├───────────────────────┼─────────────────────────────────────────┤
│ list_orders           │ Mock orders with optional status filter │
├───────────────────────┼─────────────────────────────────────────┤
│ get_order             │ One mock order                          │
├───────────────────────┼─────────────────────────────────────────┤
│ create_order          │ Create a mock order (no persistence)├───────────────────────┼─────────────────────────────────────────┤
│ list_events           │ Mock analytics events                   │
├───────────────────────┼─────────────────────────────────────────┤
│ create_event          │ Record a mock event                     │
├───────────────────────┼─────────────────────────────────────────┤
│ send_email            │ Returns fake success, nothing delivered │
├───────────────────────┼─────────────────────────────────────────┤
│ search_knowledge_base │ Mock KB search with ranked results      │
└───────────────────────┴─────────────────────────────────────────┘

All data is seeded from your inputs — same input, same output across requests.

Free tier limits

- 30 requests per minute per hashed fingerprint
- 500 requests per day per hashed fingerprint

429 responses include retry_after_seconds and an upgrade_url. Successful responses carry
X-RateLimit-* headers. Drop your email at mockmcp.io/waitlist for paid-tier access when it
launches.

Links

- Website: mockmcp.io
- Source: github.com/K-Cupples/mockmcp (MIT)
- Paid tier waitlist: mockmcp.io/waitlist

Server Config

{
  "mcpServers": {
    "mockmcp": {
      "url": "https://mockmcp.io/mcp"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.