Skip to content
LangChain

Europe Rail Watch MCP for LangChain

net.nexlab/europe-rail-watch

Monitor European train stations

client:LangChain transport:streamable-http

Install Europe Rail Watch MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "europe-rail-watch": {
            "transport": "streamable_http",
            "url": "https://mcp.nexlab.net/mcp/europe-rail-watch",
        }
})

tools = await client.get_tools()

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

Europe Rail Watch MCP in other clients