MCP ServerSTDIOOfficialv1.0.2

Akkshay10 Mcpclientmock MCP Server

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

Hosted URL

Local install

Transport

STDIO

Auth

No auth required

What the Akkshay10 Mcpclientmock MCP server does

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.

Connect to Akkshay10 Mcpclientmock

Local install — runs as a subprocess.

npx mockserver-mcp@1.0.2

Environment variables

Configuration this server reads at startup.

  • MOCKSERVER_HOST

    MockServer hostname

  • MOCKSERVER_PORT

    MockServer port

Resources

Where to find authoritative docs and source for Akkshay10 Mcpclientmock.

Example prompts for Akkshay10 Mcpclientmock

Paste any of these into Agent Studio after connecting Akkshay10 Mcpclientmock.

  • Set up a mock endpoint that returns 200 with JSON when POST /api/users is called
  • Create an expectation for GET /health that responds with status 503 three times then 200
  • Verify that exactly 2 requests were made to /api/orders in the last test run
  • What tools does this MCP server expose for managing MockServer state and expectations?

Akkshay10 Mcpclientmock MCP server — FAQ

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.

Skip the local setup — run MCP in your browser

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

Related servers

More on MCP Playground