Vedic Astrology AI MCP Server
World's first Vedic Astrology MCP Server — connect Claude, ChatGPT, Cursor, or any AI to real Vedic astrology. Horoscope predictions, compatibility matching, numerology, planetary positions, yogas & house analysis via MCP.
Install / Use
npx skills add VedAstro/Vedic-Astrology-AI-MCP-ServerInstalls into whichever agent you are using.
Quality Score
Category
Development & EngineeringSupported Platforms
README
✨ Vedic Astrology MCP Server
Astrology Tools for Your AI
Connect Claude, ChatGPT, Cursor, or any AI assistant to Vedic astrology. Get horoscope predictions, compatibility match reports, numerology analysis, and decode planetary influences — all through one simple MCP connection.
🔗 MCP Server Endpoint
https://mcp.vedastro.org/api/mcp
🔌 Connect Now · 🌐 Live Page · 📦 Main Repo · 🏠 VedAstro.org
</div>📊 Key Stats
| 🏆 1st | 🌍 200+ | ⚡ Free | 💲 $1/mo | |:---:|:---:|:---:|:---:| | Astrology MCP Server<br/>in the World | Horoscope Predictions<br/>Analyzed | 5 Requests/Minute<br/>Free Tier | Unlimited Use<br/>with API Key |
🔌 What is MCP?
MCP (Model Context Protocol) is the open standard created by Anthropic that lets AI assistants connect to external tools and data sources. Think of it as a universal plug that gives any AI the ability to access real-world capabilities.
VedAstro's MCP Server brings the full power of Vedic astrology — horoscope predictions, compatibility matching, numerology, planetary positions, yogas, and house analysis — directly into AI conversations.
Why It Matters
- 💬 Natural Conversations — Ask your AI "What does my birth chart say?" and get real Vedic astrology analysis, not generic horoscopes.
- 🤖 Works with Any AI — Claude, ChatGPT, Gemini, Cursor — any MCP-compatible client works.
- 🛡️ Authentic Calculations — Powered by VedAstro's Swiss Ephemeris engine with Raman Ayanamsa — the same precision astrologers trust.
- 💻 Zero Code Required — Just paste one URL into your AI client's settings. No SDKs, no libraries, no API wrappers needed.
🚀 How It Works
Step 1: Copy the URL Step 2: Paste in Your AI Step 3: Ask Anything
┌─────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Copy the │────────▶│ Paste in Your │───────▶│ Ask Anything │
│ URL │ │ AI Client │ │ │
└─────────────┘ └──────────────────┘ └─────────────────┘
Copy the MCP Add it to Claude, "What are my horoscope
server endpoint ChatGPT, Gemini, predictions?" and your
URL from below Cursor, or any AI delivers Vedic
MCP client insights
🔗 MCP Server Endpoint
This is the only URL you need. Copy it and paste into your AI client.
https://mcp.vedastro.org/api/mcp
📖 Full Interactive Guide: https://vedastro.org/MCPServerApp.html
⚡ Quick Connect Guide
🤖 Claude Desktop
Option 1: Simple URL Paste (Recommended)
- Open Claude Desktop and go to Settings (gear icon)
- Click Connectors tab and scroll to the bottom
- Click "Add custom connector" and paste the URL below
- Restart Claude Desktop
- Ask Claude: "Using my birth details (date, time, location), get my Vedic horoscope predictions"
Free Tier (5 requests/minute):
https://mcp.vedastro.org/api/mcp
Unlimited ($1/month with API Key):
https://mcp.vedastro.org/api/mcp/key/your-api-key-here
Option 2: Manual JSON Config (Advanced)
- Go to Settings > Developer > Edit Config
- Add the configuration below to
claude_desktop_config.json
{
"mcpServers": {
"vedastro": {
"url": "https://mcp.vedastro.org/api/mcp/key/your-api-key-here"
}
}
}
📝 Cursor
- Open Cursor and go to Settings > MCP
- Click "Add new MCP server"
- Set Type to http, Name to vedastro, and paste the appropriate URL below
- Ask in chat: "Get Vedic horoscope predictions for someone born on 25/10/1992 at 14:30 in Mumbai"
Free Tier (5 requests/minute):
// In .cursor/mcp.json at your project root:
{
"mcpServers": {
"vedastro": {
"url": "https://mcp.vedastro.org/api/mcp"
}
}
}
Unlimited ($1/month with API Key):
{
"mcpServers": {
"vedastro": {
"url": "https://mcp.vedastro.org/api/mcp/key/your-api-key-here"
}
}
}
💬 ChatGPT
- Open ChatGPT and go to Settings > Apps & Connectors > Advanced
- Toggle "Developer Mode" on
- Under Connectors, click "Create"
- Set Name to VedAstro and paste the appropriate URL below
- Set Authentication to None
- Check "I trust this application" and click Create
- In a new chat, click "+" and select your VedAstro connector
Free Tier (5 requests/minute):
URL: https://mcp.vedastro.org/api/mcp
Authentication: None
Unlimited ($1/month with API Key):
URL: https://mcp.vedastro.org/api/mcp/key/your-api-key-here
Authentication: None
Note: If ChatGPT requires the legacy SSE endpoint, use
https://mcp.vedastro.org/api/sse/key/your-api-key-herefor premium orhttps://mcp.vedastro.org/api/ssefor free tier.
🔮 Google Gemini
- Install Gemini CLI:
npm install -g @google/generative-ai-cli - Run
gemini mcp addand provide server details - Verify connection:
gemini /mcpto see available tools - Ask Gemini: "Using the VedAstro MCP server, get my horoscope predictions"
Free Tier (5 requests/minute):
{
"mcpServers": {
"vedastro": {
"httpUrl": "https://mcp.vedastro.org/api/mcp"
}
}
}
Unlimited ($1/month with API Key):
{
"mcpServers": {
"vedastro": {
"httpUrl": "https://mcp.vedastro.org/api/mcp/key/your-api-key-here"
}
}
}
⚙️ Other / Custom MCP Clients
For any MCP-compatible client, use these connection details:
| Property | Value |
|---|---|
| Transport | Streamable HTTP |
| Free Tier URL | https://mcp.vedastro.org/api/mcp |
| Premium URL | https://mcp.vedastro.org/api/mcp/key/{your-api-key} |
| Server Name | VedAstro |
| Available Tools | get_horoscope_predictions, get_match_report, get_numerology_prediction, get_astrology_raw_data, get_general_astro_data, get_ashtakvarga_data |
Free Tier (5 requests/minute):
{
"server_name": "vedastro",
"transport": "streamable-http",
"url": "https://mcp.vedastro.org/api/mcp"
}
Unlimited ($1/month with API Key):
{
"server_name": "vedastro",
"transport": "streamable-http",
"url": "https://mcp.vedastro.org/api/mcp/key/your-api-key-here"
}
Note: Advanced users can also pass API keys via headers (
x-api-key,APIKey, orAuthorization: Bearer), but the URL-based approach is simpler and works with all clients.
🔑 API Key Authentication (Unlimited Access)
The MCP server supports optional API key authentication for unlimited requests. Without an API key, you get 5 requests/minute (free tier). With an API key, you get unlimited requests for just $1/month.
How to Add API Key
Simply embed your API key in the URL:
Free Tier:
https://mcp.vedastro.org/api/mcp
Unlimited Tier:
https://mcp.vedastro.org/api/mcp/key/your-api-key-here
Example Configuration:
{
"mcpServers": {
"vedastro": {
"url": "https://mcp.vedastro.org/api/mcp/key/your-api-key-here"
}
}
}
Alternative: Header-Based Authentication (Advanced)
For advanced users, the server also accepts API keys via headers:
- ✅
x-api-key: your-key-here - ✅
APIKey: your-key-here - ✅
Authorization: Bearer your-key-here
{
"mcpServers": {
"vedastro": {
"url": "https://mcp.vedastro.org/api/mcp",
"headers": {
"x-api-key": "your-api-key-here"
}
}
}
}
Note: URL-based authentication is recommended for universal compatibility. Header-based auth requires manual JSON config editing on some clients (like Claude Desktop).
Get Your API Key
After purchase, your API key will be visible on your Account Page or API Builder Page. Copy it and add it to your MCP client URL as shown above.
🛠️ Available MCP Tools
⭐ get_horoscope_predictions
Get comprehensive Vedic astrology horoscope predictions for a person based on their birth time and location. Returns 200+ life predictions covering personality, career, relationships, health, wealth, marriage, children, longevity, and more based on planetary positions, yogas, and house placements.
Parameters:
latitude— Birth location latitudelongitude— Birth location longitudebirth_time— HH:MM formatbirth_date— DD/MM/YYYY formattimezone— +HH:MM format
💕 get_match_report
Get a Vedic astrology compatibility/match report between two people. Returns Kuta score percentage and detailed predictions for all 16 Kuta factors (Dina, Gana, Mahendra, Stree Deergha, etc.). Each factor is rated as Good or Bad with a detailed explanation.
Parameters:
male_*— Male birth details (lat, lon, time, date, tz)female_*— Female birth details (lat, lon, time, date, tz)
🔢 get_numerology_prediction
Get a numerology prediction based on a name using the Chaldean system. Returns the name number,
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
browser-automation
385.5kUse when controlling web pages with the OpenClaw browser tool, especially multi-step flows, login checks, tab management, or recovery from stale refs/timeouts.
Hook Development
140.7kThis skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse,…
MCP Integration
140.7kThis skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket).
