Divine API Indian Astrology MCP
OfficialClick 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., "@Divine API Indian Astrology MCPWhat's today's Panchang for Delhi?"
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.
🙏 Divine API — Indian Astrology MCP Server
The official Model Context Protocol (MCP) server for Divine API's Indian/Vedic Astrology services.
Connect your AI assistant (Claude, Cursor, VS Code Copilot, etc.) to the power of Vedic astrology — Panchang, Kundli, Matchmaking, Festivals, and more — all through natural language.
✨ What Can It Do?
Just chat naturally with your AI assistant:
You say... | The MCP calls... |
"What's today's Panchang for Delhi?" |
|
"Generate my Kundli — born March 15, 1990, 2:30 PM, Mumbai" |
|
"Am I Manglik?" |
|
"Match Kundli for Rahul and Simran" |
|
"What festivals are in Kartik month 2025?" |
|
"Show me the Navamsha (D9) chart" |
|
"What gemstone should I wear?" |
|
"Is Sadhe Sati active for me?" |
|
Related MCP server: VedAstro MCP Server
🚀 Quick Start
1. Get Your API Credentials
Sign up at divineapi.com and get your:
API Key — from divineapi.com/api-keys
Auth Token (Bearer Token) — from your profile page
You get a 7-day free trial — no charges until you decide to continue.
2. Install
pip install divineapi-indian-astrology-mcpOr with uv (recommended):
uv pip install divineapi-indian-astrology-mcp3. Configure Your AI Client
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"divine-indian-astrology": {
"command": "python",
"args": ["-m", "divineapi_indian_astrology_mcp"],
"env": {
"DIVINE_API_KEY": "your-api-key-here",
"DIVINE_AUTH_TOKEN": "your-bearer-token-here"
}
}
}
}Cursor / VS Code
Add to your MCP settings:
{
"divine-indian-astrology": {
"command": "python",
"args": ["-m", "divineapi_indian_astrology_mcp"],
"env": {
"DIVINE_API_KEY": "your-api-key-here",
"DIVINE_AUTH_TOKEN": "your-bearer-token-here"
}
}
}Claude Code
claude mcp add divine-indian-astrology \
-e DIVINE_API_KEY=your-api-key-here \
-e DIVINE_AUTH_TOKEN=your-bearer-token-here \
-- python -m divineapi_indian_astrology_mcp4. Restart your AI client and start chatting!
📋 Available Tools (27 Total)
🗓️ Panchang (Daily Vedic Calendar) — 9 Tools
Tool | Description |
| Complete daily Panchang (tithi, nakshatra, yoga, karana, timings) |
| Sunrise, sunset, moonrise, moonset timings |
| Current nakshatra details with start/end times |
| Current tithi, paksha, and deity |
| Shubh Muhurat — favorable time windows |
| Rahu Kaal, Yamaganda, Gulika Kaal |
| Day/night Choghadiya time slots |
| Current Grah Gochar (planetary transits) |
| Chandrashtama periods for all moon signs |
🔮 Kundli (Birth Chart) — 11 Tools
Tool | Description |
| Core birth chart data (rashi, nakshatra, tithi, etc.) |
| All 9 planet positions with sign, degree, house |
| Generate Kundli chart images (D1, D9, chalit, etc.) |
| Maha Dasha and Antar Dasha periods |
| Manglik Dosha check with severity |
| Kaal Sarpa Dosha detection |
| Sadhe Sati status and phase |
| Recommended gemstones based on chart |
| All yogas (planetary combinations) in chart |
| Detailed Lagna (rising sign) report |
| Pitra Dosha check with remedies |
💑 Matchmaking (Kundli Milan) — 4 Tools
Tool | Description |
| 8-point Guna matching (max 36 score) |
| 10-point matching (South Indian style) |
| Manglik comparison for both persons |
| Side-by-side astro details for both persons |
🎉 Festivals — 3 Tools
Tool | Description |
| Festivals for a Hindu calendar month |
| Festivals on a specific date |
| Festivals in an English calendar month |
🌐 Language Support
All tools support multiple Indian languages via the lan parameter:
Code | Language |
| English (default) |
| Hindi |
| Tamil |
| Telugu |
| Kannada |
| Malayalam |
| Bengali |
| Gujarati |
| Marathi |
| Punjabi |
| Odia |
| Urdu |
🛠️ Development / Running from Source
If you want to run from source instead of installing via pip:
# Clone the repository
git clone https://github.com/DivineAPI/mcp-indian-astrology.git
cd mcp-indian-astrology
# Install dependencies
pip install -r requirements.txt
# Set environment variables
export DIVINE_API_KEY="your-api-key"
export DIVINE_AUTH_TOKEN="your-bearer-token"
# Run the server
python server.pyThen configure your MCP client to point to the local file:
{
"mcpServers": {
"divine-indian-astrology": {
"command": "python",
"args": ["/full/path/to/mcp-indian-astrology/server.py"],
"env": {
"DIVINE_API_KEY": "your-api-key",
"DIVINE_AUTH_TOKEN": "your-bearer-token"
}
}
}
}🔑 Getting Your API Credentials
Go to divineapi.com and sign up
Start your 7-day free trial (no charges)
Find your API Key at divineapi.com/api-keys
Find your Auth Token on your profile page
Set them as environment variables or in your MCP client config
📖 API Documentation
Full API Docs: developers.divineapi.com/indian-api
Support: support.divineapi.com
Pricing: divineapi.com/pricing
📝 License
MIT License — see LICENSE for details.
🏢 About Divine API
Divine API is a leading astrology technology company based in New Delhi, offering comprehensive Astrology, Kundali, Horoscope, Tarot, and Numerology APIs for businesses worldwide.
Contact: admin@divineapi.com
This server cannot be installed
Maintenance
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/DivineAPI/mcp-indian-astrology'
If you have feedback or need assistance with the MCP directory API, please join our Discord server