kundali-chart-mcp 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 🪔 Kundali Chart MCP
|
|
2
2
|
|
|
3
|
-
**The most comprehensive Vedic Astrology MCP server —
|
|
3
|
+
**The most comprehensive Vedic Astrology MCP server — 54 tools, zero setup.**
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/kundali-chart-mcp)
|
|
6
6
|
[](LICENSE)
|
|
@@ -37,11 +37,17 @@ This automatically configures Kundali Chart MCP for Claude Desktop, Cursor, VS C
|
|
|
37
37
|
|
|
38
38
|
> *"Check compatibility between these two charts..."*
|
|
39
39
|
|
|
40
|
+
> *"What remedies should I follow for my debilitated Sun?"*
|
|
41
|
+
|
|
42
|
+
> *"Is 2 PM today an auspicious time to start a new project?"*
|
|
43
|
+
|
|
44
|
+
> *"What does my medical astrology say about health vulnerabilities?"*
|
|
45
|
+
|
|
40
46
|
---
|
|
41
47
|
|
|
42
48
|
## ✨ Features
|
|
43
49
|
|
|
44
|
-
- **
|
|
50
|
+
- **54 astrology tools** — Charts, doshas, yogas, dasha, transits, compatibility, muhurta, remedies, medical astrology, and more
|
|
45
51
|
- **Zero setup** — No Python, no files, no configuration needed
|
|
46
52
|
- **AI-ready** — Works with Claude, Cursor, ChatGPT, Gemini, Copilot, any MCP client
|
|
47
53
|
- **Professional grade** — Swiss Ephemeris engine, BPHS-standard calculations
|
|
@@ -66,7 +72,7 @@ If auto-setup doesn't work for your IDE, add this to your MCP configuration:
|
|
|
66
72
|
|
|
67
73
|
---
|
|
68
74
|
|
|
69
|
-
## 🪔 All
|
|
75
|
+
## 🪔 All 54 Tools
|
|
70
76
|
|
|
71
77
|
### Core Chart
|
|
72
78
|
- `generate_kundali` — Full Vedic birth chart (9 planets, 12 houses, nakshatras)
|
|
@@ -105,6 +111,8 @@ If auto-setup doesn't work for your IDE, add this to your MCP configuration:
|
|
|
105
111
|
- `get_muhurta` — Auspicious timing score for any datetime
|
|
106
112
|
- `get_best_muhurta` — Top 5 auspicious windows in a date range
|
|
107
113
|
- `get_hora` — Planetary Hour
|
|
114
|
+
- `get_inauspicious_times` — Rahu Kala, Yamaganda, Gulika, Choghadiya, Abhijit Muhurta, Brahma Muhurta
|
|
115
|
+
- `check_time_auspiciousness` — Is a specific time auspicious or inauspicious?
|
|
108
116
|
|
|
109
117
|
### Transits & Returns
|
|
110
118
|
- `get_gochara` — Vedic transit analysis
|
|
@@ -127,6 +135,14 @@ If auto-setup doesn't work for your IDE, add this to your MCP configuration:
|
|
|
127
135
|
- `get_travel_direction_score` — Direction auspiciousness score (0-100)
|
|
128
136
|
- `get_full_kurmachakra_chart` — All 9 directions reference
|
|
129
137
|
|
|
138
|
+
### Arudha & Image
|
|
139
|
+
- `get_arudha_lagna` — Arudha Lagna (AL) + all 12 Arudha Padas — how the world perceives you
|
|
140
|
+
- `get_upapada` — Upapada Lagna — marriage nature and spouse characteristics
|
|
141
|
+
|
|
142
|
+
### Remedies & Health
|
|
143
|
+
- `get_remedial_measures` — Personalized gemstones, mantras, charity, fasting, lifestyle remedies
|
|
144
|
+
- `get_medical_astrology` — Health predictions, Ayurvedic Dosha balance, vulnerable body parts
|
|
145
|
+
|
|
130
146
|
---
|
|
131
147
|
|
|
132
148
|
## 📝 License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kundali-chart-mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "The most comprehensive Vedic Astrology MCP server — 54 tools, zero setup. Works with Claude, Cursor, VS Code, Windsurf, Zed, and any MCP client.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|