
MCPClientMock
Let your agent create MockServer expectations, verify HTTP traffic, and reset mock state while you ship API-dependent features.
Overview
io.github.Akkshay10/MCPClientMock is a Ship-phase MCP server that controls James Bloom MockServer for expectations, request verification, and mock state.
What is this MCP server?
- stdio MCP via npm mockserver-mcp (v1.0.2)
- Create expectations, verify requests, and manage mock state on James Bloom MockServer
- MOCKSERVER_HOST and MOCKSERVER_PORT target your running MockServer instance
- GitHub: Akkshay10/MCPClientMock
- Server version 1.0.2
- Transport: stdio
- npm identifier: mockserver-mcp
Community signal: 1 GitHub stars.
What problem does it solve?
Agents and solo builders waste time manually scripting MockServer rules and checks instead of driving them through MCP during test design.
Who is it for?
Builders running MockServer in dev or CI who want agent-assisted expectation setup and request verification.
Skip if: Projects with no HTTP boundaries, or teams that prefer only in-process mocks without a MockServer deployment.
What do I get? / Deliverables
Your agent can provision and verify HTTP mocks on a live MockServer instance while you refine API client code and test suites.
- Agent-driven MockServer expectations and verifications
- Repeatable mock state management during test sessions
- Faster iteration on API client behavior against controlled responses
Recommended MCP Servers
Journey fit
How it compares
MockServer control-plane MCP, not a generic HTTP client skill or production monitoring tool.
Common Questions / FAQ
Who is io.github.Akkshay10/MCPClientMock for?
Developers and solo builders who already use MockServer and want MCP agents to manage expectations and verifications.
When should I use io.github.Akkshay10/MCPClientMock?
Use it in the ship/testing phase when you are stubbing third-party APIs and need the agent to create or verify MockServer expectations.
How do I add io.github.Akkshay10/MCPClientMock to my agent?
Install mockserver-mcp from npm, start MockServer, set MOCKSERVER_HOST and MOCKSERVER_PORT, and register the stdio server in your MCP-capable editor or CLI.