Hosted Vedic astrology MCP for Claude, ChatGPT, Cursor, and other Model Context Protocol clients.
Give AI agents real Jyotish tools — Kundali, Panchang, Dasha, Gun Milan — backed by Swiss Ephemeris and Lahiri sidereal defaults, instead of invented planetary positions.
| Live MCP URL | https://navamsha.fastmcp.app/mcp |
| Product docs | www.navamsha.in/mcp |
| REST API | api.navamsha.in · OpenAPI |
| Free tier | 10,000 calls/month · no credit card · same X-API-Key as REST |
| Compare servers | Best Vedic astrology MCP servers 2026 |
Keywords: Vedic astrology MCP, Jyotish MCP, kundli MCP, free astrology MCP, Claude Vedic astrology, Cursor astrology MCP.
- Hosted — paste a URL; no Docker required for common desktop clients
- Deterministic — Swiss Ephemeris calculations on
api.navamsha.inwith stamped response metadata - One key — REST app + MCP agent share the Navamsha hub quota
- Production-proven — same engine as Astro Vedica
- Create a free API key: www.navamsha.in/auth/signup
- Add to Cursor MCP settings (or
~/.cursor/mcp.json):
{
"mcpServers": {
"navamsha": {
"url": "https://navamsha.fastmcp.app/mcp",
"headers": {
"X-API-Key": "YOUR_NAVAMSHA_API_KEY"
}
}
}
}- Try prompts such as:
List Navamsha MCP capabilitiesGet today's panchang for MumbaiCompute a basic kundali for 15 May 1990, 10:30 IST, Mumbai
Claude / ChatGPT: add the same URL as a remote Streamable HTTP MCP server and pass X-API-Key in headers (client UI varies).
| Family | Example tools |
|---|---|
| Kundali | get_kundali_basic, get_kundali_complete, get_planets, get_houses, get_divisional_chart |
| Panchang | get_panchang, get_muhurta_choghadiya |
| Dasha / timing | get_vimshottari_dasha, get_current_dasha, get_transits |
| Dosha | get_mangal_dosha, get_doshas_summary |
| Matchmaking | get_ashtakoot_match, get_manglik_compatibility |
| Western | get_western_natal, get_western_synastry |
| Numerology | get_life_path, get_name_numerology |
| Meta | list_navamsha_capabilities, get_api_health |
MCP is a thin proxy; astronomy runs on the Navamsha API. Timezone fields use UTC offset hours (5.5 = IST), not IANA names.
Python package navamsha-mcp (FastMCP) used to build/deploy the hosted server.
# Dev (uv)
cd mcp
uv sync --extra dev
export NAVAMSHA_API_KEY=your_key # for stdio / local HTTP
./scripts/run_http.sh # or: uv run navamsha-mcpExamples:
examples/cursor-mcp.json— remote hosted URLexamples/cursor-mcp.stdio.json— local stdio
Env template: .env.example
| Mode | How |
|---|---|
| Hosted HTTP | Header X-API-Key: <key> (or Authorization: Bearer <key>) |
| Local stdio | Env NAVAMSHA_API_KEY |
Signup: www.navamsha.in/auth/signup · Pricing: www.navamsha.in/pricing
- Free Vedic astrology API landing: www.navamsha.in/free-astrology-api
- Agent discovery: llms.txt · agents.json
- Connect Claude/ChatGPT guide: blog/mcp-server-claude-chatgpt-vedic-data
Commercial Navamsha API usage is governed by www.navamsha.in/legal.
Contact: avinashchandan12@gmail.com