MCP Server
MCP
PathCourse Health (PCH)
Cheaper LLM inference, USDC agent payments via x402, agent identity / reputation lookup.
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
By
Comments
Sign in to leave a comment