Now available · Free to install

VedIntel™ AstroAPI
MCP Server

Connect Claude Desktop, Cursor, or VS Code to 108 live Vedic astrology endpoints. Real birth charts, dashas, panchang, and AI readings — computed instantly from Swiss Ephemeris.

Get free API key →View on GitHub
Live results
Every tool call hits the real API and returns computed data — not documentation.
🔭
Swiss Ephemeris
0.0000° accuracy. Runs locally on our servers — zero external dependency.
🤖
Claude AI readings
700+ word birth chart interpretations powered by Claude (Anthropic).
🛠️
22 tools
Charts, dashas, doshas, panchang, matching, AI — every major category covered.

Built for developers in their IDE

Use these prompts in Cursor, VS Code Copilot Chat, or Claude Desktop while building an astrology app. The MCP fetches real computed data so you can prototype and scaffold against actual API responses — not guesses.

Prototype fast"Fetch a real birth chart for dob=01/10/1977, tob=11:40, lat=11, lon=77, tz=5.5 and show me the JSON structure"
Scaffold UI"Get this birth chart data and write a React component to display the planet positions in a table"
Find the right endpoint"I want to show Sade Sati status in my app — which endpoint should I call and what does the response look like?"
Test matching"Fetch compatibility data for these two birth charts and summarise the guna milan score"
Build panchang feature"Get today's Panchang for Mumbai and generate a TypeScript interface for the response shape"
Explore endpoints"List all endpoints in the Dashas category with their parameters"
Verify accuracy"Compute the birth chart and tell me the exact degree and nakshatra of the Moon"
Test AI reading"Call the AI chart interpretation endpoint and show me a sample output"

22 tools. Every major Vedic endpoint.

Each tool maps to a live VedIntel™ AstroAPI endpoint — real Swiss Ephemeris computation, returned instantly.

Coreget_planet_detailsFull birth chart — all 9 planets with sign, house, nakshatra
Coreget_ascendantLagna (rising sign) calculation
Coreget_moon_signChandra Rashi (Moon sign)
Coreget_divisional_chartAny D1–D60 chart — D9 Navamsa, D10 Dashamsha, etc.
Panchangget_panchangFull Vedic Panchang for any date and location
Panchangget_muhurtaChoghadiya auspicious time slots
Panchangget_planet_transitsReal-time planet positions today
Dashasget_current_dashaCurrent Vimshottari Mahadasha period
Dashasget_dasha_timelineFull 120-year dasha sequence
Dashasget_antardashaAntardasha (sub-period) breakdown
Doshascheck_sade_satiSaturn's 7.5-year transit status and phase
Doshascheck_mangal_doshaMars affliction (Manglik) check
Doshascheck_kaalsarp_doshaKaal Sarp Dosha type and severity
Yogasget_yogasAll yogas detected in the chart
Matchingget_kundali_matchGuna Milan 36-point compatibility score
Remediesget_gem_suggestionsJyotish gemstone recommendations
Predictionsget_numerologyFull Vedic numerology profile
AIinterpret_chart_ai700+ word Claude AI chart reading
AIget_dasha_narrative_aiAI narrative for current Dasha period
Utilitieslookup_city_coordinatesCity → lat/lon/timezone lookup
Discoverylist_endpointsBrowse all 108 API endpoints
Discoverysearch_endpointsSearch endpoints by keyword

Install in 3 steps

1
Get a free API key

500 free calls per month. No credit card required.

vedintelastroapi.com/auth/signup →
2
Install via npm

No clone or build needed — npx handles it automatically.

npx vedintel-mcp
3
Add to Claude Desktop config

Edit ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "vedintel-astroapi": {
      "command": "npx",
      "args": ["vedintel-mcp"],
      "env": {
        "VEDINTEL_API_KEY": "vai_your_key_here"
      }
    }
  }
}

Start computing real Vedic charts in Claude

500 free API calls/month. No credit card.

Get free API key →API Docs