MCP Server
MCP
io.github.cletcher/chaprola
Serverless API backend: query, JOIN, pivot, batch ops, email, FHIR, programs via HTTP.
Install
npx -y @chaprola/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment