UK Waste & Tip Finder for LangChain
io.github.nero-engine/uk-waste-tip-finder
Nearest UK household waste recycling centres for a postcode, with hours and accepted materials.
client:LangChain
transport:streamable-http
Install UK Waste & Tip Finder in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"uk-waste-tip-finder": {
"transport": "streamable_http",
"url": "https://mcp.apify.com/?tools=nerolabs/uk-waste-tip-finder",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs