Vedic Astrology API for Developers

Bring Ancient Wisdom
to Modern Apps

The most complete Vedic Astrology API — birth charts, dasa systems, panchang, prashna, and more. Use REST, our live playground, or connect AI assistants via MCP.

Free plan includes 100 requests/month • Works with Cursor & Claude • No credit card

birth-chart.sh
curl -X POST https://astroapi.vedicmatters.com/api/v1/chart/birth \
  -H "X-API-Key: veda_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "dateTime": "1990-01-15T08:30:00",
    "location": {
      "name": "Mumbai, India",
      "latitude": 19.076,
      "longitude": 72.8777
    },
    "ayanamsa": "LAHIRI"
  }'
New · Model Context Protocol

Vedic astrology inside your AI workflow

MCP is hosted on the API at astroapi.vedicmatters.com/mcp — 14 tools for birth charts, Vimshottari Dasa, panchang, yogas, Prashna, and more. Your API key, your quota, no separate server to deploy.

  • Works on the free plan
  • Hosted on astroapi.vedicmatters.com/mcp
  • Optional local stdio package for offline clients
.cursor/mcp.json
{
  "mcpServers": {
    "vedastro": {
      "url": "https://astroapi.vedicmatters.com/mcp",
      "headers": {
        "X-API-Key": "veda_your_api_key_here"
      }
    }
  }
}

Everything you need

REST API, playground, docs, and MCP — built for developers and AI-native apps.

Instant Access

Get your API key in minutes. No setup, no infrastructure.

MCP for AI Apps

Use VedAstro from Cursor, Claude Desktop, and other MCP clients.

Full Documentation

REST reference, quickstart, examples, and MCP setup guides.

Live Playground

Test every endpoint live in your browser before writing code.

Production Ready

Rate limiting, usage tracking, and scalable API infrastructure.

Multi-Currency

Pay in INR or USD. Automatic GST invoices for Indian businesses.

What's included

Birth Chart (Rasi & Navamsa)
Planetary Positions
All Dasa Systems (Vimshottari, Yogini, Kalachakra, Ashtottari)
Panchang (Tithi, Nakshatra, Yoga, Karana)
Ashtakavarga & Shadbala
Prashna (Horary)
Divisional Charts (D1–D60)
MCP tools for AI assistants

Full endpoint reference in docs · MCP tool list in MCP guide

Ready to build?

Start with our free plan. Call the API from your app, playground, or AI assistant.