PathCourse Health (PCH)
Rank #25511pulsemcp/pathcourse-health
MCP server integrating PathCourse Health services for LLM inference, USDC-based agent payments, and agent identity lookup.
PathCourse Health (PCH) is a Model Context Protocol (MCP) server published by pathcourse-health. It ranks #25511 of 58,832 servers tracked on MCP Toplist. PathCourse Health (PCH) is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 10, 2026 and most recently updated on May 10, 2026.
Ranks ahead of 33,321 of 58,832 servers on MCP Toplist.
Use PathCourse Health (PCH)
Add PathCourse Health (PCH) to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"pathcourse-health": {
"command": "npx",
"args": [
"-y",
"@pathcourse/mcp-server"
],
"env": {
"PCH_API_KEY": "<your PCH_API_KEY>",
"PCH_GATEWAY_URL": "<your PCH_GATEWAY_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pathcourse-health": {
"command": "uvx",
"args": [
"pch-mcp-server"
],
"env": {
"PCH_API_KEY": "<your PCH_API_KEY>",
"PCH_GATEWAY_URL": "<your PCH_GATEWAY_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries
pathcourse-health
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | May 10, 2026 |
Frequently asked questions
- What is PathCourse Health (PCH)?
- MCP server integrating PathCourse Health services for LLM inference, USDC-based agent payments, and agent identity lookup.
- Who maintains PathCourse Health (PCH)?
- PathCourse Health (PCH) is maintained by pathcourse-health, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is PathCourse Health (PCH) an official MCP server?
- Yes — PathCourse Health (PCH) is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does PathCourse Health (PCH) have?
- MCP Toplist tracks 1 version of PathCourse Health (PCH), most recently published on May 10, 2026.
- Where can I find the source code for PathCourse Health (PCH)?
- The source code for PathCourse Health (PCH) is hosted at github.com/pathcourse-health/pch-mcp-server.