MCP Directory

getmockd/mockd

GitHub
Developer Tools

Multi-protocol API mock server with 18 MCP tools. Mock HTTP, GraphQL, gRPC, WebSocket, MQTT, SSE, and SOAP APIs with chaos engineering, stateful CRUD, 8 import formats (OpenAPI, Postman, HAR, WireMock, cURL, Mockoon, WSDL), and deterministic seeded responses.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mockd

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from getmockd/mockd your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mockd": {
      "command": "npx",
      "args": [
        "-y",
        "mockd"
      ]
    }
  }
}

Route getmockd/mockd intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mockd

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use getmockd/mockd directly without routing

npx -y mockd

New to Agent-CoreX? View setup guide →

getmockd/mockd MCP Server — Agent-CoreX