🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

pch-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pch-mcp-server

MCP server for PathCourse Health (PCH) — drop-in cheaper inference, USDC-based agent payments, and agent identity / reputation lookup

pipPyPI
Version
1.0.1
Weekly downloads
45
Maintainers
1

pch-mcp-server

MCP server for PathCourse Health (PCH). Stdio transport. Works with any MCP-compatible client (Claude Desktop, Cursor, Cline, Continue.dev, Zed).

uvx pch-mcp-server
# or
pip install pch-mcp-server

Add to your client's MCP config:

{
  "mcpServers": {
    "pch": {
      "command": "uvx",
      "args": ["pch-mcp-server"],
      "env": { "PCH_API_KEY": "pch_prod_b_..." }
    }
  }
}

See the main repo README for the full tool list and per-client install guides.

Keywords

agent-payment

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts