Minecart MCP server
You’ve reached the Minecart MCP (Model Context Protocol) host.
There is no website here — this hostname exists for AI agents and MCP clients.
The protocol endpoint is http://mcp.tromml.com/mcp/ (streamable HTTP transport).
How to connect an MCP client
- Sign in to the Minecart web app and open
Settings → Connect Claude
(
https://mcbprod.tromml.com/a/<your-team>/settings/connect-claude/) to generate a membership API key. Keys start withmcm_and carry read/write scopes. - Point your client at the endpoint with the key as a bearer token:
{
"mcpServers": {
"minecart": {
"type": "http",
"url": "http://mcp.tromml.com/mcp/",
"headers": {
"Authorization": "Bearer <your mcm_ key>"
}
}
}
}
Claude Code:
claude mcp add --transport http minecart http://mcp.tromml.com/mcp/
--header "Authorization: Bearer <your mcm_ key>"
Requests to the endpoint without a valid key receive 401 Unauthorized.
Looking for the Minecart app?
The CRM web interface lives at https://headframe.tromml.com/.