MKT CAP$2.23T-0.3%
24H VOL$71.6B
BTC DOM57.7%
HEALTH34BEARISH
SHORT-TERM50NEUTRAL
LONG-TERM19BEARISH
OI$47.0B-0.3%
24H LIQ$148M
LONG/SHORT58.8% / 41.2%
REGIME (LT)ESTABLISHED BEAR MARKET
REGIME (ST)SQUEEZE
HL OI$7.3B
WHALESSHORT 46.3%
MKT CAP$2.23T-0.3%
24H VOL$71.6B
BTC DOM57.7%
HEALTH34BEARISH
SHORT-TERM50NEUTRAL
LONG-TERM19BEARISH
OI$47.0B-0.3%
24H LIQ$148M
LONG/SHORT58.8% / 41.2%
REGIME (LT)ESTABLISHED BEAR MARKET
REGIME (ST)SQUEEZE
HL OI$7.3B
WHALESSHORT 46.3%
Plug real-time crypto data into your AI agent — one command: Get your free API key →
Get API KeyLogin
CW

Claude (claude.ai)

Coding agent setup

Give Claude on the web (claude.ai) live crypto market data — prices, funding, open interest, liquidations, market regimes, Fear & Greed, dealer gamma and whale activity — without installing anything locally.

Two parts: the Agent Skill (knowledge — uploaded as a capability zip) and the MCP server (live tools — added as a remote Connector). Everything runs in the browser; no Node, no local config.

Vendor · Anthropic MCP · http Config · Settings → Connectors · https://cryptodataapi.com/mcp Skills · Settings → Capabilities (zip upload) Agent docs →
1

Upload the Agent Skill (zip)

Download dist/cryptodataapi-skill.zip from the skills repo, then in claude.ai open Settings → Capabilities and upload it. Claude consults the skill automatically on crypto tasks. See the Agent Skill page for details.

2

Connect the MCP server (Connector)

Open Settings → Connectors → Add custom connector and enter the remote URL https://cryptodataapi.com/mcp.

On authentication: the connector UI can't attach a custom X-API-Key header on every plan. If yours can't, use the keyless bootstrap — a few tools (create_free_api_key, list_capabilities, get_exchange_links) work with no key, so ask Claude to call create_free_api_key with your email to mint a free key. Be aware: full data access still needs that key on the header, so where the connector can't send headers, the plain-HTTP path or a local client (Claude Desktop) is the reliable way to authenticate. Where custom headers are supported, set X-API-Key: cdk_live_YOUR_KEY.

Connector settings
Type:   Custom connector (remote MCP)
URL:    https://cryptodataapi.com/mcp
Header: X-API-Key: cdk_live_YOUR_KEY   (if your plan allows custom headers)
3

Try these prompts

Enable the connector's tools in the chat's tools menu, then ask for a market read — see the example prompts below.

Example prompts

“Mint me a free CryptoDataAPI key for [email protected], then give me today's market snapshot.”

“What's the current market regime and Fear & Greed reading?”

“Compare BTC funding rates across exchanges and flag crowded positioning.”

“Which coins have the highest liquidation risk right now?”

“How healthy is the crypto market today, long-term versus short-term?”

FAQ

Does it cost anything?

No. The skill is free, and the Free API tier (no card) covers market health, regimes, Fear & Greed, macro, flows, coin profiles and full-universe Hyperliquid funding + open interest. Per-coin quant, gamma and whale signals need Pro.

The connector can't send my API key — is it still usable?

Partly. The keyless tools (mint a free key, list capabilities, exchange links) work without a header. But most data tools need X-API-Key, and some connector UIs can't send custom headers. If yours can't, authenticate via a local client like Claude Desktop (which passes the key via env), or call our REST API directly. We're honest about this — it's a client limitation, not our server's.

How is this different from Claude Desktop?

claude.ai is browser-based and connects to the remote MCP server as a Connector — nothing installed. Claude Desktop runs locally and uses the stdio bridge with your key in an env var, which sidesteps the header limitation above.

Was this page helpful?

Missing an agent, a config that changed, or a step that didn't work? Tell us and we'll fix it.