RX-Manager MCP Server v1.0.0

Quick Start

Add this server as a custom connector in Claude:

  1. Go to Claude Settings → Connectors
  2. Click "Add custom connector"
  3. Enter URL: https://mcp.starside.app
  4. Complete OAuth authentication

Available Tools (26)

API Endpoints

Example MCP Request

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "search_patient_by_rx",
    "arguments": {
      "storeNo": "3",
      "rxNumber": "123456"
    }
  }
}

Links

Server Info View Tools Health Check