clinical-rules-mcp-server

paullopez-ai/clinical-rules-mcp-server
★ 0 stars TypeScript AI/LLM Updated 2d ago
An MCP server that exposes payer-specific clinical authorization criteria as structured, agent-consumable tools — designed to compose with Anthropic's native Claude for Healthcare CMS Connector.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clinical-rules-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "paullopez-ai/clinical-rules-mcp-server"
      ]
    }
  }
}