Create and manage mock HTTP endpoints with MockServer, set up request expectations, and verify incoming requests during development and testing. For developers building APIs who need isolated, controllable mock services.
io.github.Akkshay10/MCPClientMock
Local install
STDIO
No auth required
How models use it and what it is built for.
Create and manage mock HTTP endpoints with MockServer, set up request expectations, and verify incoming requests during development and testing. For developers building APIs who need isolated, controllable mock services.
Local install — runs as a subprocess.
Configuration this server reads at startup.
MockServer hostname
MockServer port
Where to find authoritative docs and source for Akkshay10 Mcpclientmock.
Paste any of these into Agent Studio after connecting Akkshay10 Mcpclientmock.
Common questions about connecting and running Akkshay10 Mcpclientmock.
What is MockServer and how does this MCP server connect to it?
MockServer is an open-source tool for mocking HTTP services. This MCP server communicates with a running MockServer instance via the MOCKSERVER_HOST and MOCKSERVER_PORT environment variables, allowing you to create expectations and verify requests programmatically.
How do I set up the MOCKSERVER_HOST and MOCKSERVER_PORT environment variables?
Set MOCKSERVER_HOST to your MockServer hostname (e.g., localhost) and MOCKSERVER_PORT to the port it listens on (e.g., 1080). These tell the MCP server where to find your MockServer instance.
Can I use this MCP server without a running MockServer instance?
No, you need a MockServer instance running and accessible at the host and port specified in your environment variables. The MCP server acts as a client to MockServer, not a standalone mock service.
What are the main capabilities for managing mock state?
Based on the registry metadata, you can create expectations (define mock responses), verify requests (confirm calls were made), and manage mock state. Refer to the MockServer documentation or the MCP server's tool definitions for the full API.
Is there a cost or license for using this MCP server?
MockServer is open-source and free. This MCP server wrapper (mockserver-mcp) is installed via npm. Check the package repository for licensing details and any version-specific terms.
MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 30+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.
Open Agent Studio