CryptoDataAPI for LangChain
com.cryptodataapi/mcp
Live crypto market data: prices, funding, OI, liquidations, regimes, GEX, whales, sentiment, macro.
client:LangChain
transport:streamable-http
tools:26
Install CryptoDataAPI in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://cryptodataapi.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- create_free_api_key
- check_key_status
- resend_verification_email
- get_market_health
- get_market_regime
- get_funding_rates
- get_open_interest
- get_liquidations
- get_fear_greed
- get_coin_profile
- get_hyperliquid_prices
- get_daily_snapshot
- get_price
- search_coins
- get_top_coins
- get_macro
- get_stablecoins
- get_etf_flows
- get_cycle_regime
- get_positioning
- get_gamma_exposure
- get_whale_activity
- get_order_book
- get_exchange_links