CoinCryptoRank MCP for LangChain
io.github.qqdd27/coincryptorank-mcp
Real-time crypto market data, funding rates, arbitrage and trading tools from 60+ exchanges.
client:LangChain
transport:streamable-http
tools:35
Install CoinCryptoRank MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"coincryptorank-mcp": {
"transport": "streamable_http",
"url": "https://coincryptorank.com/api/v1/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
- get_funding_arbitrage
- get_spot_arbitrage
- get_perp_arbitrage
- get_funding_rates
- get_tickers
- get_orderbook
- get_news
- get_portfolio
- get_positions
- get_basis_history
- get_basis_regime
- get_funding_schedule
- get_klines
- analyze_pair_liquidity
- backtest_basis_strategy
- get_basis_signal
- open_hedged_position
- close_hedged_position
- hedge_status
- adjust_hedge
- set_hedge_protection
- get_threat_level
- list_hedge_positions
- get_agent_events