← Back to Plugins
MCP Server MCP

PathCourse Health (PCH)

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @pathcourse/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@pathcourse/mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "format": "string",
          "isSecret": true,
          "name": "PCH_API_KEY"
        },
        {
          "description": "Override the PCH gateway URL. Defaults to https://gateway.pathcoursehealth.com (production mainnet).",
          "format": "string",
          "default": "https://gateway.pathcoursehealth.com",
          "name": "PCH_GATEWAY_URL"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "pch-mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "format": "string",
          "isSecret": true,
          "name": "PCH_API_KEY"
        },
        {
          "description": "Override the PCH gateway URL. Defaults to https://gateway.pathcoursehealth.com (production mainnet).",
          "format": "string",
          "default": "https://gateway.pathcoursehealth.com",
          "name": "PCH_GATEWAY_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm pypi

Comments

Sign in to leave a comment

Loading comments...