MCP server for Tebra/Kareo practice management — patients, billing, scheduling, FHIR (45 tools)
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Tebra.
tebra_search_patientsSearch patients by name, DOB range, insurance, practice, and more (16 server-side filters)
tebra_get_patientGet full patient record (by Tebra ID or external ID) with cases, insurance policies, and authorizations
tebra_create_patientRegister a new patient with demographics, insurance, and guarantor
tebra_update_patientUpdate patient demographics and contact info
tebra_get_all_patientsBulk patient retrieval with pagination (for sync operations)
tebra_get_appointmentsSearch appointments by date range, resource (provider), patient, status, location
MCP server for Tebra (formerly Kareo) practice management. Connects your existing Tebra account to Claude and other MCP-compatible AI agents, exposing 34 SOAP tools and 13 FHIR clinical tools for patients, encounters, appointments, billing, documents, insurance, and clinical data. Every request body is generated from the live Tebra WSDL contract (member names and sequence order verified against KareoServices.svc?xsd=xsd0/xsd7), with a regression suite locking the wire format in place. No data is accessible without valid Tebra API credentials.
This is an independent open-source project. It is not affiliated with, endorsed by, or supported by Tebra Technologies, Inc.; "Tebra" and "Kareo" are trademarks of their owner, used here only to identify the API this server talks to. Tool results contain protected health information: sending them to Claude requires a Claude plan under which Anthropic signs a Business Associate Agreement (BAA). Consumer Claude plans are not covered, and confirming coverage is the responsibility of the practice operating the server.
Do not want to manage credentials, hosting, and updates yourself? DOCK is the managed version of this server: encrypted per-practice auth, audit logs, draft-first write actions, and a workflow library. Founding practices lock lifetime pricing: Front Desk $49/mo (Zenoti), Billing Desk $99/mo (Tebra; DOCK signs its own BAA with the practice, separate from Anthropic's), Full Practice $129/mo (both). https://dockhq.vercel.app
| Variable | Required | Description |
|---|---|---|
TEBRA_SOAP_USER | Yes | SOAP API user (email) |
TEBRA_SOAP_PASSWORD | Yes | SOAP API password |
TEBRA_CUSTOMER_KEY | Yes | Customer key from Tebra PM admin |
TEBRA_SOAP_ENDPOINT | No | Override SOAP endpoint (for testing) |
| Variable | Required | Description |
|---|---|---|
TEBRA_FHIR_CLIENT_ID | For FHIR | OAuth2 client ID from Tebra appSphere registration |
TEBRA_FHIR_PRIVATE_KEY_PATH | For FHIR (JWKS registrations) | Path to the PEM (PKCS#8) private key for SMART Backend Services private_key_jwt; its public half is the JWKS you registered with Tebra. Takes precedence over the secret |
TEBRA_FHIR_KID | With the key path | The kid of that public key in your published JWKS (required whenever the key path is set) |
TEBRA_FHIR_CLIENT_SECRET | For FHIR (secret registrations) | OAuth2 client secret — the fallback used only when no key path is set |
TEBRA_FHIR_BASE_URL | No | FHIR R4 base URL (defaults to https://fhir.prd.cloud.tebra.com/fhir-request) |
TEBRA_FHIR_TOKEN_URL | No | OAuth2 token endpoint (defaults to Tebra production) |
TEBRA_FHIR_SCOPE | No | OAuth2 scope (defaults to system/*.read; match your appSphere registration) |
FHIR credentials are obtained through Tebra appSphere. The server uses the OAuth2 client credentials flow with automatic token caching, refresh 60s before expiry, and a one-shot retry on 401. Two client authentications are supported: SMART Backend Services private_key_jwt (an appSphere Backend App registered as "Confidential (URL for JWKS)" — the server signs an RS384 client assertion with iss=sub=client id, aud=token URL, a 5-minute exp and a unique jti, sent as client_assertion with client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer; the private key is read from disk once and never transmitted) and the legacy client_secret flow. Set the key path for the former, the secret for the latter. Note: both the practice and the backend-service client must be activated by Tebra Customer Care before tokens are issued — a 401 can mean "not yet activated" rather than "bad credentials".
Add to .mcp.json in your project root:
Add to your claude_desktop_config.json:
Add to your MCP settings:
| Tool | Description |
|---|---|
tebra_search_patients | Search patients by name, DOB range, insurance, practice, and more (16 server-side filters) |
tebra_get_patient | Get full patient record (by Tebra ID or external ID) with cases, insurance policies, and authorizations |
tebra_create_patient | Register a new patient with demographics, insurance, and guarantor |
tebra_update_patient | Update patient demographics and contact info |
tebra_get_all_patients | Bulk patient retrieval with pagination (for sync operations) |
| Tool | Description |
|---|---|
tebra_get_appointments | Search appointments by date range, resource (provider), patient, status, location |
tebra_get_appointment_detail | Get full appointment detail including recurrence, group data, and resources |
tebra_create_appointment | Create an appointment (provider, location, start time + duration/end) |
tebra_update_appointment | Update or reschedule an existing appointment |
tebra_update_appointment_status | Change only the status (Confirmed, CheckedIn, NoShow, Cancelled, ...) |
tebra_delete_appointment | Permanently delete an appointment |
tebra_get_appointment_reasons | List configured appointment types/reasons for the practice |
tebra_create_appointment_reason | Create a new appointment type/reason |
| Tool | Description |
|---|---|
tebra_get_encounter | Get encounter details with status, providers, and service line IDs |
tebra_create_encounter | Create an encounter (superbill) with per-line diagnoses and procedures |
tebra_update_encounter_status | Workflow transitions: Draft -> Submitted -> Approved / Rejected / Unpayable |
tebra_get_charges | Search charges with 18 filters (dates, patient name, provider, status) |
tebra_get_payments | Search payment records by post date, payer, batch, reference number |
tebra_create_payment | Post a payment to a patient account |
| Tool | Description |
|---|---|
tebra_get_patient_authorizations | Get all authorizations with status, remaining visits, and CPT codes |
tebra_check_insurance_eligibility | Check eligibility from on-file insurance data |
| Tool | Description |
|---|---|
tebra_get_providers | List all providers with IDs, specialties, and NPI numbers |
tebra_get_service_locations | List practice locations with addresses and contact info |
tebra_get_practices | Get practice metadata (name, tax ID, billing info) |
tebra_get_procedure_codes | Get procedure code catalog with descriptions and default fees |
| Tool | Description |
|---|---|
tebra_create_document | Upload a document (PDF, image) to a patient's chart |
tebra_delete_document | Remove a document from a patient's chart |
| Tool | Description |
|---|---|
tebra_get_transactions | Get granular transaction data for financial reporting |
| Tool | Description |
|---|---|
tebra_validate_connection | Health check -- verifies SOAP credentials and connectivity |
tebra_get_throttles | Get current API rate limit status and remaining quota |
tebra_register_external_vendor | Register an external vendor for ID linking |
tebra_get_external_vendors | List registered external vendors |
tebra_update_patient_external_id | Link an external system ID to a Tebra patient |
tebra_set_primary_patient_case | Promote an existing patient case to primary (by case ID) |
These tools access clinical data via the Tebra FHIR R4 API. They require separate FHIR credentials (see Environment Variables above). If FHIR credentials are not configured, these tools will not be registered.
FHIR patient IDs are a different identifier space from SOAP patient IDs — use tebra_fhir_search_patients to resolve them. All FHIR searches follow Bundle pagination automatically (up to 10 pages), and the three resources where Tebra requires a second search parameter (MedicationRequest intent, CarePlan category, CareTeam status) get sensible defaults so they don't silently return empty.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tebra)<a href="https://allmcps.com/mcp/tebra"><img src="https://allmcps.com/api/badge/tebra?style=directory" alt="Tebra on AllMCPs" /></a>