Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Tebra
T
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:26:11 PM

Tebra

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

MCP server for Tebra/Kareo practice management β€” patients, billing, scheduling, FHIR (45 tools)

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "tebra": {
      "command": "npx",
      "args": [
        "-y",
        "tebra"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

tebra-mcp-server

npm version License: MIT

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.

Hosted version available

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, BAA included), Full Practice $129/mo (both). https://dockhq.vercel.app

Quick Start

Terminal
npx tebra-mcp-server

Prerequisites

  • Node.js 18+
  • Tebra SOAP API credentials (generated in Tebra PM admin under Settings > API)
  • (Optional) Tebra FHIR API credentials for clinical data access

Environment Variables

SOAP API (required)

VariableRequiredDescription
TEBRA_SOAP_USERYesSOAP API user (email)
TEBRA_SOAP_PASSWORDYesSOAP API password
TEBRA_CUSTOMER_KEYYesCustomer key from Tebra PM admin
TEBRA_SOAP_ENDPOINTNoOverride SOAP endpoint (for testing)

FHIR API (optional -- enables 13 clinical data tools)

VariableRequiredDescription
TEBRA_FHIR_CLIENT_IDFor FHIROAuth2 client ID from Tebra appSphere registration
TEBRA_FHIR_CLIENT_SECRETFor FHIROAuth2 client secret
TEBRA_FHIR_BASE_URLNoFHIR R4 base URL (defaults to https://fhir.prd.cloud.tebra.com/fhir-request)
TEBRA_FHIR_TOKEN_URLNoOAuth2 token endpoint (defaults to Tebra production)
TEBRA_FHIR_SCOPENoOAuth2 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. 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".

Installation

Claude Code

Add to .mcp.json in your project root:

config.json
{
  "mcpServers": {
    "tebra": {
      "command": "npx",
      "args": ["-y", "tebra-mcp-server"],
      "env": {
        "TEBRA_SOAP_USER": "user@practice.com",
        "TEBRA_SOAP_PASSWORD": "your-password",
        "TEBRA_CUSTOMER_KEY": "your-customer-key",
        "TEBRA_FHIR_CLIENT_ID": "optional-fhir-client-id",
        "TEBRA_FHIR_CLIENT_SECRET": "optional-fhir-client-secret"
      }
    }
  }
}

Claude Desktop

Add to your claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "tebra": {
      "command": "npx",
      "args": ["-y", "tebra-mcp-server"],
      "env": {
        "TEBRA_SOAP_USER": "user@practice.com",
        "TEBRA_SOAP_PASSWORD": "your-password",
        "TEBRA_CUSTOMER_KEY": "your-customer-key"
      }
    }
  }
}

Cursor / VS Code

Add to your MCP settings:

config.json
{
  "mcpServers": {
    "tebra": {
      "command": "npx",
      "args": ["-y", "tebra-mcp-server"],
      "env": {
        "TEBRA_SOAP_USER": "user@practice.com",
        "TEBRA_SOAP_PASSWORD": "your-password",
        "TEBRA_CUSTOMER_KEY": "your-customer-key"
      }
    }
  }
}

Available Tools (47 total)

Patient Management

ToolDescription
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)

Appointments

ToolDescription
tebra_get_appointmentsSearch appointments by date range, resource (provider), patient, status, location
tebra_get_appointment_detailGet full appointment detail including recurrence, group data, and resources
tebra_create_appointmentCreate an appointment (provider, location, start time + duration/end)
tebra_update_appointmentUpdate or reschedule an existing appointment
tebra_update_appointment_statusChange only the status (Confirmed, CheckedIn, NoShow, Cancelled, ...)
tebra_delete_appointmentPermanently delete an appointment
tebra_get_appointment_reasonsList configured appointment types/reasons for the practice
tebra_create_appointment_reasonCreate a new appointment type/reason

Encounters & Billing

ToolDescription
tebra_get_encounterGet encounter details with status, providers, and service line IDs
tebra_create_encounterCreate an encounter (superbill) with per-line diagnoses and procedures
tebra_update_encounter_statusWorkflow transitions: Draft -> Submitted -> Approved / Rejected / Unpayable
tebra_get_chargesSearch charges with 18 filters (dates, patient name, provider, status)
tebra_get_paymentsSearch payment records by post date, payer, batch, reference number
tebra_create_paymentPost a payment to a patient account

Insurance & Authorizations

ToolDescription
tebra_get_patient_authorizationsGet all authorizations with status, remaining visits, and CPT codes
tebra_check_insurance_eligibilityCheck eligibility from on-file insurance data

Practice Configuration

ToolDescription
tebra_get_providersList all providers with IDs, specialties, and NPI numbers
tebra_get_service_locationsList practice locations with addresses and contact info
tebra_get_practicesGet practice metadata (name, tax ID, billing info)
tebra_get_procedure_codesGet procedure code catalog with descriptions and default fees

Documents

ToolDescription
tebra_create_documentUpload a document (PDF, image) to a patient's chart
tebra_delete_documentRemove a document from a patient's chart

Financial Analysis

ToolDescription
tebra_get_transactionsGet granular transaction data for financial reporting

External Vendor & System

ToolDescription
tebra_validate_connectionHealth check -- verifies SOAP credentials and connectivity
tebra_get_throttlesGet current API rate limit status and remaining quota
tebra_register_external_vendorRegister an external vendor for ID linking
tebra_get_external_vendorsList registered external vendors
tebra_update_patient_external_idLink an external system ID to a Tebra patient
tebra_set_primary_patient_casePromote an existing patient case to primary (by case ID)

FHIR Clinical Data (requires FHIR credentials)

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.

ToolDescription
tebra_fhir_search_patientsFind FHIR patient IDs by name, birthdate, or identifier
tebra_fhir_get_allergiesPatient allergy and intolerance list
tebra_fhir_get_medicationsActive and historical medication list
tebra_fhir_get_conditionsProblem list / active conditions
tebra_fhir_get_vitalsRecent vital signs (BP, HR, temp, weight, BMI)
tebra_fhir_get_lab_resultsLab results and observation values
tebra_fhir_get_immunizationsVaccination records
tebra_fhir_get_proceduresProcedures performed
tebra_fhir_get_care_plansActive care plans
tebra_fhir_get_care_teamCare team members and roles
tebra_fhir_get_diagnostic_reportsDiagnostic reports (radiology, pathology)
tebra_fhir_get_documentsClinical documents (CDA, notes)
tebra_fhir_get_devicesImplantable devices (UDI data)

Rate Limits

The SOAP client enforces a minimum interval between calls per action, mirroring the throttling thresholds in the Tebra API Technical Guide. When a tool is called more frequently than its limit allows, the client sleeps just long enough to satisfy the interval before sending the request β€” calls are delayed, never dropped.

ActionMin interval between calls
GetPatient250 ms
GetPractices, GetProviders, GetServiceLocations, GetProcedureCodes, GetEncounterDetails, GetAppointment, all Create* / Update* / Delete*500 ms
GetPatients, GetAppointments, GetAppointmentReasons, GetCharges, GetPayments, GetTransactions, GetExternalVendors, UpdatePatient1000 ms
GetAllPatients, GetThrottles5000 ms

On top of client-side throttling, every SOAP call retries up to 3 times with exponential backoff (1s, 2s, 4s) before surfacing an error. Use tebra_get_throttles to query Tebra's server-side rate limit counters in real time.

Example Workflows

Scheduling Flow

Code
1. tebra_get_providers          -- Get provider IDs
2. tebra_get_service_locations  -- Get location IDs
3. tebra_get_appointment_reasons -- Get reason/type IDs
4. tebra_create_appointment     -- Create with provider, location, reason IDs
5. tebra_get_appointment_detail -- Verify creation

Encounter Approval Flow

Code
1. tebra_create_encounter            -- Create superbill (status: Draft)
2. tebra_update_encounter_status     -- Move to Submitted (shows as "Review" in Tebra's UI)
3. tebra_update_encounter_status     -- Move to Approved (triggers billing)
   OR
3. tebra_update_encounter_status     -- Reject back to Draft

Front-Desk Check-In Flow

Code
1. tebra_get_appointments             -- Today's schedule (resourceName = provider)
2. tebra_update_appointment_status    -- CheckedIn on arrival
3. tebra_update_appointment_status    -- CheckedOut at departure

Payment Posting Flow

Code
1. tebra_search_patients    -- Find patient
2. tebra_get_charges        -- Find outstanding charges
3. tebra_create_payment     -- Post payment to patient account
4. tebra_get_payments       -- Verify payment posted

Patient Onboarding

Code
1. tebra_search_patients              -- Check for existing patient
2. tebra_create_patient               -- Create if not found
3. tebra_update_patient_external_id   -- Link Supabase client ID
4. tebra_create_appointment           -- Schedule first visit

Clinical Context for Note Creation

Code
1. tebra_get_appointments             -- Get today's schedule
2. tebra_get_appointment_detail       -- Get appointment context
3. tebra_get_patient                  -- Full patient demographics
4. tebra_get_patient_authorizations   -- Check auth status
5. tebra_fhir_get_allergies           -- Allergies
6. tebra_fhir_get_medications         -- Current medications
7. tebra_fhir_get_conditions          -- Problem list
8. tebra_fhir_get_vitals              -- Recent vitals

Tool Dependency Chains

Some tools require IDs obtained from other tools. Key dependencies:

Code
tebra_create_appointment
  requires: patientId    (from tebra_search_patients or tebra_create_patient)
  requires: providerId   (from tebra_get_providers)
  requires: locationId   (from tebra_get_service_locations)
  optional: reasonId     (from tebra_get_appointment_reasons)

tebra_create_encounter
  requires: patientId    (from tebra_search_patients)
  requires: providerId   (from tebra_get_providers)
  recommended: practiceName/practiceId (from tebra_get_practices)
  optional: authorization number (from tebra_get_patient_authorizations)

tebra_create_payment
  requires: patientId    (from tebra_search_patients)

tebra_update_encounter_status
  requires: encounterId  (from tebra_create_encounter or tebra_get_encounter)

tebra_create_document
  requires: patientId    (from tebra_search_patients)

tebra_update_patient_external_id
  requires: patientId        (from tebra_search_patients or tebra_create_patient)
  recommended: externalVendorId (from tebra_get_external_vendors)

tebra_set_primary_patient_case
  requires: patientCaseId (from tebra_get_patient β€” cases[].caseId)

All clinical tebra_fhir_get_* tools
  require: FHIR patientId (from tebra_fhir_search_patients β€” NOT the SOAP patient ID)

API Reference

The server wraps two Tebra APIs:

SOAP API v2.1 (34 tools)

  • Endpoint: https://webservice.kareo.com/services/soap/2.1/KareoServices.svc
  • Auth: RequestHeader with CustomerKey, Password, User (WSDL sequence order matters)
  • Request bodies generated in WSDL (?xsd=xsd0/xsd7) member order β€” WCF silently drops out-of-order members
  • All requests include retry with exponential backoff (3 attempts at 1s, 2s, 4s)

FHIR R4 API (13 tools)

  • Endpoint: https://fhir.prd.cloud.tebra.com/fhir-request (note the hyphen β€” configurable via TEBRA_FHIR_BASE_URL)
  • Auth: OAuth2 client credentials flow against https://fhir.prd.cloud.tebra.com/smartauth/oauth/token
  • Token caching with automatic refresh before expiry and one-shot 401 retry
  • Bundle pagination followed automatically (up to 10 pages per search)

Development

bash
git clone https://github.com/jamesrosing/tebra-mcp-server.git
cd tebra-mcp-server
npm install

npm run dev    # tsx β€” runs src/index.ts directly without a build step
npm run build  # tsc β€” compiles to dist/
npm test       # node:test via tsx β€” 37 regression tests covering wire-format invariants
npm start      # node dist/index.js β€” runs the compiled output

The regression suite pins the three Tebra wire-format invariants (SOAPAction contract segment, RequestHeader order, empty-Fields/populated-Filter) plus per-tool WSDL member order for every request builder β€” the failure mode for all of these is a silent empty result, not an error, so the tests are the only fast feedback loop.

Roadmap

  • Live smoke-test suite for the 0.4.0 write shapes against a sandbox practice (shapes are WSDL-derived and unit-pinned; production verification is the remaining step)
  • Client-side pagination (limit/offset + has_more) on the large list tools, mirroring tebra_get_all_patients
  • Zod runtime validation with .strict() schemas so misspelled arguments fail loudly instead of being dropped
  • Migration from Server.setRequestHandler to the SDK's McpServer/registerTool API, adding outputSchema/structuredContent
  • Agent-facing evaluation set (10 read-only, verifiable questions) to catch wrong-but-plausible data β€” the failure class unit tests cannot see

Changelog

0.4.3 (2026-08-04)

  • fix(external IDs): fail closed on IDs over 25 characters in tebra_create_patient and tebra_update_patient_external_id β€” Tebra's external-ID storage silently truncates at 25 chars (verified live via a UNIQUE KEY collision on the truncated value), which breaks every later lookup by the full value. IDs are also unique per vendor. (This guard just missed the 0.4.2 tarball.)

0.4.2 (2026-08-04)

The write path is now production-verified: iterating a live write-smoke harness against a real practice confirmed CreatePatient, CreateAppointment, CreateDocument, and the external-ID batch + vendor-scoped lookup end-to-end (encounter write ops remain opt-in to verify). The runs surfaced four additional wire facts, all fixed here:

  • Required members (minOccurs audit after CreatePatient faulted "Expecting element 'Practice'"): PatientCreate/PatientUpdate require Practice; AppointmentCreate requires PracticeId; AppointmentUpdate requires PatientId+ServiceLocationId; DocumentCreateRequest requires PracticeId.
  • External IDs are vendor-scoped, unique per vendor, and silently truncated at 25 characters β€” writes with longer IDs now fail closed (truncation breaks every later lookup).
  • DocumentDate is a true xs:dateTime β€” date-only input is normalized to ISO midnight; US-format strings fault the deserializer (Filter date members, being xs:string, still accept either).
  • The UpdatePatientsExternalID response returns an empty ItemsUpdated echo even on success β€” verify via the vendor-scoped ExternalID lookup on tebra_get_patient instead.

Details:

  • fix(create/update_patient): Practice is a required member of PatientCreate AND PatientUpdate β€” now always emitted; when practiceName/practiceId are omitted, the account's first practice is auto-resolved via GetPractices (cached). tebra_update_patient gains optional practiceName/practiceId args.
  • fix(create_appointment): PracticeId is required β€” auto-resolved when omitted.
  • fix(update_appointment): PatientId and ServiceLocationId are required β€” auto-hydrated from GetAppointment when omitted, so a status-only or reschedule-only update still works.
  • fix(create_document): PracticeId is required β€” auto-resolved when omitted.
  • Builders fail closed with clear messages if the required members are still missing; 3 new regression tests (39 total).

0.4.1 (2026-08-04)

Live production verification of the 0.4.0 shapes β€” a full read-only smoke pass (24 checks: every SOAP read tool plus the FHIR pipeline) now passes against a real Tebra practice. Fixes found only by going live:

  • fix(xsd7 namespace): GetServiceLocations and GetProcedureCodes faulted with "Expecting element 'Fields'" β€” xsd7's targetNamespace has NO trailing slash (…/api/schemas vs xsd0's …/api/schemas/), so their Fields/Filter members are different XML names. The envelope now declares both namespaces and those two tools emit kar7:-prefixed members.
  • fix(get_appointment_reasons): PracticeId is required by the WSDL (fault when omitted). The handler now auto-resolves the account's first practice ID via GetPractices (cached) when not supplied.
  • fix(search_patients): ToDateOfBirth is exclusive server-side β€” an exact dateOfBirth search now sends [DOB, DOB+1) instead of a zero-width range that matched nothing.
  • fix(rate limiting): +250ms safety margin per endpoint window β€” an exact-interval gap still trips Tebra's server-side 429; throttle errors (reported inside HTTP-200 ErrorResponse blocks) are now classified retryable.
  • fix(get_encounter): GetEncounterDetails returns EncounterStatus as a 1-based numeric code; now mapped to labels (3=Approved, verified live against the same encounter's charge rows).
  • fix(FHIR auth): on invalid_scope, the token server names the scope the client is registered with β€” the client now retries once with that scope automatically (registrations vary between system/*.read and patient/*.read).

0.4.0 (2026-08-03)

Full-surface WSDL contract audit. Every request builder was re-derived from the live WSDL (KareoServices.svc?xsd=xsd0/xsd7), which surfaced that the Fields/Filter misplacement fixed for GetCharges in 0.3.0 affected every other list GET, and that most write operations used wrong wrapper elements or member names. The failure mode in all cases is silent (unfiltered results, dropped fields, or server-side faults), which is why these survived so long. 26 new regression tests pin the corrected shapes.

  • fix(list GETs): patients, appointments, payments, transactions, providers, service-locations, procedure-codes, bulk-patients, and encounter-details now put criteria in <kar:Filter> (WSDL sequence order) with an empty <kar:Fields/> β€” previously all of their filter args were silently ignored, and every call returned the unfiltered set. Args with no WSDL filter member now fail closed with guidance (patients.mrn, appointments.providerId β†’ use resourceName, payments.patientId).
  • fix(get_patient / authorizations / eligibility): GetPatientReq has no Fields member at all β€” the ID now goes in Filter (SinglePatientFilter), so single-patient lookup works. tebra_get_patient also gains lookup by externalId/externalVendorId.
  • fix(response parsers): real WSDL member names throughout β€” nested case/policy/authorization data (PatientCaseData β†’ PatientInsurancePolicyData β†’ PatientInsurancePolicyAuthorizationData, AuthorizedNumberOfVisits), MedicalRecordNumber, NationalProviderIdentifier, PatientBatchData + nextStartKey for bulk paging, ThrottleDetail, ExternalVendorData, EncounterDetailsData. Previous names matched nothing, so insurance/auth/case data always parsed empty. All list parsers drop Tebra's phantom empty placeholder row.
  • fix(writes): create/update_patient members re-ordered to WSDL sequence (out-of-order members were silently dropped β€” DOB, gender, email, address never persisted) with correct names (SocialSecurityNumber, PatientExternalID, MedicalRecordNumber) and insurance nested under Cases β†’ Policies; create/update_appointment rewritten to the flat AppointmentCreate/Update shape (StartTime/EndTime, PatientSummary, ProviderId); delete_appointment wraps Appointment; create_encounter rewritten to EncounterCreate (per-service-line DiagnosisCode1–4, RenderingProvider, Practice); update_encounter_status wraps EncounterUpdateStatus with the real enum (Draft/Submitted/Approved/Rejected/Unpayable β€” "Review" is a UI label, not an API status); create_payment uses the PaymentCreate nested groups; create_document wraps DocumentToCreate in member order; delete_document sends DocumentId (case-sensitive); external-ID tools use ExternalVendor / Updatesβ†’UpdateBatch batch shapes; create_appointment_reason in member order with integer color; validate_connection sends the credentials GetCustomerIdFromKeyRequest actually expects.
  • change: tebra_update_patient_case β†’ tebra_set_primary_patient_case β€” the underlying op (UpdatePrimaryPatientCase) only promotes a case to primary by PatientCaseId; it never accepted name/payer-scenario edits. Old tool name still routes.
  • new: tebra_update_appointment_status β€” targeted status changes (CheckedIn/NoShow/Cancelled...) via UpdateAppointmentStatus, cheaper than a full update.
  • fix(FHIR): default base URL corrected to https://fhir.prd.cloud.tebra.com/fhir-request (hyphen β€” the old /fhir/request path returns HTTP 200 with an empty body for every call, verified live 2026-08-03); empty-200 responses now raise a descriptive configuration error; 401 triggers one automatic token refresh + retry; from/to date ranges emit two repeated date params (previously percent-encoded into one malformed value); Bundle pagination followed automatically (link[rel=next], up to 10 pages, truncation flagged); required second search params defaulted (MedicationRequest intent=order, CarePlan category=assess-plan, CareTeam status=active) β€” without them Tebra returns a silent empty bundle.
  • new: tebra_fhir_search_patients β€” FHIR Patient lookup by name/birthdate/identifier; FHIR patient IDs are a separate identifier space from SOAP IDs and previously had no in-server resolution path.
  • fix(core): extractTag/extractAllTags require a tag-name boundary (Patient no longer matches PatientData); server version is read from package.json (was hardcoded 0.2.5); server name corrected to tebra-mcp-server; rate-limit table keys CreatePayment/UpdateAppointmentStatus.

0.3.2 (2026-07-15)

  • chore: removed the bundled project-specific integration templates (src/integrations/epic-notes-integration.ts, src/integrations/fal-integration.ts) and every reference to them (README "Integration Services" section, workflow-example labels, contributor docs). These were copy-paste connector modules for external downstream projects β€” never imported by the server and not part of its runtime β€” so they did not belong in the published package. No MCP tools were added or removed; the 45-tool surface is unchanged and the compiled tarball no longer ships dist/integrations/.

0.3.1 (2026-07-07)

  • fix(get_charges): <kar:Fields/> is now sent EMPTY. 0.3.0's explicit column toggles triggered Tebra's projection-inversion quirk β€” every call returned a single empty <ChargeData/> placeholder (zero real fields, no fault) regardless of filter matches. Empty Fields returns the full record, including the PrimaryInsurance* adjudication columns (payment, contract adjustment + reason, secondary adjustment + reason, adjudication date) the explicit toggles were meant to surface.
  • Response parser (parseChargeBlocks, exported) drops the empty placeholder block β€” a no-match response previously counted as one phantom all-empty charge.
  • status filter documented with live-observed enum values: Pending, Completed, Error - Rejection, Voided, Ready. At least some accounts have NO Denied status β€” denials surface as Error - Rejection.
  • Verified live against production Tebra: a 12-month, 14-window pull returned 293 real charges with populated financials; server-side Status filtering confirmed working.

0.3.0 (2026-07-06)

  • fix(get_charges): filter criteria moved out of <kar:Fields> into <kar:Filter>, emitted in WSDL (xsd0) sequence order β€” inside Fields they were silently skipped by WCF, so GetCharges returned unfiltered data for the package's entire history. patientId now throws (ChargeFilter has no patient ID member; use patientName).
  • Note: Tebra enforces a server-side ≀60-day posting-date window on GetCharges.

0.2.6 (2026-07-06)

  • fix(get_appointment_detail): GetAppointment does NOT take the Fields/Filter request shape the list endpoints use. Per the live WSDL (KareoServices.svc?xsd=xsd0), GetAppointmentReq = RequestBase + <Appointment>{ AppointmentId: xs:long } (lowercase "d"). The old envelope faulted on every call with 'EndElement' 'request' … Expecting element 'Appointment', so tebra_get_appointment_detail never worked against live Tebra.
  • The response is the WSDL AppointmentCreate shape β€” patient nested under <PatientSummary> (group attendees under <PatientSummaries>), ISO StartTime/EndTime, AppointmentStatus, enum-letter AppointmentType. The tool's output now maps these real fields (patient name + DOB, appointment mode, reason id, recurrence, group attendees, audit timestamps) instead of the fictional AppointmentData field set.
  • Verified live: full detail returned for a real appointment. Contributor lesson: single-record Tebra ops can have entirely different WSDL contracts from their list counterparts β€” read ?xsd=xsd0 before assuming the Fields/Filter pattern.

0.2.5 (2026-04-28)

  • fix(soap): every GET request body now includes a sibling <kar:Filter /> after <kar:Fields>. Tebra's WSDL marks Filter as minOccurs="0", but their server-side GetFilteredX(...) methods dereference the filter parameter without null-checking and throw NullReferenceException when it's absent. Tools patched: practices, providers, service-locations, procedure-codes, transactions, payments, charges, encounters, patients (search + get-by-id), bulk-patients, appointments. Without 0.2.5, every GET call fails with a server-side NullRef.
  • Added regression test asserting <kar:Filter /> is emitted in WSDL-required order (Fields before Filter).

0.2.4 (2026-04-28)

  • fix(soap): <RequestHeader> children now serialize in WSDL-required order (CustomerKey β†’ Password β†’ User). The previous CustomerKey β†’ User β†’ Password order caused silent authorization failures even with valid credentials. Confirmed in writing by Tebra customer care.

0.2.3 (2026-04-28)

  • fix(soap): SOAPAction HTTP header now includes the KareoServices/ WCF contract segment that Kareo's dispatcher requires. Versions 0.2.2 and earlier sent ${SOAP_NAMESPACE}${operation}, which the dispatcher rejected with HTTP 500 (ContractFilter mismatch at the EndpointDispatcher). Header value is now also explicitly quoted per RFC 3902 Β§3.2.
  • Added a regression test asserting the exact header value (npm test).

0.2.2 (2026-04-27)

  • fix(soap): RequestHeader (User/Password/CustomerKey) is now placed inside the request body where Tebra's WSDL expects it, rather than in the SOAP envelope header.

0.2.1 (2026-04-26)

  • Published to the MCP Registry under com.jamesrosingmd/tebra (verified-domain namespace).

0.2.0

  • Initial public release.

Upgrade urgently from 0.2.4 or earlier. All prior releases hit at least one of the three wire-format bugs above, and only 0.2.5 satisfies all three of Tebra's WSDL/runtime requirements end-to-end.

License

MIT License

Copyright (c) 2026 James H. Rosing, MD, FACS

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • M
    Mcp Server

    34 stock valuation, financial data, and portfolio management tools for AI agents.

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp Server β†’
  • C
    Coordinalo β€” Service Business Operations

    Scheduling, availability, clients, billing and CRM for appointment-based services.

    πŸ’° Finance & Fintech0 views
    Compare vs Coordinalo β€” Service Business Operations β†’
  • H
    Hr Management Ai Mcp

    Hr Management Ai MCP server. Tools: leave calculator, payroll estimator, performance review....

    πŸ’° Finance & Fintech0 views
    Compare vs Hr Management Ai Mcp β†’
  • Plugin logoPlugin

    Circulara Observe MCP plugin - meters your AI agents' token spend and carbon, free tier.

    πŸ’° Finance & Fintech0 views
    Compare vs Plugin β†’

Frequently Asked Questions about Tebra

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "tebra": { "command": "npx", "args": ["-y", "tebra"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTebra AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/tebra?style=directory)](https://allmcps.com/mcp/tebra)
HTML Embed
<a href="https://allmcps.com/mcp/tebra"><img src="https://allmcps.com/api/badge/tebra?style=directory" alt="Tebra on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Tebra β†’Install in Claude DesktopInstall in CursorInstall in VS Code