Agentic Player 10 Saju MCP
Integrates with Kakao's ecosystem via Kakao Tools and KakaoTalk, enabling users to receive fortune-telling and astrology context (saju, zi wei dou shu, western natal chart) in personal conversations.
Targets KakaoTalk as the primary messaging platform for delivering personalized astrology and fortune context through the MCP server's tools.
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., "@Agentic Player 10 Saju MCPProvide fortune context for birth 1990-05-15 09:00 male"
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.
Agentic Player 10 Saju MCP
Context
Contest: Kakao Agentic Player 10
Target platform: PlayMCP / Kakao Tools
Selected idea: fortune / astrology context MCP based on saju, zi wei dou shu, and western astrology.
Current strategy: win preliminary review with a simple, no-storage, text-first MCP that fits KakaoTalk-style personal conversations.
Related MCP server: Saroday MCP Server
SSOT Documents
Contest and Platform SSOT: contest rules, PlayMCP constraints, deployment assumptions, and open questions.
Product Decision: why the project is now focused on the saju MCP instead of the MCP discovery MCP.
Feasibility Review: implementation feasibility notes for both candidate ideas.
Testing and Deployment: local checks, Docker build, PlayMCP temporary registration, and KakaoTalk/Kakao Tools testing path.
Confirmed Constraints
PlayMCP in KC is required for preliminary submission.
Deployment options are Git source build or container image.
Remote MCP over Streamable HTTP is required.
Stateless MCP is recommended.
PlayMCP AI chat primarily expects TextContent responses.
Preliminary MVP should not store user personal data.
User personalization and saved profiles are reserved for finals or later versions.
Recommended tool count is 3 to 10, with a hard cap at 20. The MVP intentionally starts with one high-value tool.
Selected Idea
Build a personal counseling MCP that answers user concerns through:
Saju / Four Pillars
Zi Wei Dou Shu
Western astrology birth chart
For the preliminary MVP, the product does not store the user's birth profile. The user provides birth information inside each tool call or conversation, and the server computes one AI-friendly context pack.
The MCP's job is to return Saju, Zi Wei Dou Shu, and Western natal chart facts. The host AI's job is to interpret those facts in response to the user's actual concern.
Saved profiles, reminders, and repeat-visit personalization are finalist or later-version features.
Product Principle
This is not positioned as deterministic prediction. It should feel like reflective entertainment and structured self-counseling.
Strengths:
Easy MVP.
No auth, DB, or profile persistence required for preliminary review.
Broad KakaoTalk audience fit.
Text-only PlayMCP output is enough.
Can expand into charts, monthly reports, compatibility, and widgets later.
Main risk:
Birth data is sensitive, so the preliminary MVP avoids storage and keeps careful answer wording from the start.
Current MVP
The implemented MCP exposes one tool:
generate_fortune_contextIt accepts one-time birth information and returns one Markdown context pack containing:
AI 상담 지침
Saju / Four Pillars
Zi Wei Dou Shu
Western natal chart
No-storage processing note
Local Commands
npm install
npm test
npm run build
HOST=127.0.0.1 PORT=3333 npm startLicense and Attribution
This project is licensed under AGPL-3.0-only.
The calculation core uses @orrery/core, also licensed under AGPL-3.0-only. Orrery provides the browser-first Saju, Zi Wei Dou Shu, and Western natal chart calculation logic that this MCP formats into an AI-readable context pack.
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/Bombay/agentic-player10-fortune-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server