General Tools
navamsha.in
Provides Vedic astrology calculations including kundali charts, planetary positions, houses, and divisional charts.
ENDPOINT 1
https://agent.navamsha.in/mcp
MCP server metadata
- Name
- navamsha
- Version
- 1.0.0
Known tools 20
get_kundali_basicCompute a basic Vedic birth kundali (lagna, planets, key chart fields).
Inferred read-onlyget_kundali_completeCompute a complete Vedic birth kundali with extended chart sections.
Inferred read-onlyget_divisional_chartCompute a Vedic divisional (varga) chart such as D9 Navamsha or D10 Dasamsha.
Inferred read-onlyget_muhurta_choghadiyaCompute day/night Choghadiya muhurta periods for a date and place.
Inferred read-onlyget_vimshottari_dashaCompute the Vimshottari Mahadasha / Antardasha timeline from birth Moon.
Inferred read-onlyget_current_dashaGet the Vimshottari dasha operating at a target datetime (default: now-like).
Inferred read-onlyget_transitsCompute a Western transit chart for a birth chart at a target datetime.
Inferred read-onlyget_doshas_summaryRun a multi-dosha summary (mangal, sade-sati, kaal-sarp, and related).
Inferred read-onlyget_ashtakoot_matchCompute 36-point Ashtakoot Gun Milan compatibility for two birth charts.
Inferred read-onlyget_western_natalCompute a Western natal chart (tropical placements / houses / aspects package).
Inferred read-onlyget_life_pathCompute the numerology Life Path number from a birth date (YYYY-MM-DD).
Inferred read-onlylist_navamsha_capabilitiesList curated MCP tool families, auth instructions, and useful links.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.