SERVER

PathCourse Health (PCH)

Rank #25562

pulsemcp/pathcourse-health

MCP server integrating PathCourse Health services for LLM inference, USDC-based agent payments, and agent identity lookup.

First listed
May 10, 2026
Last publish date
May 10, 2026
OVERVIEW

PathCourse Health (PCH) is a Model Context Protocol (MCP) server published by pathcourse-health. It ranks #25562 of 58,900 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.

STANDING
#25,562of 58,900 tracked serversTop 50%

Ranks ahead of 33,338 of 58,900 servers on MCP Toplist.

CONNECT

Use PathCourse Health (PCH)

Add PathCourse Health (PCH) to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

npm package
{
  "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.

Python package (PyPI)
{
  "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.

REGISTRIES

Listed on 2 registries

ORGANIZATION

pathcourse-health

Organization
Total servers
1
Total versions
1
VERSIONS

Available versions (1)

VersionPublished
1.0.1May 10, 2026
FAQ

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.
EXPLORE