{
  "name": "@opdstar/nhi-mcp",
  "description": "The MCP server for Taiwan NHI billing intelligence — rejection codes, audit clauses, drug payment rules, fee schedule, special materials, and appeal case precedents.",
  "protocol": "Model Context Protocol — JSON-RPC 2.0 over HTTP",
  "endpoint": "/api/mcp",
  "methods": [
    "initialize",
    "tools/list",
    "tools/call",
    "ping"
  ],
  "tool_count": 24,
  "docs": "https://github.com/tatsuju/opdstar-nhi-mcp",
  "status_page": "/mcp/status",
  "example_request": {
    "method": "POST",
    "body": {
      "jsonrpc": "2.0",
      "id": 1,
      "method": "tools/list"
    }
  },
  "powered_by": "OPDSTAR (https://opdstar.com)"
}