Skip to content

Releases: H129hj/checkmcp

CheckMCP v0.5.0 — MCP server mode + audit-mcp on PyPI

Choose a tag to compare

@H129hj H129hj released this 04 Jul 15:44

First real PyPI release, published as audit-mcp (the name checkmcp was already taken by an unrelated project). Brand, site (checkmcp.dev), repo and MCP-registry id io.github.H129hj/checkmcp are unchanged.

New

  • MCP server modeaudit-mcp mcp runs CheckMCP itself as an MCP server (stdio) exposing one read-only tool, audit_mcp_server(url, token?), so an agent can score a server mid-conversation.
    • Claude Code: claude mcp add audit-mcp -- uvx audit-mcp mcp
    • Hardened stdio loop: UTF-8 output (no Windows cp1252 crash), malformed/non-object JSON returns a JSON-RPC error instead of killing the session.
  • CLI unchanged in behavior: uvx audit-mcp https://your-mcp.example.com/mcp

Install

uvx audit-mcp https://mcp.deepwiki.com/mcp     # audit a server
uvx audit-mcp mcp                               # run as an MCP server

39 tests green. Published via PyPI Trusted Publishing (OIDC, token-less).

CheckMCP v0.4.0

Choose a tag to compare

@H129hj H129hj released this 03 Jun 10:36

Gateway, behavioral evals, monitoring, governance.