Sully Tarot MCP
Sully Tarot MCP
一个专门给 SullyOS 角色使用的无状态塔罗 MCP。角色真实调用工具抽牌,看到正逆位和关键词后,用自己的口吻解读,并在聊天里展示现成的 HTML 塔罗卡片。
特点
完整 78 张韦特体系牌组
单张、过去/现在/未来、关系牌阵
可选正逆位,单次抽牌不重复
使用 Web Crypto 随机抽取,不保存问题或结果
Streamable HTTP MCP,兼容 SullyOS 通用 MCP 客户端
自带 SullyOS
[html]...[/html]卡片内容单个 Cloudflare Worker,无数据库、无 API Key、无定时任务
塔罗用于娱乐和自我探索,不应替代医疗、法律、财务等专业判断。
Related MCP server: Tarot MCP Server
部署到 Cloudflare Workers
npm run deploy首次运行会由 Wrangler 引导登录 Cloudflare。部署成功后,MCP 地址通常是:
https://sully-tarot-mcp.<你的子域>.workers.dev/mcpWorker 对任意路径都提供相同 MCP 服务,因此根地址也可以使用;推荐保留 /mcp 便于辨认。
接入 SullyOS
SullyOS → 设置 → MCP 工具服务器 → 配置。
新增服务器,名称填写
塔罗。URL 填入上面的 Worker
/mcp地址,不需要 Token 和代理。点击“测试连接”,应发现一个工具
draw_tarot。启用服务器,并按需绑定到某个角色。
之后可以在聊天中说:
“替我抽一张今天的牌。”
“用三张牌看看这件事的过去、现在和未来。”
“给我们抽一个关系牌阵。”
工具描述会要求角色先用自己的口吻解读,再把返回的 sullyos_html 放进 [html]...[/html] 中。HTML 卡片无脚本,符合 SullyOS 的沙盒限制。
本地验证
npm test
npm run dev本项目没有运行时依赖。npm run dev 和 npm run deploy 会按需调用 Wrangler。
MCP 工具
draw_tarot
参数:
字段 | 类型 | 说明 |
|
| 默认 |
| string | 可选,最多 500 字符 |
| boolean | 是否允许逆位,默认 |
服务完全无状态:每次调用独立抽牌,不写入数据库、Cookie 或日志存储。
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