Skip to content
LangChain

roastify mcp for LangChain

io.github.lonniev/roastify-mcp

Roastify Developer API MCP Service — Tollbooth DPYC monetization

client:LangChain transport:streamable-http tools:69

Install roastify mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "roastify-mcp": {
            "transport": "streamable_http",
            "url": "https://roastify-mcp.fastmcp.app/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 69 tools →

roastify mcp in other clients