API Status Check for LangChain
io.github.shibley/apistatuscheck
Live status probes plus published uptime and incident history for 280+ APIs and cloud services.
client:LangChain
transport:streamable-http
tools:8
Install API Status Check in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"apistatuscheck": {
"transport": "streamable_http",
"url": "https://apistatuscheck.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs