HasData Bing for LangChain
com.hasdata/bing
Bing search results with the ad block and Copilot answer, geo and market targeting, as JSON.
client:LangChain
transport:streamable-http
runtime:npm
Install HasData Bing in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"bing": {
"transport": "streamable_http",
"url": "https://mcp.hasdata.com/mcp?apis=bing",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs