Experimental MCP Server for CommCare Connect (ccc)
@dimagi
About Experimental MCP Server for CommCare Connect (ccc)
A proof of concept demo of an MCP server for CommCare Connect
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Experimental MCP Server for CommCare Connect (ccc)?
This experimental MCP server integrates with CommCare Connect's global stats API, allowing Claude Code and other MCP clients to query program dashboard data. It is built on the Python MCP SDK and is intended for developers and administrators who need programmatic access to earned amounts, paid amounts, active users, and visit statistics.
How to use Experimental MCP Server for CommCare Connect (ccc)?
To use it with Claude Code, run claude in the server folder. Modify the .mcp.json declaration for other tools. You need uv installed. Obtain an authentication token via the superuser admin page or a curl command with your username/password.
Key features of Experimental MCP Server for CommCare Connect (ccc)
- Queries CommCare Connect’s global stats API
- Filters by date ranges and program/organization IDs
- Returns earned/paid amounts, active users, visit stats
- Works with Claude Code and configurable for other MCP tools
- Supports local development and staging environments
Use cases of Experimental MCP Server for CommCare Connect (ccc)
- Monitor earned and paid amounts across programs and organizations
- Track active user counts over custom date ranges
- Retrieve visit statistics for program dashboards
- Automate program reporting with natural language queries via Claude
FAQ from Experimental MCP Server for CommCare Connect (ccc)
What can this MCP server query?
It queries the global stats API used by the program dashboard, returning amounts earned/paid, active users, and visit statistics. You can optionally filter by date ranges and specific program/organization IDs.
How do I get an authentication token?
As a superuser, visit https://connect.dimagi.com/admin/authtoken/tokenproxy/ to find a token associated with your email. Alternatively, run curl -X POST -d "[email protected]&password=***" https://connect.dimagi.com/auth-token/ to create one.
What dependencies are required?
You need uv installed on your system. The server itself uses the Python MCP SDK.
Can I test against a development or staging server?
Yes. Change the SERVER_ENDPOINT in .mcp.json to http://localhost:8000 or https://connect-staging.dimagi.com/ and obtain a token from that environment.
Is this production‑ready?
No, it is explicitly experimental and built on the Python MCP SDK. Current functionality is limited to querying the global stats API.
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments