MCP server for CMS Open Payments data — manufacturer/GPO payments to physicians and teaching hospitals (2018-2024)
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"
]
}
}
}
Run in terminal:
claude mcp add openpayments-mcp-ser npx -y QuentinCody/openpayments-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"openpayments-mcp-ser": {
"command": "npx",
"args": [
"-y",
"QuentinCody/openpayments-mcp-server"
]
}
}
}