
Meok Mcp Test Mcp
Regression-test any MCP server with golden files, schema-drift detection, and tool-failure cases from inside your coding agent.
Overview
MEOK MCP Test MCP is a Ship-phase MCP server that runs golden-file, schema-drift, and tool-failure tests against any MCP server.
What is this MCP server?
- Golden-file tests for MCP tool outputs
- Schema-drift detection when MCP tool definitions change
- Tool-failure scenario tests for resilient agent integrations
- Drop-in testing MCP for arbitrary MCP servers
- Stdio (Python PyPI) plus optional streamable-http remote at api.meok.ai/v1/dev/meok-mcp-test
- Version 1.0.0 on PyPI identifier meok-mcp-test-mcp
- Optional remote https://api.meok.ai/v1/dev/meok-mcp-test (streamable-http)
- Stdio transport with runtimeHint python
What problem does it solve?
MCP servers break silently when schemas or tool behavior change, and solo builders rarely have a repeatable test harness inside the agent loop.
Who is it for?
Indie developers authoring or forking MCP servers who want agent-invokable regression tests without a separate CI-only framework.
Skip if: Teams that only need penetration testing or EU compliance paperwork without MCP contract testing.
What do I get? / Deliverables
You can catch drift and tool failures early so shipped MCP integrations stay compatible with your agent configs.
- Golden-file pass/fail results for MCP tools
- Schema-drift reports when definitions change
- Tool-failure test coverage for agent resilience
Recommended MCP Servers
Journey fit
MCP quality gates belong in Ship when you are proving integrations stable enough to release, not during early idea research. Testing subphase is the right shelf for golden-file suites, schema drift checks, and simulated tool failures on MCP servers.
How it compares
MCP contract and regression tester, not an injection scanner or governance policy server.
Common Questions / FAQ
Who is meok-mcp-test-mcp for?
Solo builders and MCP authors who need golden-file and schema-drift testing callable from Claude Code, Cursor, or other MCP clients.
When should I use meok-mcp-test-mcp?
Use it in Ship testing whenever you version an MCP server, refactor tools, or before publishing to a registry or marketplace.
How do I add meok-mcp-test-mcp to my agent?
Install PyPI meok-mcp-test-mcp for local stdio, or configure the streamable-http remote URL from the server manifest, then wire tests to your target MCP server.