Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Hosted MCP endpoint returning realistic fake data for prototyping agents. Paste one URL, zero setup.
Live at mockmcp.io β https://mockmcp.io/mcp
Built for devs who want to prototype agent workflows without wiring up a backend, writing fixtures, or standing up a local MCP server. 12 pre-built tools covering the scenarios in most agent tutorials.
Claude Code
Cursor β add to ~/.cursor/mcp.json:
Claude Desktop β Settings β Connectors β Add custom connector β paste https://mockmcp.io/mcp as the URL.
No mcp-remote proxy required. All three clients speak Streamable HTTP natively.
| 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.
Free tier, per hashed IP + User-Agent fingerprint:
Hit the wall? Drop your email at mockmcp.io/waitlist for paid-tier access when it launches.
429 responses carry a structured JSON-RPC error with upgrade_url and retry_after_seconds. Every successful response carries X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-RateLimit-Scope headers.
Server listens on http://localhost:3000. MCP endpoint at /mcp. Without Upstash env vars, rate limiting falls back to an in-memory store (per-process, fine for dev).
@modelcontextprotocol/sdk β MCP server + Streamable HTTP transporthttp β no framework overhead, clean shutdown@faker-js/faker β deterministic fake data via seeds@upstash/ratelimit + @upstash/redis β sliding-window rate limitingzod β tool input validationTargets Node 20+. Build + start are pinned via nixpacks.toml; health checks + restart policy via railway.json.
| Var | Notes |
|---|---|
UPSTASH_REDIS_REST_URL | From upstash.com free tier |
UPSTASH_REDIS_REST_TOKEN | Paired with the URL above |
PORT | Railway sets this automatically |
GET /health returns {"ok":true}. Railway pings this during deploy.
POST /api/waitlist logs a structured JSON line per signup:
Grep them with railway logs | grep waitlist_signup. Storage-free by design β swap in Resend, a Tally forward, or a DB when the paid tier is live.
MIT β see LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mockmcp)<a href="https://allmcps.com/mcp/mockmcp"><img src="https://allmcps.com/api/badge/mockmcp?style=directory" alt="Mockmcp on AllMCPs" /></a>