Asking Fate MCP Server
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., "@Asking Fate MCP ServerDraw a three-card tarot spread for career"
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.
Asking Fate — MCP Server
Remote MCP server for askingfate.com fortune-telling services, built with Next.js (App Router, API-only) and mcp-handler.
Endpoint: https://mcp.askingfate.com/api/mcp (Streamable HTTP only — SSE is disabled, no Redis required)
Tools
Tool | Description |
| Shuffles the full 78-card deck (crypto-random, no duplicates, upright/reversed) and opens an interactive MCP App UI where the user taps face-down cards arranged in a fan to complete the spread ( |
| Structured Thai astrology data (ตำราทักษา) for a birth date: day planet, element, lucky/kalakini colours, lucky numbers, the eight Thaksa positions, and an approximate ascendant when a birth time is given. |
| Western (tropical) sign with element/quality/ruling planet, approximate Thai sidereal sign, and the Thai/Chinese 12-year animal with year-boundary caveats. |
| Auspicious dates in a month for a purpose ( |
All tools are read-only (readOnlyHint: true), computed from static data modules — no external APIs. Tool results return structured JSON for the model to interpret; the server does not generate fortune text.
Related MCP server: Mingli MCP Server
Development
npm install
npm run dev # then connect an MCP client to http://localhost:3000/api/mcp
npm run build # production build + strict TypeScript checkLayout
app/api/[transport]/route.ts— MCP handler (basePath/api), tool registration, CORSlib/tarot/— 78-card deck data, spread definitions, crypto-random shufflelib/astro/— Thai Thaksa tables, horoscope/zodiac/auspicious-date logiclib/mcp/tarot-app-html.ts— self-contained card-picking MCP App (sandboxed iframe, no storage APIs)
Auth
This version exposes public tools without auth. To add OAuth later, wrap the handler with withMcpAuth from mcp-handler (see the comment in app/api/[transport]/route.ts).
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.
Latest Blog Posts
- 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/Armulee/simple-tarot-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server