Skip to content
LangChain

Ted Eu for LangChain

io.github.pipeworx-io/ted-eu

TED MCP — Tenders Electronic Daily (EU public procurement)

client:LangChain transport:streamable-http

Install Ted Eu in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ted-eu": {
            "transport": "streamable_http",
            "url": "https://gateway.pipeworx.io/ted-eu/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Ted Eu in other clients