Skip to content
Live · Free tier

Vedic astrology MCP for AI agents

Navamsha hosts a Vedic astrology MCP (Model Context Protocol) so Claude, ChatGPT, Cursor, and coding agents call real Jyotish tools — Kundali, Panchang, Dasha, Gun Milan, Western natal, and numerology — instead of inventing chart data.

Swiss Ephemeris + Lahiri ayanamsa on api.navamsha.in. Live endpoint: https://navamsha.fastmcp.app/mcp. Same free API key as REST — 10,000 calls/month, no credit card.

1. Get a free API key

Same free Vedic astrology API tier — 10,000 calls/month. Create a key at signup, then pass it as X-API-Key to the MCP client.

2. Connect Claude, ChatGPT, or Cursor

Copy this Streamable HTTP config into Cursor MCP settings (replace the key).

Cursor / Claude Desktop — mcp.json

{
  "mcpServers": {
    "navamsha": {
      "url": "https://navamsha.fastmcp.app/mcp",
      "headers": {
        "X-API-Key": "YOUR_NAVAMSHA_API_KEY"
      }
    }
  }
}

Why this Vedic astrology MCP

  • Hosted URL — no Docker required for Claude / ChatGPT / Cursor
  • Swiss Ephemeris astronomy with Lahiri sidereal defaults
  • One key for REST + MCP; meters on the Navamsha free / Growth / Scale tiers
  • Same calculation engine as Astro Vedica in production
  • Compare options: Best Vedic astrology MCP servers 2026

Curated Vedic astrology MCP tools (v1)

  • Kundali / Kundli — basic/complete, planets, houses, divisional charts
  • Panchang — full day factors, Choghadiya muhurta
  • Dasha / timing — Vimshottari, current dasha, Western transits
  • Dosha — Mangal, multi-dosha summary
  • Matchmaking — Ashtakoot Gun Milan, Manglik compatibility
  • Western — natal chart, synastry
  • Numerology — life path, name expression
  • Meta — capabilities list, API health

Vedic astrology MCP FAQs

What is a Vedic astrology MCP server?
A Vedic astrology MCP (Model Context Protocol) server lets AI clients like Claude, ChatGPT, and Cursor discover and call Jyotish tools — Kundali, Panchang, Dasha, matchmaking, and more — without custom REST wrappers. Navamsha hosts one at https://navamsha.fastmcp.app/mcp.
Is Navamsha a free Vedic astrology MCP?
Yes for prototyping — use a free-tier Navamsha API key (10,000 calls/month, no credit card) with the MCP endpoint. Usage meters through the same hub quotas as REST. Calculations use Swiss Ephemeris with Lahiri ayanamsa.
How is Navamsha different from VedAstro or DivineAPI MCP?
Navamsha is a hosted Vedic astrology MCP plus REST hub: one X-API-Key for both, Swiss Ephemeris + Lahiri, stamped calculation metadata, and the same engine that powers Astro Vedica. Compare servers at /blog/best-vedic-astrology-mcp-servers-2026.
How do Claude, ChatGPT, or Cursor connect to Navamsha MCP?
Add https://navamsha.fastmcp.app/mcp as a remote Streamable HTTP MCP server and pass X-API-Key in client headers. Copy the snippet on www.navamsha.in/mcp.

Also available: free Vedic astrology API (REST) with public OpenAPI, Postman, llms.txt, and agents.json. Prefer MCP when your client speaks Model Context Protocol; use REST for the full endpoint catalog.

Updates & OAuth roadmap

BYO API key works today on this Vedic astrology MCP. Join the list for OAuth connector UX and new tool announcements.