io.github.ghdejr11-beep/numerology-api
Official4 toolsDeterministic Pythagorean numerology MCP. Life Path, Destiny, Soul Urge, compatibility. No API key.
Calculates Pythagorean numerology metrics like Life Path and Destiny numbers.
Captured live from the server via tools/list.
numerology_profile
Full deterministic Pythagorean numerology profile from a name and birth date: Life Path, Expression/Destiny, Soul Urge, Personality, Birthday, Maturity and Personal Year, each with reduction trail. No AI.
Parameters (5)
- namestring
- yearintegerrequired
- monthintegerrequired
- dayintegerrequired
- targetYearinteger
life_path
Life Path number (the core numerology number) reduced from a birth date, with reduction trail and meaning.
Parameters (3)
- yearintegerrequired
- monthintegerrequired
- dayintegerrequired
name_numbers
Expression/Destiny, Soul Urge and Personality numbers from a name, Pythagorean method, with meanings.
Parameters (1)
- namestringrequired
compatibility
Numerology compatibility between two Life Path numbers (1–9 or master 11/22/33).
Parameters (2)
- aintegerrequired
- bintegerrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"numerology-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://numerology-api.kunstudio.workers.dev/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.