AgentFeed for LangChain
io.github.seekdaseek/agentfeed
Liquidation tape, exit liquidity, derivatives and Solana data. Per-call USDC over x402 or MPP.
client:LangChain
transport:streamable-http
tools:55
Install AgentFeed in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agentfeed": {
"transport": "streamable_http",
"url": "https://x402.ochinimus.app/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_sol_price
- get_btc_price
- get_funding_rate
- get_fear_greed
- get_market_snapshot
- get_wallet_holdings
- get_token_metadata
- get_recent_liquidations
- get_cascade_alert
- get_cascade_scan
- get_cascade_forecast_free
- get_forecast_question
- get_forecast_record
- get_liquidation_leaders
- get_liquidation_stats
- get_last_liquidation
- get_positioning
- get_trade_context
- get_token_risk
- get_exit_method
- get_cascade_forecast
- get_liq_history
- get_liq_heatmap
- get_cascade_history