Skip to content
LangChain

Tarot MCP Server by RoxyAPI for LangChain

com.roxyapi/tarot

Tarot card meanings, spreads and seeded reproducible readings for AI agents, one API key.

client:LangChain transport:streamable-http tools:10

Install Tarot MCP Server by RoxyAPI in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "tarot": {
            "transport": "streamable_http",
            "url": "https://roxyapi.com/mcp/tarot",
        }
})

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

Tarot MCP Server by RoxyAPI in other clients