OPDSTAR NHI MCP

checking…

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.

Endpoint

URL
/api/mcp
Protocol
Model Context Protocol — JSON-RPC 2.0
Transport
HTTPS POST
Server
@opdstar/nhi-mcp
Auth
none (public read-only)

Connect from Claude Desktop / Cursor

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"]
    }
  }
}

Tools

Loading tool list…

Datasets

Loading dataset freshness…

Sample prompts