TILLATILLA
TILLA · model-ready market data

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

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.