Skip to content
LangChain

statuspal for LangChain

io.usefulapi/statuspal

Read status-page status, services, incidents and metrics; create, update and publish incidents.

client:LangChain transport:streamable-http

Install statuspal in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "statuspal": {
            "transport": "streamable_http",
            "url": "https://statuspal.usefulapi.io/mcp",
        }
})

tools = await client.get_tools()

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

statuspal in other clients