Add this server as a custom connector in Claude:
https://mcp.starside.appGET /.well-known/mcp.json - Server discoveryGET /mcp/tools - List available toolsPOST /mcp - MCP protocol endpoint (requires auth)GET /oauth/authorize - OAuth authorizationPOST /oauth/token - OAuth token exchange{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_patient_by_rx",
"arguments": {
"storeNo": "3",
"rxNumber": "123456"
}
}
}