Truepill

Truepill MCP Connector for Claude

A+

Manage pharmacy operations and patient records via Truepill — create patients, find records, and track prescriptions directly from any AI agent.

7 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Truepill account to any AI agent to streamline pharmacy and patient management workflows through natural conversation.

What you can do

  • Patient Management — Create, update, and retrieve detailed patient records including demographics and contact information.
  • Search & Discovery — Find patients using specific criteria like name, date of birth, or zip code without needing a token first.
  • Prescription Tracking — Access full prescription histories, status updates, and fillable details for any patient in your system.
  • Detailed Inspection — Fetch specific prescription metadata including prescriber details, NDC, and refill counts.
  • Event Monitoring — Retrieve webhook events to stay updated on pharmacy lifecycle changes and order statuses.

How it works

  1. Subscribe to this server
  2. Enter your Truepill API Key
  3. Start managing healthcare records from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Healthcare Providers — quickly look up patient history and prescription statuses during consultations.
  • Operations Teams — monitor pharmacy events and patient record updates without manual dashboard navigation.
  • Developers — test and interact with the Truepill API directly from the code editor to verify patient data structures.
pharmacy-apipatient-recordsprescription-managementhealthcare-ittelehealth

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

create_patient

Returns a patient_token. Create a new patient record

find_patient

Find patients by demographic details

get_patient_prescriptions

Get all prescriptions for a patient

get_patient

Get a specific patient by token

get_prescription

Get details for a specific prescription

get_webhook_events

g., NOTIFY_RX, ORDER, SHIPMENT, TRANSFER). Retrieve webhook events

update_patient

g., address, phone, email) for a patient. Required fields like dob or last_name cannot be updated via this endpoint. Update an existing patient record

See how to talk to your AI agent using Truepill.

Find a patient named Alice Smith born on 19880425.

I've searched the records. I found one match for Alice Smith (DOB: 1988-04-25) with patient token 'pt_987654321'. Would you like to see her full profile?

Get all prescriptions for patient pt_987654321.

Retrieving prescription history... Alice has 2 active prescriptions: Amoxicillin (Status: Filled) and Lisinopril (Status: Pending). Do you need the details for either of these?

Create a new patient record for Bob Jones, male, born 19751212, living in New York 10001.

I've successfully created the record for Bob Jones. His new patient token is 'pt_112233445'. You can now add prescriptions to this profile.

Yes. You can use the `find_patient` tool to search by first name, last name, date of birth, or zip code to locate the correct record.

Related Connectors