← Index

PathCourse Health (PCH)

io.github.pathcourse-health/mcp-server·v1.0.1·Finance & Payments
Quality Score
95
/100

Cheaper LLM inference, USDC agent payments via x402, agent identity / reputation lookup.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@pathcourse/mcp-server"
      ],
      "env": {
        "PCH_API_KEY": "<your-pch_api_key>",
        "PCH_GATEWAY_URL": "https://gateway.pathcoursehealth.com"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@pathcourse/mcp-server"
      ],
      "env": {
        "PCH_API_KEY": "<your-pch_api_key>",
        "PCH_GATEWAY_URL": "https://gateway.pathcoursehealth.com"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @pathcourse/mcp-server
Claude Desktop (uvx)
{
  "mcpServers": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "pch-mcp-server"
      ],
      "env": {
        "PCH_API_KEY": "<your-pch_api_key>",
        "PCH_GATEWAY_URL": "https://gateway.pathcoursehealth.com"
      }
    }
  }
}
§02  Environment variables
PCH_API_KEY
secret

Your PCH API key (format: pch_prod_b_...). Optional — many tools work without it. Mint one via the pch_provision tool by sending 5 USDC on Base.

PCH_GATEWAY_URL

Override the PCH gateway URL. Defaults to https://gateway.pathcoursehealth.com (production mainnet).

PCH_API_KEY
secret

Your PCH API key (format: pch_prod_b_...). Optional — many tools work without it. Mint one via the pch_provision tool by sending 5 USDC on Base.

PCH_GATEWAY_URL

Override the PCH gateway URL. Defaults to https://gateway.pathcoursehealth.com (production mainnet).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Finance & Payments