Corrada

60 nodes · 90 edges · 2 hops

Corrada

Empower your AI agent's market brain.

Full-width live graph — every symbol labeled, edge weights flagged, slow drift across neighbor hops.

corrada@agent — zsh — graph mcp

# corrada-agent · session open · mode=strategy-lab

you

From correlation → lead-lag → backtest

Live pulse

One living graph of market relationships.

Loading live graph…

Use cases

Built for agent-led research.

Daily analysis

Ask your agent which sleeves move with oil, semis, or rates — grounded in live correlation structure, not vibes.

Quant brainstorm

Explore clean_corr, RS legs, and path neighborhoods to surface candidates before you write the backtest.

Strategy design

Map pair edges and relation glossaries so strategy drafts start from market topology your agent can query.

Pricing

Free to start. Scale when your agents do.

Free plan trader

Free

Free

1,000 API calls

Start free
Starter plan trader

Starter

$19/mo

10,000 API calls

Get started
Pro plan trader

Pro

$49/mo

50,000 API calls

Get started
Scale plan trader

Scale

$149/mo

250,000 API calls

Get started

Connect

REST and MCP with your API key.

Register for a free key. Graph reads debit monthly quota; stats stay public for dashboards.

REST

curl -H "Authorization: Bearer crd_…" \
  'https://corrada-web.vercel.app/api/v1/graph/search?q=oil'

# public (no quota)
GET /api/v1/graph/stats

MCP

{
  "corrada-graph": {
    "url": "https://corrada-web.vercel.app/api/mcp",
    "headers": {
      "Authorization": "Bearer crd_…"
    }
  }
}