{
  "schema_version": "v1",
  "name": "io.github.runestone-labs/tarot-mcp",
  "title": "Runestone Tarot MCP",
  "description": "MCP server for tarot readings, the full 78-card catalog, and spread discovery through Runestone Tarot's public AI API.",
  "homepage_url": "https://www.runestonetarot.com/mcp",
  "repository_url": "https://github.com/Runestone-Labs/runestone/tree/main/packages/tarot-mcp",
  "documentation_url": "https://www.runestonetarot.com/llms.txt",
  "openapi_url": "https://www.runestonetarot.com/openapi.json",
  "package": {
    "registry": "npm",
    "name": "@runestone-labs/tarot-mcp",
    "version": "0.1.2",
    "install": "npx -y @runestone-labs/tarot-mcp"
  },
  "transport": {
    "type": "stdio",
    "command": "npx",
    "args": ["-y", "@runestone-labs/tarot-mcp"]
  },
  "tools": [
    {
      "name": "draw_reading",
      "description": "Draw a tarot reading and return cards, interpretation, reflection questions, and a visual deeplink."
    },
    {
      "name": "list_cards",
      "description": "List all 78 tarot cards with upright and reversed meanings."
    },
    {
      "name": "list_spreads",
      "description": "List supported tarot spread layouts and positions."
    }
  ]
}
