Serversio.github.pathcourse-health/mcp-server
S

PathCourse Health (PCH)

io.github.pathcourse-health/mcp-server · v1.0.1
▦ npm
v1.0.1npm npm: @pathcourse/mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.pathcourse-health/mcp-server",
  "description": "Cheaper LLM inference, USDC agent payments via x402, agent identity / reputation lookup.",
  "title": "PathCourse Health (PCH)",
  "repository": {
    "url": "https://github.com/pathcourse-health/pch-mcp-server",
    "source": "github"
  },
  "version": "1.0.1",
  "websiteUrl": "https://pathcoursehealth.com",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}