Model Context Protocol

Runestone Tarot MCP Server

Connect Runestone Tarot to Claude Desktop, Cursor, Continue, Cline, Goose, and other MCP-aware clients over remote Streamable HTTP or the local npm package. Draw tarot readings, list all 78 cards, and discover spread layouts without an API key.

The Magician tarot card representing tools and invocation

draw_reading

Draw cards and return a structured interpretation, reflection questions, and a visual deeplink.

list_cards

Return the full 78-card tarot catalog with upright and reversed meanings.

list_spreads

Return supported spread layouts, descriptions, card counts, and position labels.

Remote MCP

https://www.runestonetarot.com/api/mcp

Local npm CLI

npx -y @runestone-labs/tarot-mcp

Claude Desktop / Cursor Config

{
  "mcpServers": {
    "runestone-tarot": {
      "command": "npx",
      "args": ["-y", "@runestone-labs/tarot-mcp"]
    }
  }
}

Discovery Metadata

Public AI API

Both MCP transports use Runestone Tarot's public v1 API. The API is CORS-open and unauthenticated, with rate limits for reading generation. Every generated reading includes a stable deeplink users can open on the visual site. Full error, quota, and versioning conventions are in the developer guide.