Redox

Redox MCP Connector for Claude

A+

Connect to the Redox healthcare API to search patients, retrieve clinical conditions, and write back observations directly from your AI agent.

4 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Integrate your Redox environment with any AI agent to streamline healthcare interoperability. This server allows you to interact with clinical data using both FHIR standards and Redox Data Models through natural language.

What you can do

  • Patient Discovery — Search for patient records across connected healthcare systems using specific identifiers and destination slugs.
  • Clinical Insights — Retrieve active diagnoses and conditions (problem lists) for specific patients to provide medical context.
  • Clinical Writeback — Save vitals and clinical observations back to the EHR by sending structured FHIR bundles.
  • Data Model Events — Send asynchronous notifications or synchronous queries using standardized Redox JSON Data Models for broad interoperability.
  • Environment Management — Seamlessly switch between development and production environments for testing and deployment.

How it works

  1. Subscribe to this server
  2. Enter your Redox API Key
  3. Start querying patient data or posting clinical observations from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • HealthTech Developers — Test clinical integrations and verify FHIR resource mapping directly from your coding environment.
  • Clinical Operations — Quickly look up patient conditions or identifiers without navigating complex EHR interfaces.
  • Digital Health Startups — Accelerate the development of AI-driven medical assistants by providing them with real-time access to clinical data.
fhirhealth-interoperabilitypatient-dataclinical-recordsehr-integration

4 tools expose this connector's capabilities to your AI agent.

create_observation

Save vitals or observations (Writeback)

post_data_model

Send a Redox Data Model API event

search_condition

g., problem-list-item) associated with a specific patient ID. Retrieve diagnoses/conditions for a patient

search_patient

Search for a patient in Redox FHIR API

See how to talk to your AI agent using Redox.

Search for patient identifier 'urn:redox:source:MR|12345' in the production environment for destination 'clinical-hub'.

I've initiated the search in the clinical-hub destination. I found a patient record matching that identifier. Would you like to see the full FHIR resource details?

Retrieve all active conditions for patient ID 'P123' in the development environment.

I've fetched the conditions for patient P123. The list includes 'Essential hypertension' and 'Type 2 diabetes mellitus'. Do you need the specific codes or onset dates for these?

Post a Redox Data Model event for a new appointment notification using this JSON payload.

I've sent the Data Model payload to the Redox API. The event has been successfully queued for processing. Here is the response metadata from the server.

Yes, by using the `search_patient` tool with the specific `destination_slug` and `identifier`, you can query any connected system in your Redox network.

Related Connectors