chainpulse — real-time crypto + prediction market data for AI agents for LangChain
in.fastdb.md/chainpulse
Crypto prices, gas, DeFi TVL, and live Polymarket odds. x402 pay-per-call, $0.001, no API key.
client:LangChain
transport:streamable-http
tools:7
Install chainpulse — real-time crypto + prediction market data for AI agents in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"chainpulse": {
"transport": "streamable_http",
"url": "https://md.fastdb.in/pulse/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs