Skip to content
LangChain

UUID shape check for LangChain

io.github.sadri-dridi/uuid-shape

UUID shape check

client:LangChain transport:streamable-http tools:31

Install UUID shape check in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "uuid-shape": {
            "transport": "streamable_http",
            "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/uuid-shape/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

All 31 tools →

UUID shape check in other clients