VedIntel AstroAPI MCP
Perform live Vedic astrology computations — generate birth charts, dashas, dosha checks, matchmaking, panchang, muhurta, AI readings, and more directly via API calls.
Birth Chart & Planetary Data: Get all 9 planet positions (sign, house, nakshatra, degree, retrograde status), Ascendant (Lagna), Moon sign (Chandra Rashi), and any divisional chart from D1–D60 (e.g., D9 Navamsa, D10 Dashamsha).
Dasha Calculations: Current Mahadasha (ruling planet, start/end dates), full 120-year Vimshottari dasha timeline, and Antardasha sub-periods.
Dosha Checks: Sade Sati (phase, dates), Mangal Dosha (triggering houses, cancellations), and Kaal Sarp Dosha (type, severity).
Yogas: Detect all auspicious/inauspicious planetary combinations (Raj Yoga, Dhana Yoga, Panch Mahapurusha, etc.).
Compatibility: Kundali matching (Guna Milan) — full 36-point Ashtakoot score across 8 categories.
Panchang & Timing: Daily Vedic Panchang (Tithi, Nakshatra, Yoga, Karana, Vara, sunrise/sunset), Choghadiya muhurta, and real-time planet transits.
Recommendations & Profiles: Jyotish gemstone suggestions (with ruling planet, metal, mantra) and full Vedic numerology profile (Life Path, Destiny, Soul Urge, lucky number/color/day).
AI-Powered Readings (add-on required): 700+ word personalized birth chart interpretation and AI-generated Dasha narrative.
Utilities: City coordinates/timezone lookup, browse all 106+ API endpoints by category, and search endpoints by keyword.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VedIntel AstroAPI MCPGenerate a birth chart for 01/10/1977, 11:40 AM, Coimbatore India"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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?"Related MCP server: VedAstro MCP Server
22 Tools
Tool | What it does |
| Complete birth chart — all 9 planets with sign, house, nakshatra |
| Lagna (rising sign) calculation |
| Chandra Rashi (Moon sign) |
| Any D1–D60 chart (D9 Navamsa, D10 Dashamsha, etc.) |
| Full Vedic Panchang for any date/location |
| Current Vimshottari Mahadasha period |
| Full 120-year dasha sequence |
| Antardasha sub-periods |
| Saturn 7.5-year transit check |
| Mars affliction (Manglik) check |
| Kaal Sarp Dosha check |
| All yogas detected in the chart |
| Guna Milan / 36-point compatibility |
| Real-time planet positions today |
| Choghadiya auspicious time slots |
| Jyotish gemstone recommendations |
| Full numerology profile |
| 700+ word Claude AI chart reading (AI add-on) |
| AI Dasha period narrative (AI add-on) |
| City → lat/lon/timezone lookup |
| Browse all 106+ VedIntel™ AstroAPI endpoints |
| Search 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-mcpOption B — clone and build:
git clone https://github.com/cryptonaidu/vedintel-mcp.git
cd vedintel-mcp
npm install
npm run build3. 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)
Field | Value |
dob | 01/10/1977 |
tob | 11:40 |
lat | 11.0 (Coimbatore) |
lon | 77.0 (Coimbatore) |
tz | 5.5 (IST) |
Expected: Sagittarius Ascendant · Sun in Virgo · Moon in Aries · 0.0000° deviation from Jagannatha Hora
Environment variables
Variable | Description | Default |
| Your VedIntel™ AstroAPI key | (required) |
| Override API base URL |
|
How it differs from VedicAstroAPI's MCP server
VedIntel™ AstroAPI MCP | VedicAstroAPI 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 count | 21 tools | 4 tools |
Accuracy | 0.0000° verified vs Jagannatha Hora | Not published |
Links
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cryptonaidu/vedintel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server