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.
⚡
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.
Core
get_planet_detailsFull birth chart — all 9 planets with sign, house, nakshatraCore
get_ascendantLagna (rising sign) calculationCore
get_moon_signChandra Rashi (Moon sign)Core
get_divisional_chartAny D1–D60 chart — D9 Navamsa, D10 Dashamsha, etc.Panchang
get_panchangFull Vedic Panchang for any date and locationPanchang
get_muhurtaChoghadiya auspicious time slotsPanchang
get_planet_transitsReal-time planet positions todayDashas
get_current_dashaCurrent Vimshottari Mahadasha periodDashas
get_dasha_timelineFull 120-year dasha sequenceDashas
get_antardashaAntardasha (sub-period) breakdownDoshas
check_sade_satiSaturn's 7.5-year transit status and phaseDoshas
check_mangal_doshaMars affliction (Manglik) checkDoshas
check_kaalsarp_doshaKaal Sarp Dosha type and severityYogas
get_yogasAll yogas detected in the chartMatching
get_kundali_matchGuna Milan 36-point compatibility scoreRemedies
get_gem_suggestionsJyotish gemstone recommendationsPredictions
get_numerologyFull Vedic numerology profileAI
interpret_chart_ai700+ word Claude AI chart readingAI
get_dasha_narrative_aiAI narrative for current Dasha periodUtilities
lookup_city_coordinatesCity → lat/lon/timezone lookupDiscovery
list_endpointsBrowse all 108 API endpointsDiscovery
search_endpointsSearch endpoints by keywordInstall 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.