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.
Programmatically manage MockServer mocks, request verification, and state cleanup via MCP.
Mock, replay, verify, and chaos-test APIs and LLM dependencies via MCP.
Quickly integrate and test MCP features with demo tools and resources.
Store and browse AI-generated mockups through MCP in a clean gallery.
Intercept, inspect, and mock HTTP(S) traffic for debugging and API testing.
A simple MCP server for testing OAuth 2.0 support in mcp-cli.