Metadata-Version: 2.4
Name: pch-mcp-server
Version: 1.0.1
Summary: MCP server for PathCourse Health (PCH) — drop-in cheaper inference, USDC-based agent payments, and agent identity / reputation lookup
Project-URL: Homepage, https://github.com/pathcourse-health/pch-mcp-server
Project-URL: Documentation, https://github.com/pathcourse-health/pch-mcp-server#installation
Project-URL: Issues, https://github.com/pathcourse-health/pch-mcp-server/issues
Project-URL: Repository, https://github.com/pathcourse-health/pch-mcp-server
Author-email: PathCourse Health <agents@pathcoursehealth.com>
License: MIT
Keywords: agent-payment,claude-desktop,inference,llm,mcp,model-context-protocol,openai-compatible,pathcourse,pch,usdc,x402
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# pch-mcp-server

<!-- mcp-name: io.github.pathcourse-health/mcp-server -->

MCP server for [PathCourse Health (PCH)](https://pathcoursehealth.com). Stdio transport. Works with any MCP-compatible client (Claude Desktop, Cursor, Cline, Continue.dev, Zed).

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

Add to your client's MCP config:

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

See the [main repo README](https://github.com/pathcourse-health/pch-mcp-server#readme) for the full tool list and per-client install guides.
