@openephemeris/mcp-server 3.5.0 → 3.5.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 +53 -8
- package/config/dev-allowlist.json +10 -2
- package/dist/tools/index.js +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -86,12 +86,57 @@ This package runs as a local stdio MCP server. Remote-only clients require a hos
|
|
|
86
86
|
|
|
87
87
|
## What You Can Ask
|
|
88
88
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
89
|
+
```
|
|
90
|
+
"Calculate a natal chart for 1990-04-15 at 2:30 PM in Chicago."
|
|
91
|
+
"Find all Saturn transits to my natal Sun in the next 6 months."
|
|
92
|
+
"Get the current moon phase and void-of-course status."
|
|
93
|
+
"Find the next solar eclipse visible from Tokyo."
|
|
94
|
+
"Find the best time to sign a contract in March — electional window."
|
|
95
|
+
"Generate a Human Design chart for my birth data."
|
|
96
|
+
"What is my Vedic (sidereal) chart?"
|
|
97
|
+
"Calculate my Chinese BaZi (Four Pillars) chart."
|
|
98
|
+
"Show me my Astrocartography power lines — where is my Venus line on the map?"
|
|
99
|
+
"Find all ACG lines within 3° of Paris for my chart."
|
|
100
|
+
"Calculate a synastry chart between two people."
|
|
101
|
+
"Find the next Venus Star Point and my relationship to it."
|
|
102
|
+
"What are the active planetary stations in the next 3 months?"
|
|
103
|
+
"Calculate primary directions for the next 5 years."
|
|
104
|
+
"Find my Firdaria time lord period."
|
|
105
|
+
"What is the sidereal time and delta-T right now?"
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
## Tools at a Glance
|
|
109
|
+
|
|
110
|
+
| Category | Tool | Tier |
|
|
111
|
+
|---|---|---|
|
|
112
|
+
| Natal chart | `ephemeris_natal_chart` | Explorer |
|
|
113
|
+
| Transit forecast | `ephemeris_transits` | Personal |
|
|
114
|
+
| Transit chart snapshot | `ephemeris_natal_transits` | Personal |
|
|
115
|
+
| Moon phase / VOC | `ephemeris_moon_phase` | Explorer |
|
|
116
|
+
| Eclipse next visible | `ephemeris_next_eclipse` | Explorer |
|
|
117
|
+
| Electional window | `ephemeris_electional` | Developer |
|
|
118
|
+
| Moment analysis | `electional_moment_analysis` | Developer |
|
|
119
|
+
| Station tracker | `electional_station_tracker` | Developer |
|
|
120
|
+
| Aspect search | `electional_aspect_search` | Developer |
|
|
121
|
+
| Human Design chart | `human_design_chart` | Explorer |
|
|
122
|
+
| HD composite | `human_design_composite` | Explorer |
|
|
123
|
+
| HD penta | `human_design_penta` | Explorer |
|
|
124
|
+
| HD return / opposition | `hd_planetary_return`, `hd_opposition` | Explorer |
|
|
125
|
+
| Vedic chart | `vedic_chart` | Explorer |
|
|
126
|
+
| BaZi (Chinese) | `chinese_bazi` | Explorer |
|
|
127
|
+
| Synastry | `ephemeris_synastry` | Developer |
|
|
128
|
+
| Composite chart | `ephemeris_composite` | Developer |
|
|
129
|
+
| Relocation chart | `ephemeris_relocation` | Developer |
|
|
130
|
+
| Progressed chart | `ephemeris_progressed_chart` | Explorer |
|
|
131
|
+
| Solar return | `ephemeris_solar_return` | Developer |
|
|
132
|
+
| Lunar return | `ephemeris_lunar_return` | Developer |
|
|
133
|
+
| Planetary return | `ephemeris_planetary_return` | Developer |
|
|
134
|
+
| Astrocartography lines | `acg_power_lines` | Developer |
|
|
135
|
+
| ACG hits at location | `acg_hits` | Scale |
|
|
136
|
+
| Venus Star Points | `venus_star_points` + 4 more | Explorer |
|
|
137
|
+
| Chart wheel image | `ephemeris_chart_wheel` | Developer |
|
|
138
|
+
| Bi-wheel image | `ephemeris_bi_wheel` | Developer |
|
|
139
|
+
| Dignities / Midpoints / Fixed stars | `ephemeris_dignities`, `ephemeris_midpoints`, `ephemeris_fixed_stars` | Explorer |
|
|
95
140
|
|
|
96
141
|
## Tooling Model
|
|
97
142
|
|
|
@@ -181,8 +226,8 @@ Generated by `npm run sync:readme` from `config/dev-allowlist.json` and the live
|
|
|
181
226
|
|
|
182
227
|
- Allowlisted operations: **20**
|
|
183
228
|
- Methods: `GET=4`, `POST=16`, `PUT=0`, `PATCH=0`, `DELETE=0`
|
|
184
|
-
- Registered tools (`OPENEPHEMERIS_PROFILE=dev`): **
|
|
185
|
-
- Typed tools: `
|
|
229
|
+
- Registered tools (`OPENEPHEMERIS_PROFILE=dev`): **48**
|
|
230
|
+
- Typed tools: `auth_login`, `auth_logout`, `auth_status`, `chinese_bazi`, `dev_call`, `dev_list_allowed`, `electional_aspect_search`, `electional_moment_analysis`, `electional_station_tracker`, `ephemeris_angles_points`, `ephemeris_aspect_check`, `ephemeris_bi_wheel`, `ephemeris_chart_wheel`, `ephemeris_composite`, `ephemeris_composite_midpoint`, `ephemeris_dignities`, `ephemeris_electional`, `ephemeris_fixed_stars`, `ephemeris_hermetic_lots`, `ephemeris_house_cusps`, `ephemeris_lunar_return`, `ephemeris_midpoints`, `ephemeris_moon_phase`, `ephemeris_natal_batch`, `ephemeris_natal_chart`, `ephemeris_natal_transits`, `ephemeris_next_eclipse`, `ephemeris_overlay`, `ephemeris_planet_position`, `ephemeris_planetary_return`, `ephemeris_progressed_chart`, `ephemeris_relocation`, `ephemeris_retrograde_status`, `ephemeris_solar_return`, `ephemeris_synastry`, `ephemeris_transits`, `hd_opposition`, `hd_planetary_return`, `human_design_chart`, `human_design_composite`, `human_design_penta`, `vedic_chart`, `venus_eight_year_star`, `venus_elongations`, `venus_phase`, `venus_star_points`, `venus_star_points_conjunctions`, `venus_stations`
|
|
186
231
|
- Generic tools:
|
|
187
232
|
|
|
188
233
|
### Allowlist Families
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
"path": "/visualization/chart-wheel"
|
|
97
97
|
}
|
|
98
98
|
],
|
|
99
|
-
"last_generated_at": "2026-03-
|
|
100
|
-
"openapi_sha256": "
|
|
99
|
+
"last_generated_at": "2026-03-29T02:31:11.230Z",
|
|
100
|
+
"openapi_sha256": "c92376455af5f33481fd676a126d9b9436b30d5dd0c681d33258cf74a19ba18b",
|
|
101
101
|
"candidates_get": [
|
|
102
102
|
{
|
|
103
103
|
"method": "GET",
|
|
@@ -629,6 +629,14 @@
|
|
|
629
629
|
],
|
|
630
630
|
"operationId": "calculate_harmonics_ephemeris_harmonics_post"
|
|
631
631
|
},
|
|
632
|
+
{
|
|
633
|
+
"method": "POST",
|
|
634
|
+
"path": "/ephemeris/heatmap/score",
|
|
635
|
+
"tags": [
|
|
636
|
+
"Ephemeris"
|
|
637
|
+
],
|
|
638
|
+
"operationId": "HeatmapScoreEphemerisHeatmapScorePost"
|
|
639
|
+
},
|
|
632
640
|
{
|
|
633
641
|
"method": "POST",
|
|
634
642
|
"path": "/ephemeris/hermetic-lots",
|
package/dist/tools/index.js
CHANGED
|
@@ -36,7 +36,6 @@ export async function initTools(profile) {
|
|
|
36
36
|
await import("./specialized/returns.js");
|
|
37
37
|
await import("./specialized/progressed.js");
|
|
38
38
|
await import("./specialized/ephemeris_core.js");
|
|
39
|
-
await import("./specialized/acg.js");
|
|
40
39
|
await import("./specialized/comparative.js");
|
|
41
40
|
await import("./specialized/hd_group.js");
|
|
42
41
|
await import("./specialized/hd_cycles.js");
|