Skip to content
LangChain

StatCite — Verified Economic Statistics for LangChain

io.github.asokore/statcite

Cited economic statistics: World Bank, IMF, BIS, ECB, Caribbean central banks. Verify any figure.

client:LangChain transport:streamable-http tools:12

Install StatCite — Verified Economic Statistics in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "statcite": {
            "transport": "streamable_http",
            "url": "https://statcite.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

StatCite — Verified Economic Statistics in other clients