PredMCP for LangChain
io.github.raviolelabs/predmcp
Polymarket + Hyperliquid + macro for AI agents. 38 tools, signal backtest, SSE streaming. Free tier.
client:LangChain
transport:streamable-http
tools:52
Install PredMCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"predmcp": {
"transport": "streamable_http",
"url": "https://predmcp.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_api_key
- get_markets
- get_odds
- get_orderbook
- search_markets
- get_whale_positions
- get_movers
- get_markets_near_resolution
- get_volume_spikes
- get_late_game_sports
- get_funding_rates
- get_whale_trades
- get_top_funding_rates
- get_oi_near_cap
- get_orderbook_depth
- get_price_summary
- get_basic_macro
- get_recent_news
- get_news_feed
- get_simple_iv
- get_outcome_fair_value
- get_outcome_edges
- get_market_edge
- get_market_edges