Skip to content
LangChain

Uptimeify for LangChain

io.uptimeify/mcp-server

Free anonymous website, DNS, email and TLS checks, plus monitor read and opt-in write access.

client:LangChain transport:streamable-http tools:20

Install Uptimeify in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp-server": {
            "transport": "streamable_http",
            "url": "https://uptimeify.io/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

Uptimeify in other clients