Skip to content
LangChain

Blocksize Agentic Market Intelligence for LangChain

info.blocksize.mcp/agentic-payments

Multi-venue VWAP, bid/ask, crypto FX, metals and equities with provenance receipts for AI agents

client:LangChain transport:streamable-http tools:9

Install Blocksize Agentic Market Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "agentic-payments": {
            "transport": "streamable_http",
            "url": "https://mcp.blocksize.info/mcp/server/",
        }
})

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

Blocksize Agentic Market Intelligence in other clients