Skip to content
LangChain

Graffeo Coffee Roasting for LangChain

ai.agenticshelf/graffeo

Live MCP catalog for Graffeo Coffee Roasting - Simply the World's Finest Coffee since 1935.

client:LangChain transport:streamable-http

Install Graffeo Coffee Roasting in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "graffeo": {
            "transport": "streamable_http",
            "url": "https://api.agenticshelf.ai/m/graffeo/mcp",
        }
})

tools = await client.get_tools()

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

Graffeo Coffee Roasting in other clients