PRISM — the financial data MCP server for AI agents.

PRISM is the unified financial data aggregator and MCP server built for AI agents. We proxy, normalize, cache, and tag every response with provenance from 22 specialized upstream sources across cryptocurrency markets, US equities, on-chain reads, prediction markets, and macroeconomic data. PRISM ships as a native Model Context Protocol (MCP) server, a REST API, and a Python SDK — drop the same six-line config into Claude Desktop, ChatGPT (custom GPTs via OpenAPI), Cursor, OpenClaw, or Hermes Agent. Four-layer resolution cascade: cache under 1ms, deterministic under 5ms, priority under 20ms, LLM fallback under 200ms. 252 normalized endpoints.

Financial data MCP server for AI agentsOne key. Every market.

Drop six lines into your agent's MCP host. Inherit every market — crypto, equities, on-chain, predictions, macro. One key.

View MCP config →
Works instantly inClaude.ChatGPT.Cursor.OpenClaw.Hermes.

Connect your agent in 30 seconds.

Four canonical paths. Same prism_sk_… key. All work today — pick the one that matches your host.

Add to Cursorone-click install · deep linkAdd to VS Codeone-click install · deep link
Any MCP host — 6 lines
{
  "mcpServers": {
    "prism": {
  …
Claude Desktop, OpenClaw, Hermes, anywhere elsefull config + install buttons →
No signup — instant key
curl https://api.prismapi.ai/auth/keys/instant
7-day key · 3 / hour per IPwalk through the curl →

Once the key is live, paste it into your host's MCP config. Then ask your agent: "what's BTC funding across DEXes right now?"

$ live right nowconnected · 22 sources
BTC$94,217.30[coinbase]
NVDA$1,082.40[polygon-eq]
TRUMP-240.52[polymarket]
WBTC (0x2260…)resolved[prism]
FRED:DGS104.31%[fred]
ETH$3,247.18[coinbase]
HYPE-PERP funding+0.031%/h[hyperliquid]

(15,659 assets in the canonical graph)

PRISM is the unified financial data aggregator and MCP server built for AI agents.

We proxy, normalize, cache, and tag every response with provenance from 22 leading sources. Your agent gets clean, reliable financial data across markets without boilerplate.

521msaverage latency · last 30 days
99.8%success rate

Real prompts your agent can run today.

Compare NVDA against Polymarket election odds, last 30 days.
−0.31
60-day rolling correlation
NVDA $1,082.40[polygon-eq]·TRUMP-24 0.52[polymarket]
187ms · 5 sourcesone MCP call →
BTC perp funding rates across every wired DEX.
hyperliquid leads
best for short · live cross-venue funding
Hyperliquid +0.0012%/8h[hyperliquid]·Apex · GRVT · Lighter · Avantis[dex]
one call · 5 venuesone MCP call →
Resolve 0x2260FAC5…C599 across every chain.
WBTC
same token · 4 chains · 8 decimals
ethereum[on-chain]·base[on-chain]·arbitrum[on-chain]·polygon[on-chain]
94ms · 4 chainsone MCP call →
FRED unemployment versus S&P drawdowns, since 2020.
0.62
rolling 60-day correlation · regime flip at UNRATE +0.5%
UNRATE 12mo Δ +0.4%[fred]·SPX max DD −8.3%[polygon-eq]
211ms · 3 sourcesone MCP call →
Top perps on Hyperliquid by funding-rate divergence.
+0.031%/h
HYPE-PERP leads · ranked by 24h Δ
HYPE · PURR · kBONK · ETH · +6 more[hyperliquid]
164ms · 2 sourcesone MCP call →
Coinbase tokens where Polymarket prob diverges >15% from spot.
3 matches
247 markets scanned · >15% divergence
TRUMP-24 +18.2%[polymarket]·CIVIC-25 +21.4%[polymarket]·DOGE +15.9%[polymarket]
198ms · 4 sourcesone MCP call →

All in one typed MCP tool call.

Six lines. Every host.

~/.config/mcp/prism.json
{
  "mcpServers": {
    "prism": {
      "command": "npx",
      "args": ["-y", "@prism/mcp-server"],
      "env": { "PRISM_API_KEY": "sk_live_…" }
    }
  }
}

Works in Claude Desktop, ChatGPT (via OpenAPI), Cursor, OpenClaw, Hermes.

22 upstreams. One schema.

CRYPTO5 sources
  • Coinbase
  • Hyperliquid
  • Binance
  • Kraken
  • CoinGecko
EQUITIES4 sources
  • Polygon Equities
  • Alpha Vantage
  • IEX Cloud
  • Finnhub
ON-CHAIN6 sources
  • Ethereum
  • Base
  • Arbitrum
  • Polygon (PoS)
  • DefiLlama
  • Etherscan
PREDICTION MARKETS3 sources
  • Polymarket
  • Kalshi
  • Sports Odds
MACRO + FRONTIERS4 sources
  • FRED
  • World Bank
  • BLS
  • GDELT

+ 15 world monitoring endpoints

Plus world-event signals from GDELT, USGS, and BLS — geopolitical and macro context no pure-finance API has.

Every response carries upstream provenance.

Three ways to call it.

# 1. install
$ npx @prism/mcp-server

# 2. add to your agent host config (6 lines)
~/.config/mcp/prism.jsonsee config above

# 3. restart the host
# your agent inherits all PRISM tools.
# clean endpoints for any language
$ curl https://api.prismapi.ai/resolve/NVDA \
    -H "X-API-Key: $PRISM_API_KEY"

# → canonical asset record with venues + provenance
# for scripts and backtesting
from prismapi_sdk import PrismOS

p = PrismOS(api_key="sk_live_…")
r = p.resolve.resolve("NVDA")

print(r.price, r.confidence)
switch tabs:read full quickstart →

Pricing that scales with your agents.

FREE
$0/ mo

Ship your agent's first build today.

  • 10,000 requests per month
  • 1 key
  • All sources
  • Community support
Get free key
PRO
$49/ mo

For agents in production.

  • 1,000,000 requests per month
  • 5 keys plus staging
  • Priority routing
  • Webhook events
  • 24h email support
Start Pro
SCALE
Custom

High-volume teams.

  • Unmetered requests
  • Dedicated routing
  • Custom sources
  • Slack 2h SLA
  • SOC 2 planned
Contact us

Get your free API key.

No credit card required. Start building in under 60 seconds.