Agentic Player 10 Saju MCP
MCP server that generates fortune context packs based on Saju, Zi Wei Dou Shu, and Western astrology for AI interpretation, enabling reflective entertainment and structured self-counseling in KakaoTalk conversations.
README
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.
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_context
It 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 start
License 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.