LocationLists for LangChain
io.github.kylehawke-stack/locationlists
US business location data: search, sample, count, query rows or buy CSVs (Stripe or x402 USDC).
client:LangChain
transport:streamable-http
Install LocationLists in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"locationlists": {
"transport": "streamable_http",
"url": "https://locationlists.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs