Skip to content
LangChain

municipal data for LangChain

com.munispot/municipal-data

Financial data, credit scores, and economic indicators for 14,800+ U.S. municipalities.

client:LangChain transport:streamable-http runtime:npm

Install municipal data in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "municipal-data": {
            "transport": "streamable_http",
            "url": "https://www.munispot.com/api/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

municipal data in other clients