openpayments-mcp-server

QuentinCody/openpayments-mcp-server
★ 0 stars TypeScript 📊 Data/Analytics Updated 1mo ago
MCP server for CMS Open Payments data — manufacturer/GPO payments to physicians and teaching hospitals (2018-2024)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openpayments-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "QuentinCody/openpayments-mcp-server"
      ]
    }
  }
}