com.jamesrosingmd/tebra✓
com.jamesrosingmd/tebra · v0.2.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.jamesrosingmd/tebra",
"description": "MCP server for Tebra/Kareo practice management — patients, billing, scheduling, FHIR (45 tools)",
"repository": {
"url": "https://github.com/jamesrosing/tebra-mcp-server",
"source": "github"
},
"version": "0.2.5",
"packages": [
{
"registryType": "npm",
"identifier": "tebra-mcp-server",
"version": "0.2.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Tebra SOAP API username",
"isRequired": true,
"format": "string",
"name": "TEBRA_SOAP_USER"
},
{
"description": "Tebra SOAP API password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TEBRA_SOAP_PASSWORD"
},
{
"description": "Tebra customer key (per-practice identifier)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TEBRA_CUSTOMER_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}