Crypto Data MCP Server avatar

Crypto Data MCP Server

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Crypto Data MCP Server

Crypto Data MCP Server

Under maintenance

Real-time crypto market data exposed as an MCP (Model Context Protocol) server. AI agents connect directly and call tools: kimchi premium, DeFi yields, ETF flows, Fear & Greed index, funding rates, market overview. No API keys required. Runs as a persistent HTTP server.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

Share

Real-time crypto market data exposed as an MCP (Model Context Protocol) server. AI agents connect directly and call tools to get live crypto data — no scraping, no API keys, no setup.


⚡ Run in 30 seconds

Click Start with default settings — the actor launches a live MCP server your AI agent can connect to and immediately query 6 real-time crypto data tools including kimchi premium, DeFi yields, ETF flows, and funding rates. No API key needed.


What is MCP?

Model Context Protocol lets AI assistants (Claude, GPT, etc.) call external tools in a standardized way. This actor runs as an MCP server that your AI agent can connect to and query live crypto data.

Available Tools

ToolDescription
get_kimchi_premiumKorean exchange premium vs global price
get_defi_yieldsTop DeFi yield opportunities (DefiLlama)
get_etf_flowsBTC/ETH spot ETF daily flow data
get_fear_greedCrypto Fear & Greed Index
get_funding_ratesPerpetual funding rates across major CEXs
get_market_overviewBTC dominance, total market cap, top coins

Input Parameters

ParameterTypeDefaultDescription
portinteger8080Port to serve the MCP endpoint on

MCP Endpoints

Once the actor is running:

  • GET /mcp/v1/tools — List available tools
  • POST /mcp/v1 — Call a tool (JSON-RPC format)
  • GET /health — Health check

Example Tool Call

{
"method": "tools/call",
"params": {
"name": "get_fear_greed",
"arguments": {}
}
}

Tool Parameters

get_defi_yields

ParameterTypeDefault
min_apynumber5.0
min_tvlnumber1,000,000
limitinteger20

get_etf_flows

ParameterTypeValues
etf_typestringus-btc-spot, us-eth-spot

get_funding_rates

ParameterTypeDefault
symbolsarrayall (BTC, ETH, SOL, etc.)

Use Cases

  • Wire into Claude Desktop as an MCP tool server
  • Give AI trading agents live market context
  • Build crypto-aware AI chatbots without managing API connections