Cheaper LLM inference, USDC agent payments via x402, agent identity / reputation lookup.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @pathcourse/mcp-server
MCP client config
{
"mcpServers": {
"pathcourse-health-pch": {
"command": "npx",
"args": [
"-y",
"@pathcourse/mcp-server"
]
}
}
}Run
uvx pch-mcp-server
MCP client config
{
"mcpServers": {
"pathcourse-health-pch": {
"command": "uvx",
"args": [
"pch-mcp-server"
]
}
}
}