agenticweb.nl — Dutch open data for LangChain
nl.agenticweb/dutch-data
Dutch address dossier, vehicle, building, elevation, holidays, demographics. Free samples first.
client:LangChain
transport:streamable-http
Install agenticweb.nl — Dutch open data in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"dutch-data": {
"transport": "streamable_http",
"url": "https://api.agenticweb.nl/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs