Sully Tarot MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sully Tarot MCPDraw a three-card spread about my career change."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sully Tarot MCP
A stateless Tarot MCP built specifically for SullyOS characters. The character actually calls the tool to draw cards, reads the upright/reversed position and keywords, interprets in their own voice, and displays ready-made HTML tarot cards in the chat.
Features
Complete 78-card Rider-Waite deck
Single card, past/present/future, and relationship spreads
Optional upright/reversed positions, no repeated cards within a single draw
Uses Web Crypto for random draws, never stores questions or results
Streamable HTTP MCP, compatible with the SullyOS generic MCP client
Ships with SullyOS
[html]...[/html]card contentSingle Cloudflare Worker, no database, no API keys, no scheduled tasks
Tarot is for entertainment and self-exploration and should not replace professional medical, legal, financial, or other judgment.
Related MCP server: Tarot MCP Server
Deploy to Cloudflare Workers
npm run deployOn first run, Wrangler will guide you through logging in to Cloudflare. After a successful deploy, the MCP address is usually:
https://sully-tarot-mcp.<你的子域>.workers.dev/mcpThe Worker serves the same MCP service on any path, so the root address also works; keeping /mcp is recommended for easy identification.
Connect to SullyOS
SullyOS → Settings → MCP Tool Servers → Configure.
Add a new server and name it
Tarot.Enter the Worker
/mcpaddress above as the URL; no token or proxy is needed.Click "Test Connection" — you should discover one tool,
draw_tarot.Enable the server and bind it to a character as needed.
After that, you can say things like:
"Draw a card for me for today."
"Use three cards to look at the past, present, and future of this matter."
"Draw a relationship spread for us."
The tool description instructs the character to first interpret in their own voice, then place the returned sullyos_html inside [html]...[/html]. The HTML cards contain no scripts and comply with SullyOS sandbox restrictions.
Local Verification
npm test
npm run devThis project has no runtime dependencies. npm run dev and npm run deploy invoke Wrangler on demand.
MCP Tools
draw_tarot
Parameters:
Field | Type | Description |
|
| Defaults to |
| string | Optional, up to 500 characters |
| boolean | Whether reversed is allowed, defaults to |
The service is completely stateless: each call draws cards independently, with no writes to databases, cookies, or log storage.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides tarot card reading capabilities with a complete 78-card deck, multiple spread layouts (Celtic Cross, Past-Present-Future, etc.), and detailed card interpretations for divination and daily guidance.9136MIT
- AlicenseAqualityBmaintenanceProvides professional-grade Rider-Waite tarot readings and 11 specialized spreads through a comprehensive interpretation engine featuring elemental and context-aware analysis. It enables users to perform cryptographically secure card draws, create custom spreads, and explore detailed card symbolism via MCP or HTTP protocols.141415MIT
- AlicenseNot gradedqualityCmaintenanceEnables drawing random tarot cards, searching cards by keyword, and fetching upright/reversed meanings via the Tarot API.8MIT
- AlicenseNot gradedqualityCmaintenanceProvides tarot card meanings, spreads (three-card, yes/no), and random draws for any MCP-compatible client.111MIT
Related MCP Connectors
Tarot MCP — wraps tarotapi.dev (free, no auth)
tarot-draw MCP — wraps StupidAPIs (requires X-API-Key)
Deck of Cards MCP — wraps deckofcardsapi.com (free, no auth)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xiaoran71/sully-tarot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server