The MCP server for Taiwan NHI billing intelligence — rejection codes, audit clauses, drug payment rules, fee schedule, special materials, and appeal case precedents. Read-only public data. JSON-RPC 2.0 over HTTPS. No auth required.
Two ways to use the OPDSTAR MCP server:
1. Remote (one-click via the Anthropic MCP Directory — pending)
// In Claude Desktop / Cursor, point at this endpoint: POST https://opdstar.com/api/mcp Content-Type: application/json { "jsonrpc": "2.0", "id": 1, "method": "tools/list" }
2. Local (npm) — add to your MCP client config:
{
"mcpServers": {
"opdstar-nhi": {
"command": "npx",
"args": ["-y", "@opdstar/nhi-mcp"]
}
}
}