DAP Bellwether for LangChain
solutions.dap/bellwether
Free regulatory change feed for financial regulators in Canada, the US, the UK and the EU.
client:LangChain
transport:streamable-http
tools:4
Install DAP Bellwether in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"bellwether": {
"transport": "streamable_http",
"url": "https://bellwether.dap.solutions/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs