GENKA 原価 · Docs / Ecosystem

Ecosystem · Execution All ecosystem services Kite MCP repo ↗

Zerodha Kite MCP — the execution layer

India's only first-party brokerage MCP. The standard place to send the actual order.

What it's great at. Zerodha is India's largest discount broker, and Kite MCP is the only first-party brokerage MCP shipping today. If your agent needs to actually trade — place orders, modify, cancel, GTT, manage holdings — this is where it goes. Compose with Genka for the read side: XBRL filings, concall search, MF screener. Two MCP servers in one ~/.config/claude/mcp.json: agent decides on Genka, executes on Kite.

Decision matrix

If you needPick
Place / modify / cancel an equity or F&O orderKite MCP
Holdings, positions, P&L on your Zerodha accountKite MCP
GTT (Good Till Triggered) ordersKite MCP
Sub-second LTP / OHLC / market depthKite MCP
Quarterly XBRL fundamentals for Nifty 500 (FY17+)Genka
Search 23,000 concall transcripts, cited LLM Q&AGenka
Mutual fund screener (4,700 funds, SEBI taxonomy, 20y NAV)Genka
Pre-computed indicator panel (RSI, MACD, DMA, returns)Genka
30y NSE bhavcopy with corp-action-adjusted returnsGenka
Work without a Zerodha account / cross-broker researchGenka

What Kite MCP is great at

Where Genka complements Kite

Compose them: two MCP servers, one config

Drop both into ~/.config/claude/mcp.json:

// ~/.config/claude/mcp.json
{
  "servers": {
    "genka": {
      "transport": "http",
      "url": "https://genka.dev/mcp",
      "headers": { "X-API-Key": "${GENKA_API_KEY}" }
    },
    "kite": {
      "transport": "sse",
      "url": "https://mcp.kite.trade/sse"
    }
  }
}

Then ask Claude:

# Research with Genka, hand the trade to Kite:
"Find Nifty 500 names with FY26Q3 revenue growth > 20%,
 operating margin expansion, and management guidance turning
 positive on the last concall. For the top 3, place a 1%
 portfolio-weight buy order on Kite."

Relevant Genka endpoints

Full catalog: /llms.txt · tools: /docs/mcp/#tools

Working with Kite MCP — gotchas

Other ecosystem services