MCP Hub
Back to servers

VedIntel AstroAPI MCP

Enables compute of live Vedic astrology birth charts, dashas, kundali matches, and AI readings via 22 real API tools.

glama
Updated
Apr 24, 2026

VedIntel™ AstroAPI — MCP Server

The only Vedic astrology MCP server that actually calls the API and returns live computed results.

VedicAstroAPI's MCP server is documentation-only — it helps you find endpoints. Ours lets Claude, Cursor, and VS Code compute real birth charts, dashas, kundali matches, and AI readings directly in your conversation.

What you can do

"Generate a birth chart for 01/10/1977, 11:40 AM, Coimbatore India"
"Is this person currently in Sade Sati?"
"Check Mangal Dosha for this birth data"
"Match these two charts for marriage compatibility"
"What Mahadasha is this person running?"
"Get today's Panchang for Mumbai"
"Find the D9 Navamsa chart for this person"
"Interpret this birth chart using AI"
"What are the auspicious muhurtas today in Delhi?"
"What coordinates should I use for Chennai?"

22 Tools

ToolWhat it does
get_planet_detailsComplete birth chart — all 9 planets with sign, house, nakshatra
get_ascendantLagna (rising sign) calculation
get_moon_signChandra Rashi (Moon sign)
get_divisional_chartAny D1–D60 chart (D9 Navamsa, D10 Dashamsha, etc.)
get_panchangFull Vedic Panchang for any date/location
get_current_dashaCurrent Vimshottari Mahadasha period
get_dasha_timelineFull 120-year dasha sequence
get_antardashaAntardasha sub-periods
check_sade_satiSaturn 7.5-year transit check
check_mangal_doshaMars affliction (Manglik) check
check_kaalsarp_doshaKaal Sarp Dosha check
get_yogasAll yogas detected in the chart
get_kundali_matchGuna Milan / 36-point compatibility
get_planet_transitsReal-time planet positions today
get_muhurtaChoghadiya auspicious time slots
get_gem_suggestionsJyotish gemstone recommendations
get_numerologyFull numerology profile
interpret_chart_ai700+ word Claude AI chart reading (AI add-on)
get_dasha_narrative_aiAI Dasha period narrative (AI add-on)
lookup_city_coordinatesCity → lat/lon/timezone lookup
list_endpointsBrowse all 106+ VedIntel™ AstroAPI endpoints
search_endpointsSearch endpoints by keyword

Setup

1. Get a free API key

Sign up at vedintelastroapi.com/auth/signup — 500 free calls/month, no credit card.

2. Install

Option A — npx (recommended, no install needed):

npx vedintel-mcp

Option B — clone and build:

git clone https://github.com/cryptonaidu/vedintel-mcp.git
cd vedintel-mcp
npm install
npm run build

3. Configure your MCP client

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

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

Cursor / VS Code

Add to your MCP settings:

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

4. Restart your MCP client

Restart Claude Desktop / Cursor. You should see the VedIntel™ AstroAPI tools available.

Testing

Try these prompts after setup:

"Get the birth chart for dob=01/10/1977, tob=11:40, lat=11, lon=77, tz=5.5"
"List all available VedIntel AstroAPI endpoints"
"Search endpoints for nakshatra"
"What coordinates should I use for Mumbai?"

Reference birth data (for testing)

FieldValue
dob01/10/1977
tob11:40
lat11.0 (Coimbatore)
lon77.0 (Coimbatore)
tz5.5 (IST)

Expected: Sagittarius Ascendant · Sun in Virgo · Moon in Aries · 0.0000° deviation from Jagannatha Hora

Environment variables

VariableDescriptionDefault
VEDINTEL_API_KEYYour VedIntel™ AstroAPI key(required)
VEDINTEL_BASE_URLOverride API base URLhttps://api.vedintelastroapi.com/api/v1

How it differs from VedicAstroAPI's MCP server

VedIntel™ AstroAPI MCPVedicAstroAPI MCP
Live API calls✓ Returns real computed data✗ Documentation only
Birth chart✓ Real Swiss Ephemeris results✗ Not available
AI readings✓ Claude-powered narratives✗ Not available
Tool count21 tools4 tools
Accuracy0.0000° verified vs Jagannatha HoraNot published

Links

Reviews

No reviews yet

Sign in to write a review