io.github.mlch/arcflow-destiny-matrix
Official2 toolsArcFlow Destiny Matrix
Calculate a Destiny Matrix (numerology) reading from one or two dates of birth. Read-only, no auth.
Generate numerology Destiny Matrix readings from one or two birth dates.
Captured live from the server via tools/list.
calculate_matrix
Calculate a Destiny Matrix (also known as "Matrix of Destiny" or numerology matrix) from a single date of birth. Returns a structured numerology reading: core numbers (1–22) for personality, talents, money, relationships, life purpose, and inherited/karmic patterns, each with a short text interpretation. Use this when a user asks to compute, build, or interpret a destiny matrix, or wants a numerology personality reading based on a birth date.
Parameters (2)
- birthdatestringrequired
Date of birth in DD-MM-YYYY format (day-month-year), e.g. "15-05-1990".
- localestring
Language for the text interpretations: "en" (default), "ru", or "es".
calculate_compatibility
Calculate relationship compatibility between two people from their dates of birth, using the Destiny Matrix numerology method. Returns a structured reading of the couple: shared core numbers plus text interpretations for relationship dynamics, finances, conflict points, children, and growth areas. Use this when a user asks how compatible two people are, or wants a numerology compatibility reading based on two birth dates.
Parameters (3)
- birthdate_astringrequired
First person's date of birth in DD-MM-YYYY format, e.g. "15-05-1990".
- birthdate_bstringrequired
Second person's date of birth in DD-MM-YYYY format, e.g. "20-08-1995".
- localestring
Language for the text interpretations: "en" (default), "ru", or "es".
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"arcflow-destiny-matrix": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://destinymatrixcalc.com/api/mcp-public"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.