MCPJam features

Everything MCPJam does to help you trust your MCP server: inspector, OAuth debugging, JSON-RPC logging, evals, and more.

Frequently asked questions

The Inspector. Connect your MCP server, call its tools, and watch a real model use them — most problems surface in that first session. Evals, CI/CD gates, and cross-client testing are what you add once you want that same check to run without you.

The core is open source and free: the client, Inspector, core CLI and SDK, local evals, and conformance checks, runnable locally or in your own CI with one npx command and no signup. Paid plans add shared credits, higher eval limits, SSO, and support — pricing carries the current split.

Yes. MCPJam is SDK, framework, and deployment agnostic: if an MCP client can connect to your server, MCPJam can test it, using the same config shape as an mcp.json file. It is also strictly pre-production — it exercises your server the way a client would and never instruments live traffic.

Yes. The CLI and SDK run the same checks headlessly, and CI/CD eval gates wire them into GitHub Actions so a pull request fails on a behavior regression rather than a user finding it. The hands-on features and the automated ones are the same engine.