mockworld

swarmproof/mockworld
★ 0 stars Python Code/Dev Tools Updated today
A synthetic internet for agents — fake Stripe, Gmail, exchange, and more as instant MCP servers.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mockworld": {
      "command": "uvx",
      "args": [
        "mockworld"
      ]
    }
  }
}

Or install with pip: pip install mockworld

README Excerpt

> The localhost for the agent economy. Spin up high-fidelity fake services — a fake Stripe, a fake Gmail, a fake exchange, a fake CRM — as instant MCP servers, so you can build and test agents without touching production, leaking data, or paying for real API calls. <!-- TODO: demo GIF — an agent charging a fake card and getting a realistic decline -->