The TILLA MCP server for AI agents
Connect TILLA to your AI agent in one step. Once the MCP server is added, your agent can pull live, aligned crypto + macro data on its own — no browser, no copy-paste.
TILLA ships a Model Context Protocol server, so any MCP-compatible agent — Claude Desktop, Claude Code, Cursor and others — can query the aligned crypto + macro matrix as native tools.
Tools the agent gets
tilla_about/tilla_status/tilla_tiers— what TILLA is, is the feed live, and the plan catalog. No key needed.tilla_sample— a real, fully-aligned 1-minute row for any tier (up to all 1,817 columns), no key — the fastest way for an agent to see exactly what TILLA returns.tilla_schema/tilla_features— the exact columns and window the caller's key can pull.tilla_latest/tilla_history/tilla_sync— the newest row, a date range, and the incremental endpoint for building a local copy.
Add it to your agent
Set TILLA_API_KEY to a free key from tillacrypto.com (the keyless tools work without one). A typical MCP client config:
{
"mcpServers": {
"tilla": {
"command": "uvx",
"args": ["tilla-mcp"],
"env": { "TILLA_API_KEY": "tk_live_..." }
}
}
}
The server speaks stdio for local agents and streamable-HTTP for hosted setups. Ask your agent to call tilla_sample first — it will see all 1,817 columns aligned on a single timestamp and understand the product immediately.
FAQ
What is an MCP server?
Model Context Protocol is an open standard for giving AI agents tools. The TILLA MCP server exposes the data API as tools, so an agent can query market data directly instead of you copying and pasting.
Do I need a paid key?
No. Keyless tools (about, status, tiers, and the sample row) work without any key. A free key unlocks live data; paid keys unlock more columns and history.
Which agents work with it?
Any MCP client — Claude Desktop, Claude Code, Cursor, and other MCP-compatible tools.
TILLA