VedAstro MCP Server
World's first Vedic Astrology MCP Server โ connect Claude, ChatGPT, Cursor, or any AI to real Vedic astrology. Provides horoscope predictions, compatibility matching, numerology, planetary positions, yogas and house analysis via MCP.
README
<div align="center">
โจ 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
๐ Purchase API Key โ $1/month
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, ruling planet, detailed prediction, and life aspect scores (Finance, Romance, Education, Health, Family, Growth, Career, Reputation, Spirituality, Luck). Works for person names, business names, project names, house numbers, or car numbers.
Parameters:
nameโ Name to analyze
๐ get_astrology_raw_data
Get raw Vedic astrology data for all 9 planets and 12 houses. Returns detailed planet data (sign placement, constellation, house occupied, houses owned, lord of sign/constellation, degrees, retrograde status) and house data (sign, constellation, planets in house, lord, aspecting planets). Use this for detailed chart analysis.
Parameters:
latitudeโ Birth location latitudelongitudeโ Birth location longitudebirth_timeโ HH:MM formatbirth_dateโ DD/MM/YYYY formattimezoneโ +HH:MM format
โ๏ธ get_general_astro_data
Get 24 general Vedic astrology properties for a birth chart including Ascendant/Lagna, Moon Sign, Moon Nakshatra, Sunrise/Sunset, Nithya Yoga, Karana, Tithi, Day/Night birth, Varna, Hora, Weekday & Lord, Kuja Dosa Score, Maraka Planets, Kartari Yoga data, Pancha Pakshi Birth Bird, and more.
Parameters:
latitudeโ Birth location latitudelongitudeโ Birth location longitudebirth_timeโ HH:MM formatbirth_dateโ DD/MM/YYYY formattimezoneโ +HH:MM format
๐ get_ashtakvarga_data
Get Ashtakvarga charts including Sarvashtakavarga (combined planetary strength across 12 signs) and Bhinnashtakavarga (individual planet contributions). Each chart has rows per planet with 12 sign values and totals. Essential for transit analysis and planetary strength assessment.
Parameters:
latitudeโ Birth location latitudelongitudeโ Birth location longitudebirth_timeโ HH:MM formatbirth_dateโ DD/MM/YYYY formattimezoneโ +HH:MM format
๐ฌ See It in Action
A real conversation with Claude using VedAstro MCP Server
User:
I was born on October 25, 1992 at 2:30 PM in Mumbai, India. What are my Vedic horoscope predictions?
Claude:
โ๏ธ Using get_horoscope_predictions with latitude: 19.0760, longitude: 72.8777...
Based on your Vedic birth chart analysis (Mumbai, 25/10/1992 at 14:30):
Career & Success: You have strong Raja Yoga combinations suggesting leadership abilities and professional success. Jupiter's influence on the 10th house indicates wisdom-driven career growth.
Personality: Moon in a benefic position gives you emotional intelligence and intuitive abilities.
Relationships: Venus placement suggests harmonious partnerships with strong emotional bonds...
...and 200+ more detailed predictions covering all life areas
๐ฐ Simple Pricing
| ๐ Free | โพ๏ธ Unlimited | |
|---|---|---|
| Price | $0 forever | $1/month |
| Requests | 5 per minute | Unlimited |
| Sign-up | Not required | API Key |
| All MCP Tools | โ | โ |
| Full Prediction Data | โ | โ |
| Priority Response | โ | โ |
๐ Get Unlimited API Key โ $1/month
โ๏ธ Technical Specifications
| Spec | Details |
|---|---|
| Protocol | Model Context Protocol (MCP) via Streamable HTTP transport |
| Infrastructure | Azure Functions v4 (Node.js) with Streamable HTTP transport |
| Ephemeris Engine | Swiss Ephemeris with Raman Ayanamsa for precise planetary calculations |
| Response Time | Typically under 5 seconds for full horoscope prediction analysis |
| Security | HTTPS encrypted, no personal data stored, stateless calculations |
| Open Source | Full source code available on GitHub |
โ FAQ
What is MCP and why does it matter?
MCP (Model Context Protocol) is an open standard developed by Anthropic that allows AI assistants to connect to external tools and data sources. It's like USB for AI โ a universal connector that lets any compatible AI access VedAstro's Vedic astrology calculations without custom integration code. This means Claude, ChatGPT, Cursor, and other AI tools can all use VedAstro through the same simple connection.
Which AI clients support MCP?
Claude Desktop, Cursor, VS Code (GitHub Copilot), Windsurf, and many more AI coding assistants and chat applications. The list is growing rapidly. Any application that supports the MCP protocol can connect to VedAstro's astrology server.
Is the free tier really free?
Yes, completely free with no sign-up required. The free tier allows 5 requests per minute, which is plenty for personal use. For unlimited requests, get an API key for just $1/month.
How accurate are the predictions?
VedAstro uses the Swiss Ephemeris โ the same precision astronomical engine used by professional astrologers worldwide. Calculations use the Raman Ayanamsa system and analyze all 9 Vedic planets across 12 houses with hundreds of yoga combinations based on classical Vedic astrology texts.
Can I use this in my own application?
Absolutely! The MCP server is designed to be used by any MCP-compatible client. For direct API access (without MCP), check out the API Builder page.
<div align="center">
โจ Bring Ancient Wisdom to the AI Age
VedAstro's MCP Server bridges 5,000 years of Vedic astrology with modern AI. Connect in 30 seconds and give your AI the power of horoscope predictions, compatibility matching, and numerology.
๐ Links
๐ Connect Now ยท ๐ VedAstro.org ยท โญ Star on GitHub ยท ๐ Documentation
Made with โค๏ธ by VedAstro โ A non-profit, open source project to make Vedic Astrology easily available to all.
</div>
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.