HasData Yellow Pages for LangChain
com.hasdata/yellowpages
Yellow Pages local business search and full business listings, as structured JSON.
client:LangChain
transport:streamable-http
runtime:npm
Install HasData Yellow Pages in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"yellowpages": {
"transport": "streamable_http",
"url": "https://mcp.hasdata.com/mcp?apis=yellowpages",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs