← navamsha.in
INDIVIDUAL MCP TOOL
get_kundali_basic
Compute a basic Vedic birth kundali (lagna, planets, key chart fields).
LIVE ENDPOINT
https://agent.navamsha.in/mcp
Connect to this endpoint to inspect the live schema for get_kundali_basic 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_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.get_current_dasha— Get the Vimshottari dasha operating at a target datetime (default: now-like).