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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mockdAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mockdAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use getmockd/mockd directly without routing
npx -y mockdNew to Agent-CoreX? View setup guide →