mcpbeat Sign in

Mockmcp MCP Server

by k-cupples Your server? Claim it
not responding

Mockmcp is listed as active in the registry but did not answer our last check. Last commit 25 Apr 2026.

Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.

Uptime history 51 days of history · worst day 0%
51 days agonow
0.0%
Uptime 24h
0 of 91 checks
Tools
hidden behind auth
247 ms
Response time
average over 24h
0
Stars
last commit 25 Apr 2026

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/index.ts:98
    const content = await readFile(path.join(LANDING_DIR, filename));

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add mockmcp --transport http https://mockmcp.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mockmcp": {
      "url": "https://mockmcp.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mockmcp]
url = "https://mockmcp.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mockmcp": {
      "url": "https://mockmcp.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mockmcp": {
      "url": "https://mockmcp.io/mcp"
    }
  }
}

Endpoints

URLTransportStateLatencyChecked
https://mockmcp.io/mcp streamable-http answering 247 ms 11 min ago

Alternatives to Mockmcp

same job, measured the same way
Prowlo — Reddit & X for AI agents
by prowlo

Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.

49 tools answering
DATPAQ
by datpaq

34 production API tools over one hosted MCP endpoint.

answering
Pangolinfo Amazon Data MCP
by pangolin-spg

Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.

33 installs/wk answering
CalendarMCP
by calendarmcp

Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.

answering
Wisely x402 Agent-Payment Infrastructure
by wiselyenterprisesllc

Self-facilitated x402/MCP payments for hosted endpoints, rail proofs, receipts, and agents.

65 tools answering
Memnode
by memnode

Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint.

answering
Defenter Proxy
by defenter-ai

Real-time semantic security for AI coding agents and MCP tools

122 installs/wk local only
Htag Docs
by htagai

Public HTAG discovery for MCP tools, API endpoints, OpenAPI ops, and agents.

5 tools answering

Mockmcp — questions

Answers built from our own checks of this server.

Is Mockmcp working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 247 ms. The bar chart above shows every period we have measured.
The registry lists Mockmcp as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Mockmcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Mockmcp need an API key?
No. Mockmcp completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. This is what we observed, not what the docs claim.
Is Mockmcp open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.