DataQuoll for LangChain
io.dataquoll/data-api
Australian public data as MCP tools: incidents, gauges, declarations, industry calendars, archive.
client:LangChain
transport:streamable-http
Install DataQuoll in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"data-api": {
"transport": "streamable_http",
"url": "https://dataquoll.io/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs