Tebra FHIR MCP Server
This skill provides a local MCP server that connects to Tebra's FHIR API.
What it does
- Authenticates using OAuth2 client credentials
- Reads patient and clinical FHIR resources
- Exposes MCP tools for common data retrieval workflows
Setup
- In Zo, add these secrets in Settings > Advanced:
TEBRA_CLIENT_IDTEBRA_CLIENT_SECRET
- Optional secrets:
TEBRA_SCOPE(default:system/*.read)TEBRA_TOKEN_URL(default:https://fhir.prd.cloud.tebra.com/smartauth/oauth/token)TEBRA_FHIR_BASE_URL(default:https://fhir.prd.cloud.tebra.com/fhir-request)TEBRA_TIMEOUT_MS(default:30000)TEBRA_AUDIENCE(only if your tenant requires it)
Run
cd /home/workspace/Skills/tebra-fhir-mcp/scripts
npm install
npm run build
npm start
MCP tools
tebra_health_checktebra_search_patientstebra_get_patienttebra_search_resourcetebra_patient_clinical_summary