MCP.so
登录

Experimental MCP Server for CommCare Connect (ccc)

@dimagi

关于 Experimental MCP Server for CommCare Connect (ccc)

A proof of concept demo of an MCP server for CommCare Connect

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

dimagi

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器