mayan-relationship-mcp

mayan-relationship-mcp

Fetches Mayan zodiac signs from mymayansign.com and generates relationship compatibility analyses.

Category
Visit Server

README

<div align="center"> <img width="128" height="128" alt="Mayan Relationship MCP Logo" src="media/logo.webp" /> <h1>Mayan Relationship MCP</h1>

MCP server that fetches Mayan zodiac signs and generates relationship compatibility analyses. Deployed on Cloudflare Workers.

Report Bug ยท Request Feature

</div>

โšก Quick Start

Add the remote MCP server to your AI assistant:

{
  "mcpServers": {
    "mayan-relationship": {
      "url": "https://mayan-relationship-mcp.geckos-chillies-0y.workers.dev/mcp"
    }
  }
}

<details> <summary><strong>OpenCode</strong></summary>

Add to your opencode.json or opencode.jsonc:

{
  "mcpServers": {
    "mayan-relationship": {
      "type": "remote",
      "url": "https://mayan-relationship-mcp.geckos-chillies-0y.workers.dev/mcp"
    }
  }
}

</details>

<details> <summary><strong>Claude</strong></summary>

Add to your MCP config file (~/.claude/config.json on Mac/Linux):

{
  "mcpServers": {
    "mayan-relationship": {
      "type": "http",
      "url": "https://mayan-relationship-mcp.geckos-chillies-0y.workers.dev/mcp"
    }
  }
}

</details>

<details> <summary><strong>Codex</strong></summary>

Add to your ~/.codex/config.toml:

[mcp_servers.mayan-relationship]
url = "https://mayan-relationship-mcp.geckos-chillies-0y.workers.dev/mcp"

</details>

<details> <summary><strong>Cursor</strong></summary>

Add to your .cursor/mcp.json:

{
  "mcpServers": {
    "mayan-relationship": {
      "url": "https://mayan-relationship-mcp.geckos-chillies-0y.workers.dev/mcp"
    }
  }
}

</details>

Reload your assistant and try: "Analyze the Mayan relationship compatibility between a male born on January 1, 1990 and a female born on May 15, 1992"

๐Ÿ“‹ Table of Contents

๐Ÿค” Why Mayan Relationship MCP?

The Mayan zodiac offers a unique system of day signs, galactic tones, and trecana signs. This MCP server brings that knowledge directly into your AI assistant, enabling instant zodiac lookups and relationship compatibility readings without leaving your workflow.

โœจ Features

  • Zodiac lookup: fetch Mayan day sign, galactic tone, and trecana sign from any birthday
  • Relationship analysis: generate structured compatibility prompts for two people or groups
  • Multiple relationship contexts: romantic, friendship, colleagues, family, business, classmates, or general
  • Flexible date parsing: accepts "January 1, 1990", "1990-01-01", "01/01/1990", "19900101"
  • Dual transport: local stdio for desktop clients, remote HTTP/SSE via Cloudflare Workers
  • Zero API keys: no authentication required for the hosted remote server

๐Ÿ”ง 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
{
  "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:
    • birthday1 (e.g., "January 1, 1990")
    • gender1 ("male" or "female")
    • birthday2 (e.g., "May 15, 1992")
    • gender2 ("male" or "female")
    • analysis_type (optional, default: "romantic") โ€” one of: "romantic", "friendship", "colleagues", "family", "business", "classmates", "general"
  • Output: Structured markdown prompt with both Mayan profiles ready for relationship analysis

analyze_group

Fetches all Mayan signs and returns a complete analysis prompt for group dynamics among 3โ€“10 people.

  • Input:
    • people โ€” array of objects with birthday (string) and gender ("male" or "female")
    • analysis_type (optional, default: "family") โ€” one of: "romantic", "friendship", "colleagues", "family", "business", "classmates", "general"
  • Output: Structured markdown prompt listing all group members and their Mayan profiles

๐Ÿ’ก Example Prompts

Here are some prompts you can try with your AI assistant:

Zodiac Lookup

  • "What is my Mayan sign if I was born on January 15, 1985?"
  • "Get the Mayan zodiac profile for March 22, 1990"

Relationship Analysis (Romantic)

  • "Analyze the Mayan relationship compatibility between a male born on January 1, 1990 and a female born on May 15, 1992"
  • "Give me a romantic compatibility reading for two people: male born 1985-03-22 and female born 1987-07-14"

Relationship Analysis (Friendship)

  • "Analyze the Mayan friendship compatibility between a male born on June 10, 1988 and a female born on September 3, 1990"
  • "What's the friendship dynamic between these two Mayan signs? Male born 19900101 and female born 19920515"

Relationship Analysis (Colleagues)

  • "Analyze the workplace compatibility between two colleagues: male born on February 14, 1985 and female born on November 8, 1992"
  • "How well would these two people work together as colleagues? Male born 1988-06-10 and female born 1990-09-03, colleagues analysis"

Relationship Analysis (Family)

  • "Analyze the family relationship compatibility between a male born on December 25, 1960 and a female born on April 18, 1965"
  • "What's the family dynamic between these two? Male born 19601225 and female born 19650418, family analysis"

Relationship Analysis (Business)

  • "Analyze the business partnership compatibility between a male born on July 4, 1980 and a female born on October 31, 1985"
  • "How compatible are these two as business partners? Male born 1980-07-04 and female born 1985-10-31, business analysis"

Relationship Analysis (Classmates)

  • "Analyze the learning compatibility between two classmates: male born on September 1, 2005 and female born on January 15, 2006"
  • "How well would these two students work together? Male born 20050901 and female born 20060115, classmates analysis"

Group Analysis (Family)

  • "Analyze the family dynamics between these three people: male born 1960-03-15, female born 1962-07-22, and male born 1985-11-08"
  • "What's the family compatibility for a group of four: male born 19550101, female born 19580515, male born 19800808, and female born 19821212"

Group Analysis (Colleagues)

  • "Analyze the team dynamics for these four colleagues: male born 1985-01-10, female born 1987-04-22, male born 1990-06-15, and female born 1992-09-30"
  • "How well would this team work together? Group of three: male born 19900101, female born 19910515, male born 19920808, colleagues analysis"

Group Analysis (Friends)

  • "Analyze the friendship compatibility between these five friends: male born 1990-01-01, female born 1990-03-15, male born 1991-06-22, female born 1992-09-08, and male born 1993-12-14"
  • "What's the group dynamic for these three friends? Female born 19880101, male born 19890515, female born 19900808, friendship analysis"

๐Ÿ’ฌ Contributing

Contributions welcome. Please open an issue or pull request on GitHub.

๐Ÿ“œ License

MIT. See LICENSE.

๐Ÿ“Œ Credits

Mayan Relationship MCP on GitHub ยท Mario Dian on X

Zodiac data sourced from mymayansign.com.


To self-host, build from source, or contribute, see DEVELOPMENT.md.

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured