Census ACS Demographics for LangChain
com.olyport/census
Population, income, poverty, education, housing, and commuting from the US Census ACS
client:LangChain
transport:streamable-http
tools:5
Install Census ACS Demographics in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"census": {
"transport": "streamable_http",
"url": "https://mcp.olyport.com/census/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs