← navamsha.in
INDIVIDUAL MCP TOOL
get_life_path
Compute the numerology Life Path number from a birth date (YYYY-MM-DD).
LIVE ENDPOINT
https://agent.navamsha.in/mcp
Connect to this endpoint to inspect the live schema for get_life_path and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.navamsha]
url = "https://agent.navamsha.in/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"navamsha": {
"type": "http",
"url": "https://agent.navamsha.in/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: navamsha
Remote MCP URL: https://agent.navamsha.in/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"navamsha": {
"url": "https://agent.navamsha.in/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"navamsha": {
"type": "http",
"url": "https://agent.navamsha.in/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "navamsha",
"transport": "streamable-http",
"url": "https://agent.navamsha.in/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_kundali_basic— Compute a basic Vedic birth kundali (lagna, planets, key chart fields).get_kundali_complete— Compute a complete Vedic birth kundali with extended chart sections.get_planets— Get sidereal planetary positions for a birth time and place.get_houses— Get Vedic house cusps / house placements for a birth chart.get_divisional_chart— Compute a Vedic divisional (varga) chart such as D9 Navamsha or D10 Dasamsha.get_panchang— Compute full Vedic panchang for a date, time, and location.get_muhurta_choghadiya— Compute day/night Choghadiya muhurta periods for a date and place.get_vimshottari_dasha— Compute the Vimshottari Mahadasha / Antardasha timeline from birth Moon.