AstroConsultant
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., "@AstroConsultantNatal chart for May 15, 2000, 3:30 PM, LA"
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.
title: JyotishMCP emoji: 🪐 colorFrom: purple colorTo: indigo sdk: docker pinned: false
🔭 AstroConsultant — AI Astrology MCP Server
Professional-grade astrology API + MCP Server powered by Swiss Ephemeris (pyswisseph), supporting both Western (Tropical) and Vedic/Jyotish (Sidereal) traditions. Exposes 49 MCP tools and 70+ API endpoints for comprehensive astrological consultation.
┌──────────────────────────────────────────────────┐
│ Claude Desktop (UI) │
│ │ │
│ MCP Protocol (stdio) │
│ │ │
│ ┌──────────▼──────────┐ │
│ │ MCP Server │ │
│ │ (49 tools) │ │
│ └──────────┬──────────┘ │
│ │ HTTP/JSON │
│ ┌──────────▼──────────┐ │
│ │ FastAPI Backend │ │
│ │ (10 routers, │ │
│ │ 70+ endpoints) │ │
│ └──────────┬──────────┘ │
│ │ │
│ ┌──────────▼──────────┐ │
│ │ Swiss Ephemeris │ │
│ │ (pyswisseph) │ │
│ └─────────────────────┘ │
└──────────────────────────────────────────────────┘Related MCP server: auseklis
✨ Features at a Glance
🕉️ Vedic / Jyotish (Sidereal)
Feature | Description |
Kundli (Birth Chart) | Full sidereal chart with Whole Sign houses |
Varga Charts (D1–D60) | 16+ divisional charts (Navamsa, Dasamsa, etc.) |
Dasha Systems | Vimshottari (Mahadasha → Sookshma), Yogini, Chara, Kalachakra |
Current Dasha | Real-time Mahadasha / Antardasha / Pratyantardasha / Sookshma |
Dasha Interpretation | AI-ready interpretation texts for any Dasha lord combination |
Yogas | 30+ classical yogas (Raja, Dhana, Viparita, Pancha Mahapurusha…) |
Doshas | Mangal Dosha, Kala Sarpa Dosha detection |
Shadbala | Six-fold planetary strength analysis |
Ashtakavarga | Sarvashtakavarga + Bhinnashtakavarga + Transit Scoring |
Sade Sati | Complete 100-year Sade Sati timeline with peak dates |
Bhava Chalit | Sripati house system shifted-planet chart |
Upagrahas | Mandi, Gulika, Dhooma, Vyatipata, Parivesha, Indrachapa, Upaketu |
Jaimini System | Chara Karakas (AK–DK), Arudha Padas, Karakamsa |
Lagna Lord Analysis | Ascendant lord placement, dignity, and interpretation |
Gochar (Transit) | Vedic transit report based on natal Moon sign |
Varshaphal | Tajika annual horoscope (Solar year return) |
Nakshatra Deep Dive | Detailed Nakshatra analysis with deity, syllable, compatibility |
Remedies | Gemstones, Mantras, Charity, Fasting based on chart afflictions |
🌍 Western (Tropical)
Feature | Description |
Natal Chart | Full tropical chart with Placidus / Koch / Equal houses |
Aspects | 11 aspect types with configurable orbs |
Essential Dignities | Domicile, Exaltation, Detriment, Fall, Term, Face |
Secondary Progressions | Day-for-a-year progressed chart |
Solar Arc Directions | Arc-directed planetary positions |
Solar Return | Annual return chart |
Lunar Return | Monthly return chart |
Synastry | Cross-chart aspects for relationship analysis |
Composite Chart | Midpoint composite chart |
Midpoint Analysis | Natal & synastry midpoint trees |
Arabic Parts | Part of Fortune, Spirit, Love, and 8 more |
Fixed Stars | 31 major stars with conjunctions and parans |
Asteroids | Chiron, Ceres, Pallas, Juno, Vesta |
📅 Timing & Prediction
Feature | Description |
Panchang | Tithi, Nakshatra, Yoga, Karana, Sunrise/Sunset |
Muhurta | Quality assessment for any activity + auspicious time finder |
Planetary Hours | Hora chart for any day |
Eclipse Impacts | Detect eclipses hitting natal planets (conjunction/opposition) |
Retrograde Calendar | Mercury through Saturn retrograde periods for any year |
Transit Aspects | Real-time transit-to-natal aspects |
Outer Planet Transits | Jupiter, Saturn, Rahu/Ketu over natal chart |
Planetary Ingresses | Sign-change dates for all planets |
AstroCartoGraphy | ACG lines for relocation astrology |
🛠️ All 48 MCP Tools
Every tool is available to Claude Desktop (or any MCP client) via the AstroConsultant server.
# | Tool Name | Category |
1 |
| Core |
2 |
| Vedic |
3 |
| Vedic |
4 |
| Vedic |
5 |
| Vedic |
6 |
| Vedic |
7 |
| Vedic |
8 |
| Vedic |
9 |
| Vedic |
10 |
| Vedic |
11 |
| Vedic |
12 |
| Vedic |
13 |
| Vedic |
14 |
| Vedic Remedies |
15 |
| Vedic Remedies |
16 |
| Vedic |
17 |
| Vedic |
18 |
| Vedic |
19 |
| Vedic / Transits |
20 |
| Dasha |
21 |
| Dasha |
22 |
| Dasha |
23 |
| Dasha |
24 |
| Dasha |
25 |
| Dasha |
26 |
| Predictive |
27 |
| Transits |
28 |
| Transits |
29 |
| Transits |
30 |
| Transits |
31 |
| Timing |
32 |
| Timing |
33 |
| Timing |
34 |
| Timing |
35 |
| Timing |
36 |
| Timing |
37 |
| Western |
38 |
| Western |
39 |
| Western |
40 |
| Western |
41 |
| Relationships |
42 |
| Relationships |
43 |
| Relationships |
44 |
| Analysis |
45 |
| Analysis |
46 |
| Analysis |
47 |
| Utility |
48 |
| Utility |
49 |
| PROFESSIONAL COMPLETE ANALYSIS |
🚀 Quick Start
1. Install Dependencies
cd astrology-consultant
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt2. Download Ephemeris Files
python scripts/download_ephemeris.py3. Start the API
uvicorn api.main:app --reload --host 0.0.0.0 --port 80004. Verify
curl http://localhost:8000/utilities/health
# → {"status": "ok", "version": "1.0.0", ...}🤖 Claude Desktop Integration
1. Start the FastAPI Server
source venv/bin/activate
uvicorn api.main:app --host 0.0.0.0 --port 80002. Configure Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"astro-consultant": {
"command": "/FULL/PATH/TO/venv/bin/python",
"args": ["/FULL/PATH/TO/astrology-consultant/mcp/server.py"],
"env": {
"MCP_FASTAPI_BASE_URL": "http://localhost:8000"
}
}
}
}3. Restart Claude Desktop
Quit and reopen Claude Desktop. The 48 AstroConsultant tools will appear automatically.
📡 API Examples
Natal Chart
curl -X POST http://localhost:8000/natal/chart \
-H "Content-Type: application/json" \
-d '{
"birth_data": {
"name": "Test",
"birth_year": 1990, "birth_month": 3, "birth_day": 15,
"birth_hour": 14, "birth_minute": 30,
"latitude": 28.6139, "longitude": 77.209,
"timezone": "Asia/Kolkata"
}
}'Vedic Kundli
curl -X POST http://localhost:8000/vedic/kundli \
-H "Content-Type: application/json" \
-d '{
"birth_data": {
"birth_year": 1990, "birth_month": 3, "birth_day": 15,
"birth_hour": 14, "birth_minute": 30,
"latitude": 28.6139, "longitude": 77.209,
"timezone": "Asia/Kolkata"
},
"options": {"ayanamsa": "LAHIRI"}
}'Daily Panchang
curl -X POST http://localhost:8000/panchang/daily \
-H "Content-Type: application/json" \
-d '{
"year": 2026, "month": 3, "day": 6,
"latitude": 28.6139, "longitude": 77.209,
"timezone": "Asia/Kolkata"
}'Current Dasha
curl -X POST http://localhost:8000/vedic/dashas/current \
-H "Content-Type: application/json" \
-d '{
"birth_data": {
"birth_year": 1990, "birth_month": 3, "birth_day": 15,
"birth_hour": 14, "birth_minute": 30,
"latitude": 28.6139, "longitude": 77.209,
"timezone": "Asia/Kolkata"
}
}'Current Planetary Positions
curl http://localhost:8000/transits/now📂 API Reference
Category | Endpoints | Description |
| 10 | Natal chart, planets, houses, aspects, dignities, midpoints, arabic parts |
| 20 | Kundli, varga, dashas, yogas, shadbala, ashtakavarga, doshas, jaimini, lagna lord |
| 10 | Current transits, retrogrades, eclipses, ingresses, ashtakavarga scoring |
| 4 | Cross-chart aspects, composite, Davison, compatibility |
| 5 | Daily/monthly panchang, nakshatra, tithi, festivals |
| 4 | Quality assessment, auspicious time finder, hora |
| 5 | Progressions, solar/lunar returns, composite chart |
| 4 | Solar/lunar returns, dasha interpretation, kalachakra |
| 3 | Star list, conjunctions, heliacal events |
| 9 | Health, geocode, zodiac signs, nakshatras metadata |
Total: 70+ endpoints · 48 MCP tools
🔧 Configuration
Supported Ayanamsas
LAHIRI · RAMAN · KRISHNAMURTI · FAGAN_BRADLEY · TRUE_CHITRAPAKSHA · YUKTESHWAR · JN_BHASIN · SASSANIAN
Supported House Systems
PLACIDUS · KOCH · WHOLE_SIGN · EQUAL · CAMPANUS · REGIOMONTANUS · PORPHYRY · ALCABITIUS · MORINUS · MERIDIAN · AZIMUTHAL · POLICH_PAGE
Zodiac Types
TROPICAL · SIDEREAL
🧪 Running Tests
source venv/bin/activate
python3 test_tools.pyTests validate: Lagna Lord, Ashtakavarga Scoring, Dasha Interpretation, Kalachakra Dasha, Lunar Return, Eclipse Impacts, Retrogrades.
🐛 Troubleshooting
Issue | Solution |
|
|
Inaccurate positions | Run |
Port 8000 in use | Change |
MCP not connecting | Ensure FastAPI server is running first |
Timezone errors | Use IANA format: |
Chiron warnings | Non-critical — Chiron ephemeris data not available for all dates |
📜 License
This project uses pyswisseph which is licensed under AGPL. Please review the Swiss Ephemeris license for commercial use requirements.
Created by Team Magicmond · Powered by Swiss Ephemeris
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.
Related MCP Servers
- AlicenseAqualityDmaintenanceVedic astrology MCP server providing 6 tools: horoscope predictions (200+ life aspects), compatibility match reports with Kuta scoring, Chaldean numerology, raw planet and house chart data, 24 general astro properties, and Ashtakvarga charts. Free tier included with no API key required, premium unlimited tier also availableLast updated3599MIT
- AlicenseAqualityAmaintenanceAstrology MCP server that computes natal charts, transits, synastry, progressions, returns, eclipses, retrogrades, and moon phases from a real ephemeris, enabling AI agents to provide accurate astrological calculations without hallucination.Last updated12921MIT
- Flicense-qualityCmaintenanceA Vedic astrology MCP server that computes birth charts, dashas, transits, and yogas locally using Swiss Ephemeris, enabling an LLM to interpret horoscopes and provide personalized advice.Last updated
- Flicense-qualityDmaintenanceMCP server for astrological calculations including natal charts, planetary positions, aspects, transits, and progressions using Swiss Ephemeris.Last updated
Related MCP Connectors
Zi Wei Dou Shu for AI agents: free natal charts, six transit levels, and optional readings.
Free Vedic astrology: panchang, kundali, transits, matching, doshas, eclipses, numerology
An MCP server that integrates with Discord to provide AI-powered features.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/brmh/AstroMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server