io.github.cletcher/chaprola✓
io.github.cletcher/chaprola · v1.4.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.cletcher/chaprola",
"description": "Serverless API backend: query, JOIN, pivot, batch ops, email, FHIR, programs via HTTP.",
"repository": {
"url": "https://github.com/cletcher/chaprola-mcp",
"source": "github",
"subfolder": "mcp-server"
},
"version": "1.4.3",
"packages": [
{
"registryType": "npm",
"identifier": "@chaprola/mcp-server",
"version": "1.4.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Chaprola username (register at https://api.chaprola.org/register)",
"isRequired": true,
"format": "string",
"name": "CHAPROLA_USERNAME"
},
{
"description": "Your Chaprola API key (format: chp_ + 64 hex chars)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CHAPROLA_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}