Run a lightweight local MCP mock server for predictable testing.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mock-mcp" yet — see the docs or source repo.
Use mock-mcp to start a local HTTP MCP mock service with two tools that return fixed results: get_status returns {"status":"ok"}, and list_items returns ["a","b","c"}. Then tell me the local endpoint URL.A local MCP mock service configuration, tool definitions, and endpoint URL for integration testing.
Use mock-mcp to create an MCP mock service that requires an OAuth token, and configure a ping tool that returns pong so I can test client authentication flow.
A mock service setup with authentication requirements and a test tool to verify authorization behavior.
Use mock-mcp to create a zero-dependency local test service where search_docs, create_ticket, and get_user all return predictable results, and explain how to use it in CI integration tests.
A stable mock service plan for automation and CI, including deterministic responses for each tool.
Quickly integrate and test MCP features with demo tools and resources.
Simulate dynamic actions for any query with persistent state across sessions.
Securely manage OAuth 2.0 tokens for MCP applications.
A modular MCP tool for echo, system info, time, math, and file reading.
Test all MCP protocol features when building and validating clients.
Use 65 deterministic tools to reliably test MCP protocols across transports.