Location & Demand Intelligence for LangChain
com.timzinin.api/location-demand-intelligence
Pay-per-call where-and-when-to-operate signals from official local statistics.
client:LangChain
transport:streamable-http
tools:7
Install Location & Demand Intelligence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"location-demand-intelligence": {
"transport": "streamable_http",
"url": "https://api.timzinin.com/mcp/location-demand-intelligence",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs