mayan-relationship-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., "@mayan-relationship-mcpCheck Mayan compatibility between male Jan 1, 1990 and female May 15, 1992"
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.
mayan-relationship-mcp
MCP server that fetches Mayan zodiac signs from mymayansign.com and generates relationship compatibility analyses. Deployed on Cloudflare Workers.
Tools
get_mayan_sign
Fetches the Mayan zodiac profile for a single birthday.
Input:
birthday(string, e.g., "January 1, 1990", "1990-01-01", "19900101")Output: JSON with day sign, galactic tone, and trecana sign
Example output:
{
"day_sign": "Dog",
"galactic_tone": "12",
"trecana_sign": "Storm"
}analyze_relationship
Fetches both Mayan signs and returns a complete analysis prompt for the LLM.
Input:
male_birthday(e.g., "January 1, 1990"),female_birthday(e.g., "May 15, 1992")Output: Structured prompt with both Mayan profiles ready for relationship analysis
Example output:
Male's Mayan sign: Dog (Tone 12, Trecana: Storm)
Female's Mayan sign: Eagle (Tone 6, Trecana: Dog)Try: "Analyze the Mayan relationship compatibility between male born on January 1, 1990 and female born on May 15, 1992"
Related MCP server: Ziwei Astrology MCP Server
Development
Prerequisites
Bun installed
Cloudflare account for deployment
Local development
bun install
bun run build
bun run devThe MCP server will be available at http://localhost:8788/mcp.
Deploy to Cloudflare Workers
bun install
bun run build
bunx wrangler deployThe server will be deployed to your workers.dev subdomain at:
https://mayan-relationship-mcp.<your-subdomain>.workers.dev/mcpConfiguration
opencode
Add to your opencode.json or opencode.jsonc:
{
"mcpServers": {
"mayan-relationship": {
"url": "https://mayan-relationship-mcp.<your-subdomain>.workers.dev/mcp"
}
}
}Claude Desktop / Cursor / Perplexity
Add to your MCP config file:
{
"mcpServers": {
"mayan-relationship": {
"url": "https://mayan-relationship-mcp.<your-subdomain>.workers.dev/mcp"
}
}
}Testing with MCP Inspector
Run the MCP inspector and connect to your local server:
npx @modelcontextprotocol/inspector@latestThen enter http://localhost:8788/mcp as the server URL.
Supported Date Formats
The server accepts dates in multiple formats:
Human-readable: "January 1, 1990", "Jan 1, 1990", "1 January 1990"
ISO format: "1990-01-01"
US format: "01/01/1990"
Compact: "19900101"
Project Structure
mayan-relationship-mcp/
├── src/
│ ├── index.ts # Worker entry point + MCP server
│ ├── client.ts # Date parsing + HTTP fetch
│ └── parser.ts # HTML parsing
├── package.json
├── tsconfig.json
├── wrangler.toml
└── README.mdPython Version (Archive)
The original Python implementation has been moved to mayan-relationship-python-mcp.
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
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/mariodian/mayan-relationship-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server