Live · 12 tools ·
Streamable HTTP
Realistic fake data for MCP agents.
No setup.
Paste one URL into Claude Code, Cursor, or Claude Desktop. Your agent
gets a hosted MCP server with 12 pre-built tools returning realistic
fake data. Skip the scaffolding. Start prototyping.
Copy
https://mockmcp.io/mcp
Connect your client
Native Streamable HTTP. No local proxy required.
Claude Code
Cursor
Claude Desktop
Copy
claude mcp add --transport http mockmcp https://mockmcp.io/mcp
Copy
{
"mcpServers" : {
"mockmcp" : {
"url" : "https://mockmcp.io/mcp"
}
}
}
https://mockmcp.io/mcp
MockMCP
Limits
Free tier is generous enough for prototyping. Heavy use →
paid tier waitlist .
Per-minute
30
requests per fingerprint
Per-day
500
requests per fingerprint
Setup
0
accounts, keys, config
Questions
Is the data real?
No. Every tool returns generated fake data, seeded from your inputs.
Nothing persists. Perfect for prototyping, tutorials, or evals.
Do I need an account?
No. No signup, no API key, no config. Paste the URL, run your
agent.
Why would I use this instead of a real API?
Because your agent isn't finished and neither is your backend.
MockMCP lets you design and test agent logic before the real plumbing
exists.
What about rate limits in CI?
If you're running evals against MockMCP at scale, hit the
waitlist . A paid tier with reliability
guarantees is coming for exactly that use case.
Can I see the source?
Yes — open source at
github.com/k-cupples/mockmcp .