Build on Intelena

DevelopersMCP + REST

Intelena MCP server

https://dapp.intelena.app/mcp

Streamable HTTP · stateless · read-only · no auth needed · rate-limited per IP

live

Tools

    Connect a client

    One command · bash
    claude mcp add --transport http intelena https://dapp.intelena.app/mcp

    Then ask: "Using intelena, quote 10 TSLA → USDG and compare it with the oracle midpoint."

    Public REST

    • GET/api/pricesChainlink midpoints for every asset (+ feed timestamps, block). Cached 60s.
    • GET/api/history?range=24h|7dShared price history from D1 with change, low, high. Cached 120s.
    • GET/api/tape?base=TSLA&quote=USDGPublic Uniswap v3 swaps for a pair. Cached 120s.
    • GET/api/token-metaAlchemy token metadata for the asset list. Cached 24h.
    • POST/api/rpcJSON-RPC proxy to Robinhood Chain (read methods + eth_sendRawTransaction). 600 req/min per IP.
    • POST/api/ai/chatIntelena Assistant — { messages, model: opus | sonnet | haiku }, streams text. 20 req/min per IP.
    • POST/mcpMCP Streamable HTTP endpoint (this page).

    Everything is read from Robinhood Chain (chain id 4663) via Chainlink, Uniswap v3 and Alchemy. Nothing here signs or moves funds.