@openephemeris/mcp-server 3.4.0 → 3.4.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 +8 -19
- package/config/dev-allowlist.json +23 -390
- package/dist/tools/dev.js +6 -3
- package/dist/tools/index.js +1 -0
- package/dist/tools/specialized/acg.js +2 -2
- package/dist/tools/specialized/electional.js +0 -48
- package/dist/tools/specialized/hd_cycles.d.ts +1 -0
- package/dist/tools/specialized/hd_cycles.js +115 -0
- package/dist/tools/specialized/human_design.js +1 -1
- package/dist/tools/specialized/progressed.js +1 -1
- package/dist/tools/specialized/returns.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -177,32 +177,21 @@ OpenEphemeris API
|
|
|
177
177
|
|
|
178
178
|
Generated by `npm run sync:readme` from `config/dev-allowlist.json` and the live tool registry.
|
|
179
179
|
|
|
180
|
-
- Allowlisted operations: **
|
|
181
|
-
- Methods: `GET=
|
|
182
|
-
- Registered tools (`OPENEPHEMERIS_PROFILE=dev`): **
|
|
183
|
-
- Typed tools: `acg_hits`, `acg_power_lines`, `auth_login`, `auth_logout`, `auth_status`, `chinese_bazi`, `dev_call`, `dev_list_allowed`, `electional_aspect_search`, `
|
|
180
|
+
- Allowlisted operations: **17**
|
|
181
|
+
- Methods: `GET=4`, `POST=13`, `PUT=0`, `PATCH=0`, `DELETE=0`
|
|
182
|
+
- Registered tools (`OPENEPHEMERIS_PROFILE=dev`): **50**
|
|
183
|
+
- Typed tools: `acg_hits`, `acg_power_lines`, `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`
|
|
184
184
|
- Generic tools:
|
|
185
185
|
|
|
186
186
|
### Allowlist Families
|
|
187
187
|
|
|
188
188
|
| Family | Operations | Example |
|
|
189
189
|
|---|---:|---|
|
|
190
|
-
| `acg` |
|
|
191
|
-
| `calendar` | 3 | `GET /calendar/astrology/cross-quarter`, `GET /calendar/astrology/lunar-standstill` |
|
|
192
|
-
| `catalogs` | 3 | `GET /catalogs/bodies`, `GET /catalogs/fixed-stars` |
|
|
193
|
-
| `chinese` | 2 | `POST /chinese/bazi`, `GET /chinese/zodiac` |
|
|
190
|
+
| `acg` | 2 | `POST /acg/ccg`, `POST /acg/power-lines` |
|
|
194
191
|
| `comparative` | 5 | `POST /comparative/composite`, `POST /comparative/composite/midpoint` |
|
|
195
|
-
| `
|
|
196
|
-
| `
|
|
197
|
-
| `
|
|
198
|
-
| `health` | 1 | `GET /health` |
|
|
199
|
-
| `human-design` | 5 | `POST /human-design/chart`, `POST /human-design/composite` |
|
|
200
|
-
| `location` | 2 | `GET /location/autocomplete`, `GET /location/reverse` |
|
|
201
|
-
| `predictive` | 8 | `POST /predictive/events`, `POST /predictive/returns` |
|
|
202
|
-
| `tidal` | 2 | `GET /tidal/forcing`, `GET /tidal/forcing/deep-time` |
|
|
203
|
-
| `time` | 6 | `GET /time/delta-t`, `GET /time/equation-of-time` |
|
|
204
|
-
| `timezone` | 2 | `POST /timezone/lookup`, `POST /timezone/offset` |
|
|
205
|
-
| `vedic` | 1 | `POST /vedic/chart` |
|
|
192
|
+
| `electional` | 4 | `GET /electional/aspect-search`, `GET /electional/find-window` |
|
|
193
|
+
| `ephemeris` | 1 | `POST /ephemeris/relocation` |
|
|
194
|
+
| `predictive` | 3 | `POST /predictive/returns`, `POST /predictive/returns/lunar` |
|
|
206
195
|
| `visualization` | 2 | `POST /visualization/bi-wheel`, `POST /visualization/chart-wheel` |
|
|
207
196
|
<!-- GENERATED:RUNTIME_SNAPSHOT:END -->
|
|
208
197
|
|
|
@@ -15,94 +15,22 @@
|
|
|
15
15
|
]
|
|
16
16
|
},
|
|
17
17
|
"allow": [
|
|
18
|
-
{
|
|
19
|
-
"method": "POST",
|
|
20
|
-
"path": "/acg/aspects"
|
|
21
|
-
},
|
|
22
18
|
{
|
|
23
19
|
"method": "POST",
|
|
24
20
|
"path": "/acg/ccg"
|
|
25
21
|
},
|
|
26
|
-
{
|
|
27
|
-
"method": "POST",
|
|
28
|
-
"path": "/acg/crossings"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"method": "GET",
|
|
32
|
-
"path": "/acg/datasets"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"method": "POST",
|
|
36
|
-
"path": "/acg/declination-lines"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"method": "POST",
|
|
40
|
-
"path": "/acg/features"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"method": "GET",
|
|
44
|
-
"path": "/acg/health"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"method": "POST",
|
|
48
|
-
"path": "/acg/hermetic-lines"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"method": "POST",
|
|
52
|
-
"path": "/acg/hits"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"method": "POST",
|
|
56
|
-
"path": "/acg/local-space"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"method": "POST",
|
|
60
|
-
"path": "/acg/midpoints"
|
|
61
|
-
},
|
|
62
22
|
{
|
|
63
23
|
"method": "POST",
|
|
64
24
|
"path": "/acg/power-lines"
|
|
65
25
|
},
|
|
66
|
-
{
|
|
67
|
-
"method": "GET",
|
|
68
|
-
"path": "/calendar/astrology/cross-quarter"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"method": "GET",
|
|
72
|
-
"path": "/calendar/astrology/lunar-standstill"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"method": "GET",
|
|
76
|
-
"path": "/calendar/astrology/moon-phases"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"method": "GET",
|
|
80
|
-
"path": "/catalogs/bodies"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"method": "GET",
|
|
84
|
-
"path": "/catalogs/fixed-stars"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"method": "GET",
|
|
88
|
-
"path": "/catalogs/fixed-stars/groups"
|
|
89
|
-
},
|
|
90
26
|
{
|
|
91
27
|
"method": "POST",
|
|
92
|
-
"path": "/
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"method": "GET",
|
|
96
|
-
"path": "/chinese/zodiac"
|
|
28
|
+
"path": "/comparative/composite/midpoint"
|
|
97
29
|
},
|
|
98
30
|
{
|
|
99
31
|
"method": "POST",
|
|
100
32
|
"path": "/comparative/composite"
|
|
101
33
|
},
|
|
102
|
-
{
|
|
103
|
-
"method": "POST",
|
|
104
|
-
"path": "/comparative/composite/midpoint"
|
|
105
|
-
},
|
|
106
34
|
{
|
|
107
35
|
"method": "POST",
|
|
108
36
|
"path": "/comparative/natal-transits"
|
|
@@ -115,26 +43,6 @@
|
|
|
115
43
|
"method": "POST",
|
|
116
44
|
"path": "/comparative/synastry"
|
|
117
45
|
},
|
|
118
|
-
{
|
|
119
|
-
"method": "GET",
|
|
120
|
-
"path": "/eclipse/besselian-elements"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"method": "GET",
|
|
124
|
-
"path": "/eclipse/lunar/global"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"method": "GET",
|
|
128
|
-
"path": "/eclipse/next-visible"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"method": "GET",
|
|
132
|
-
"path": "/eclipse/solar/global"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"method": "GET",
|
|
136
|
-
"path": "/eclipse/solar/local"
|
|
137
|
-
},
|
|
138
46
|
{
|
|
139
47
|
"method": "GET",
|
|
140
48
|
"path": "/electional/aspect-search"
|
|
@@ -143,10 +51,6 @@
|
|
|
143
51
|
"method": "GET",
|
|
144
52
|
"path": "/electional/find-window"
|
|
145
53
|
},
|
|
146
|
-
{
|
|
147
|
-
"method": "GET",
|
|
148
|
-
"path": "/electional/ingress-calendar"
|
|
149
|
-
},
|
|
150
54
|
{
|
|
151
55
|
"method": "GET",
|
|
152
56
|
"path": "/electional/moment-analysis"
|
|
@@ -155,178 +59,10 @@
|
|
|
155
59
|
"method": "GET",
|
|
156
60
|
"path": "/electional/station-tracker"
|
|
157
61
|
},
|
|
158
|
-
{
|
|
159
|
-
"method": "GET",
|
|
160
|
-
"path": "/ephemeris/agro/calendar"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"method": "GET",
|
|
164
|
-
"path": "/ephemeris/agro/daily"
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"method": "GET",
|
|
168
|
-
"path": "/ephemeris/agro/void-of-course"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"method": "POST",
|
|
172
|
-
"path": "/ephemeris/angles-points"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"method": "POST",
|
|
176
|
-
"path": "/ephemeris/aspect-check"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"method": "POST",
|
|
180
|
-
"path": "/ephemeris/dignities"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"method": "POST",
|
|
184
|
-
"path": "/ephemeris/fixed-stars"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"method": "GET",
|
|
188
|
-
"path": "/ephemeris/health"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"method": "POST",
|
|
192
|
-
"path": "/ephemeris/hermetic-lots"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"method": "POST",
|
|
196
|
-
"path": "/ephemeris/house-cusps"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"method": "GET",
|
|
200
|
-
"path": "/ephemeris/house-systems"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"method": "POST",
|
|
204
|
-
"path": "/ephemeris/lunar-phase"
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"method": "POST",
|
|
208
|
-
"path": "/ephemeris/midpoints"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"method": "GET",
|
|
212
|
-
"path": "/ephemeris/moon/aspects"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"method": "GET",
|
|
216
|
-
"path": "/ephemeris/moon/ingresses"
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"method": "GET",
|
|
220
|
-
"path": "/ephemeris/moon/phase"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"method": "GET",
|
|
224
|
-
"path": "/ephemeris/moon/void-of-course"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"method": "POST",
|
|
228
|
-
"path": "/ephemeris/natal-chart"
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"method": "POST",
|
|
232
|
-
"path": "/ephemeris/natal/batch"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"method": "POST",
|
|
236
|
-
"path": "/ephemeris/planet-position"
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"method": "POST",
|
|
240
|
-
"path": "/ephemeris/progressed"
|
|
241
|
-
},
|
|
242
62
|
{
|
|
243
63
|
"method": "POST",
|
|
244
64
|
"path": "/ephemeris/relocation"
|
|
245
65
|
},
|
|
246
|
-
{
|
|
247
|
-
"method": "POST",
|
|
248
|
-
"path": "/ephemeris/retrograde-status"
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"method": "GET",
|
|
252
|
-
"path": "/ephemeris/schemas/natal-request"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"method": "GET",
|
|
256
|
-
"path": "/ephemeris/schemas/natal-response"
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"method": "GET",
|
|
260
|
-
"path": "/ephemeris/supported-metadata"
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"method": "GET",
|
|
264
|
-
"path": "/ephemeris/supported-objects"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"method": "POST",
|
|
268
|
-
"path": "/ephemeris/venus-star-points"
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"method": "POST",
|
|
272
|
-
"path": "/ephemeris/venus-star-points/conjunctions"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"method": "POST",
|
|
276
|
-
"path": "/ephemeris/venus-star-points/eight-year-star"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"method": "POST",
|
|
280
|
-
"path": "/ephemeris/venus-star-points/elongations"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"method": "POST",
|
|
284
|
-
"path": "/ephemeris/venus-star-points/phase"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"method": "POST",
|
|
288
|
-
"path": "/ephemeris/venus-star-points/stations"
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"method": "GET",
|
|
292
|
-
"path": "/health"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"method": "POST",
|
|
296
|
-
"path": "/human-design/chart"
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"method": "POST",
|
|
300
|
-
"path": "/human-design/composite"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"method": "POST",
|
|
304
|
-
"path": "/human-design/cycles/solar-return"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"method": "POST",
|
|
308
|
-
"path": "/human-design/penta"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"method": "POST",
|
|
312
|
-
"path": "/human-design/transit"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"method": "GET",
|
|
316
|
-
"path": "/location/autocomplete"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"method": "GET",
|
|
320
|
-
"path": "/location/reverse"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"method": "POST",
|
|
324
|
-
"path": "/predictive/events"
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"method": "POST",
|
|
328
|
-
"path": "/predictive/returns"
|
|
329
|
-
},
|
|
330
66
|
{
|
|
331
67
|
"method": "POST",
|
|
332
68
|
"path": "/predictive/returns/lunar"
|
|
@@ -337,63 +73,7 @@
|
|
|
337
73
|
},
|
|
338
74
|
{
|
|
339
75
|
"method": "POST",
|
|
340
|
-
"path": "/predictive/
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"method": "POST",
|
|
344
|
-
"path": "/predictive/transits/planet-to-degree"
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"method": "POST",
|
|
348
|
-
"path": "/predictive/transits/search"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"method": "POST",
|
|
352
|
-
"path": "/predictive/transits/sign-ingresses"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"method": "GET",
|
|
356
|
-
"path": "/tidal/forcing"
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"method": "GET",
|
|
360
|
-
"path": "/tidal/forcing/deep-time"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"method": "GET",
|
|
364
|
-
"path": "/time/delta-t"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"method": "GET",
|
|
368
|
-
"path": "/time/equation-of-time"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"method": "POST",
|
|
372
|
-
"path": "/time/julian-day"
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"method": "POST",
|
|
376
|
-
"path": "/time/scales"
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"method": "GET",
|
|
380
|
-
"path": "/time/sidereal"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"method": "GET",
|
|
384
|
-
"path": "/time/solar-event"
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"method": "POST",
|
|
388
|
-
"path": "/timezone/lookup"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"method": "POST",
|
|
392
|
-
"path": "/timezone/offset"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"method": "POST",
|
|
396
|
-
"path": "/vedic/chart"
|
|
76
|
+
"path": "/predictive/returns"
|
|
397
77
|
},
|
|
398
78
|
{
|
|
399
79
|
"method": "POST",
|
|
@@ -404,8 +84,8 @@
|
|
|
404
84
|
"path": "/visualization/chart-wheel"
|
|
405
85
|
}
|
|
406
86
|
],
|
|
407
|
-
"last_generated_at": "2026-03-
|
|
408
|
-
"openapi_sha256": "
|
|
87
|
+
"last_generated_at": "2026-03-25T15:51:37.919Z",
|
|
88
|
+
"openapi_sha256": "48a3d6db42a5957421c3c7b3a5af3f971df36a2558bce7a13943ad097dfe3621",
|
|
409
89
|
"candidates_get": [
|
|
410
90
|
{
|
|
411
91
|
"method": "GET",
|
|
@@ -415,14 +95,6 @@
|
|
|
415
95
|
],
|
|
416
96
|
"operationId": "datasets_acg_datasets_get"
|
|
417
97
|
},
|
|
418
|
-
{
|
|
419
|
-
"method": "GET",
|
|
420
|
-
"path": "/acg/health",
|
|
421
|
-
"tags": [
|
|
422
|
-
"ACG"
|
|
423
|
-
],
|
|
424
|
-
"operationId": "health_acg_health_get"
|
|
425
|
-
},
|
|
426
98
|
{
|
|
427
99
|
"method": "GET",
|
|
428
100
|
"path": "/acg/meta",
|
|
@@ -543,14 +215,6 @@
|
|
|
543
215
|
],
|
|
544
216
|
"operationId": "ElectionalFindWindowElectionalFindWindowGet"
|
|
545
217
|
},
|
|
546
|
-
{
|
|
547
|
-
"method": "GET",
|
|
548
|
-
"path": "/electional/ingress-calendar",
|
|
549
|
-
"tags": [
|
|
550
|
-
"electional"
|
|
551
|
-
],
|
|
552
|
-
"operationId": "ElectionalIngressCalendarElectionalIngressCalendarGet"
|
|
553
|
-
},
|
|
554
218
|
{
|
|
555
219
|
"method": "GET",
|
|
556
220
|
"path": "/electional/moment-analysis",
|
|
@@ -591,14 +255,6 @@
|
|
|
591
255
|
],
|
|
592
256
|
"operationId": "get_void_of_course_endpoint_ephemeris_agro_void_of_course_get"
|
|
593
257
|
},
|
|
594
|
-
{
|
|
595
|
-
"method": "GET",
|
|
596
|
-
"path": "/ephemeris/health",
|
|
597
|
-
"tags": [
|
|
598
|
-
"health"
|
|
599
|
-
],
|
|
600
|
-
"operationId": "health_check_ephemeris_health_get"
|
|
601
|
-
},
|
|
602
258
|
{
|
|
603
259
|
"method": "GET",
|
|
604
260
|
"path": "/ephemeris/house-systems",
|
|
@@ -1065,6 +721,22 @@
|
|
|
1065
721
|
],
|
|
1066
722
|
"operationId": "human_design_composite_human_design_composite_post"
|
|
1067
723
|
},
|
|
724
|
+
{
|
|
725
|
+
"method": "POST",
|
|
726
|
+
"path": "/human-design/cycles/opposition",
|
|
727
|
+
"tags": [
|
|
728
|
+
"Human Design"
|
|
729
|
+
],
|
|
730
|
+
"operationId": "opposition_chart_human_design_cycles_opposition_post"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"method": "POST",
|
|
734
|
+
"path": "/human-design/cycles/return",
|
|
735
|
+
"tags": [
|
|
736
|
+
"Human Design"
|
|
737
|
+
],
|
|
738
|
+
"operationId": "planetary_return_chart_human_design_cycles_return_post"
|
|
739
|
+
},
|
|
1068
740
|
{
|
|
1069
741
|
"method": "POST",
|
|
1070
742
|
"path": "/human-design/cycles/solar-return",
|
|
@@ -1089,14 +761,6 @@
|
|
|
1089
761
|
],
|
|
1090
762
|
"operationId": "human_design_transit_human_design_transit_post"
|
|
1091
763
|
},
|
|
1092
|
-
{
|
|
1093
|
-
"method": "POST",
|
|
1094
|
-
"path": "/predictive/events",
|
|
1095
|
-
"tags": [
|
|
1096
|
-
"predictive"
|
|
1097
|
-
],
|
|
1098
|
-
"operationId": "calculate_predictive_events_predictive_events_post"
|
|
1099
|
-
},
|
|
1100
764
|
{
|
|
1101
765
|
"method": "POST",
|
|
1102
766
|
"path": "/predictive/returns/lunar",
|
|
@@ -1215,49 +879,18 @@
|
|
|
1215
879
|
"errors": [],
|
|
1216
880
|
"warnings": [
|
|
1217
881
|
"Non-GET allowlisted: POST /acg/ccg",
|
|
1218
|
-
"Non-GET allowlisted: POST /acg/
|
|
1219
|
-
"Non-GET allowlisted: POST /acg/local-space",
|
|
882
|
+
"Non-GET allowlisted: POST /acg/power-lines",
|
|
1220
883
|
"Non-GET allowlisted: POST /comparative/composite/midpoint",
|
|
1221
884
|
"Non-GET allowlisted: POST /comparative/composite",
|
|
1222
885
|
"Non-GET allowlisted: POST /comparative/natal-transits",
|
|
1223
886
|
"Non-GET allowlisted: POST /comparative/overlay",
|
|
1224
887
|
"Non-GET allowlisted: POST /comparative/synastry",
|
|
1225
|
-
"Non-GET allowlisted: POST /ephemeris/
|
|
1226
|
-
"Non-GET allowlisted: POST /ephemeris/aspect-check",
|
|
1227
|
-
"Non-GET allowlisted: POST /ephemeris/dignities",
|
|
1228
|
-
"Non-GET allowlisted: POST /ephemeris/fixed-stars",
|
|
1229
|
-
"Non-GET allowlisted: POST /ephemeris/hermetic-lots",
|
|
1230
|
-
"Non-GET allowlisted: POST /ephemeris/house-cusps",
|
|
1231
|
-
"Non-GET allowlisted: POST /ephemeris/lunar-phase",
|
|
1232
|
-
"Non-GET allowlisted: POST /ephemeris/midpoints",
|
|
1233
|
-
"Non-GET allowlisted: POST /ephemeris/natal-chart",
|
|
1234
|
-
"Non-GET allowlisted: POST /ephemeris/natal/batch",
|
|
1235
|
-
"Non-GET allowlisted: POST /ephemeris/planet-position",
|
|
1236
|
-
"Non-GET allowlisted: POST /ephemeris/progressed",
|
|
1237
|
-
"Non-GET allowlisted: POST /ephemeris/retrograde-status",
|
|
1238
|
-
"Non-GET allowlisted: POST /ephemeris/venus-star-points/conjunctions",
|
|
1239
|
-
"Non-GET allowlisted: POST /ephemeris/venus-star-points/eight-year-star",
|
|
1240
|
-
"Non-GET allowlisted: POST /ephemeris/venus-star-points/elongations",
|
|
1241
|
-
"Non-GET allowlisted: POST /ephemeris/venus-star-points/phase",
|
|
1242
|
-
"Non-GET allowlisted: POST /ephemeris/venus-star-points/stations",
|
|
1243
|
-
"Non-GET allowlisted: POST /ephemeris/venus-star-points",
|
|
1244
|
-
"Non-GET allowlisted: POST /human-design/chart",
|
|
1245
|
-
"Non-GET allowlisted: POST /human-design/composite",
|
|
1246
|
-
"Non-GET allowlisted: POST /human-design/cycles/solar-return",
|
|
1247
|
-
"Non-GET allowlisted: POST /human-design/penta",
|
|
1248
|
-
"Non-GET allowlisted: POST /human-design/transit",
|
|
1249
|
-
"Non-GET allowlisted: POST /predictive/events",
|
|
888
|
+
"Non-GET allowlisted: POST /ephemeris/relocation",
|
|
1250
889
|
"Non-GET allowlisted: POST /predictive/returns/lunar",
|
|
1251
890
|
"Non-GET allowlisted: POST /predictive/returns/solar",
|
|
1252
891
|
"Non-GET allowlisted: POST /predictive/returns",
|
|
1253
|
-
"Non-GET allowlisted: POST /predictive/transit-chart",
|
|
1254
|
-
"Non-GET allowlisted: POST /predictive/transits/planet-to-degree",
|
|
1255
|
-
"Non-GET allowlisted: POST /predictive/transits/search",
|
|
1256
|
-
"Non-GET allowlisted: POST /predictive/transits/sign-ingresses",
|
|
1257
|
-
"Non-GET allowlisted: POST /timezone/lookup",
|
|
1258
|
-
"Non-GET allowlisted: POST /timezone/offset",
|
|
1259
892
|
"Non-GET allowlisted: POST /visualization/bi-wheel",
|
|
1260
893
|
"Non-GET allowlisted: POST /visualization/chart-wheel"
|
|
1261
894
|
]
|
|
1262
895
|
}
|
|
1263
|
-
}
|
|
896
|
+
}
|
package/dist/tools/dev.js
CHANGED
|
@@ -38,11 +38,14 @@ registerTool({
|
|
|
38
38
|
"Call dev_list_allowed to see all currently available endpoint paths.\n\n" +
|
|
39
39
|
"AUTH: Set OPENEPHEMERIS_API_KEY in your environment. See openephemeris.com/dashboard for active plan limits.\n\n" +
|
|
40
40
|
"CREDIT COSTS:\n" +
|
|
41
|
-
" • Standard chart math (natal, progressed, bazi,
|
|
41
|
+
" • Standard chart math (natal, progressed, bazi, vedic, iching): 1 credit\n" +
|
|
42
|
+
" • Human Design: 2 credits\n" +
|
|
42
43
|
" • Visualization rendering (chart-wheel, bi-wheel, charts/*): 2 credits\n" +
|
|
43
44
|
" • Comparative math (synastry, composite, overlay): 3 credits\n" +
|
|
44
|
-
" • Predictive ops (transits, returns
|
|
45
|
-
" •
|
|
45
|
+
" • Predictive ops (transits/search, returns): 5 credits\n" +
|
|
46
|
+
" • Predictive transit-chart: 1 credit\n" +
|
|
47
|
+
" • ACG / astrocartography: 10 credits (acg/hits: 15 credits)\n" +
|
|
48
|
+
" • Calendar endpoints: 10 credits\n" +
|
|
46
49
|
" • Catalog / metadata / health endpoints: 0 credits\n" +
|
|
47
50
|
" • format=llm (token-optimized output): available on all tiers\n\n" +
|
|
48
51
|
"COMMON CALLS:\n" +
|
package/dist/tools/index.js
CHANGED
|
@@ -39,6 +39,7 @@ export async function initTools(profile) {
|
|
|
39
39
|
await import("./specialized/acg.js");
|
|
40
40
|
await import("./specialized/comparative.js");
|
|
41
41
|
await import("./specialized/hd_group.js");
|
|
42
|
+
await import("./specialized/hd_cycles.js");
|
|
42
43
|
await import("./specialized/ephemeris_extended.js");
|
|
43
44
|
await import("./specialized/venus_star_points.js");
|
|
44
45
|
}
|
|
@@ -11,7 +11,7 @@ registerTool({
|
|
|
11
11
|
"Returns GeoJSON LineStrings tracing each planetary angle line around the globe. " +
|
|
12
12
|
"These are the latitudinal lines where a planet was rising (AC), setting (DC), " +
|
|
13
13
|
"culminating (MC), or anti-culminating (IC) at birth.\n\n" +
|
|
14
|
-
"CREDIT COST:
|
|
14
|
+
"CREDIT COST: 10 credits per call.\n\n" +
|
|
15
15
|
"EXAMPLE: Saturn and Jupiter power lines for a chart born 1990-04-15 in Chicago:\n" +
|
|
16
16
|
" birth_datetime='1990-04-15T14:30:00', birth_latitude=41.8781, birth_longitude=-87.6298,\n" +
|
|
17
17
|
" bodies=['Saturn', 'Jupiter']",
|
|
@@ -76,7 +76,7 @@ registerTool({
|
|
|
76
76
|
name: "acg_hits",
|
|
77
77
|
description: "Find all Astrocartography lines (power lines + aspect lines) passing near a specific location. " +
|
|
78
78
|
"Returns features sorted by distance, making it easy to interpret planetary influences at a place.\n\n" +
|
|
79
|
-
"CREDIT COST:
|
|
79
|
+
"CREDIT COST: 15 credits per call.\n\n" +
|
|
80
80
|
"EXAMPLE: All ACG lines within 3° of Paris for a chart born 1990-04-15 in Chicago:\n" +
|
|
81
81
|
" birth_datetime='1990-04-15T14:30:00', birth_latitude=41.8781, birth_longitude=-87.6298,\n" +
|
|
82
82
|
" query_latitude=48.8566, query_longitude=2.3522, radius_deg=3",
|
|
@@ -166,54 +166,6 @@ registerTool({
|
|
|
166
166
|
});
|
|
167
167
|
},
|
|
168
168
|
});
|
|
169
|
-
// GET /electional/ingress-calendar
|
|
170
|
-
registerTool({
|
|
171
|
-
name: "electional_ingress_calendar",
|
|
172
|
-
description: "Get a calendar of sign ingresses — when planets change zodiac signs. " +
|
|
173
|
-
"Returns each ingress event with exact time, from/to signs, and retrograde flag.\n\n" +
|
|
174
|
-
"CREDIT COST: 3 credits per call.\n\n" +
|
|
175
|
-
"EXAMPLE: Ingresses in March 2026:\n" +
|
|
176
|
-
" start_date='2026-03-01', end_date='2026-03-31'",
|
|
177
|
-
inputSchema: {
|
|
178
|
-
type: "object",
|
|
179
|
-
properties: {
|
|
180
|
-
start_date: {
|
|
181
|
-
type: "string",
|
|
182
|
-
description: "Start date (ISO 8601). Defaults to now.",
|
|
183
|
-
},
|
|
184
|
-
end_date: {
|
|
185
|
-
type: "string",
|
|
186
|
-
description: "End date (ISO 8601). Defaults to +30 days.",
|
|
187
|
-
},
|
|
188
|
-
planets: {
|
|
189
|
-
type: "string",
|
|
190
|
-
description: "Comma-separated planet IDs. Defaults to all major planets.",
|
|
191
|
-
},
|
|
192
|
-
format: {
|
|
193
|
-
type: "string",
|
|
194
|
-
enum: ["json", "llm"],
|
|
195
|
-
description: "Output format.",
|
|
196
|
-
},
|
|
197
|
-
},
|
|
198
|
-
required: [],
|
|
199
|
-
additionalProperties: false,
|
|
200
|
-
},
|
|
201
|
-
handler: async (args) => {
|
|
202
|
-
const query = {};
|
|
203
|
-
if (args.start_date)
|
|
204
|
-
query.start_date = args.start_date;
|
|
205
|
-
if (args.end_date)
|
|
206
|
-
query.end_date = args.end_date;
|
|
207
|
-
if (args.planets)
|
|
208
|
-
query.planets = args.planets;
|
|
209
|
-
if (args.format)
|
|
210
|
-
query.format = args.format;
|
|
211
|
-
return await backendClient.request("GET", "/electional/ingress-calendar", {
|
|
212
|
-
data: {},
|
|
213
|
-
params: query,
|
|
214
|
-
});
|
|
215
|
-
},
|
|
216
|
-
});
|
|
217
169
|
// GET /electional/aspect-search
|
|
218
170
|
registerTool({
|
|
219
171
|
name: "electional_aspect_search",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { registerTool, validateRequired } from "../index.js";
|
|
2
|
+
import { backendClient } from "../../backend/client.js";
|
|
3
|
+
/**
|
|
4
|
+
* Ensure a datetime string has a timezone offset for Go's time.Time parsing.
|
|
5
|
+
*/
|
|
6
|
+
function ensureTimezone(dt) {
|
|
7
|
+
if (!dt)
|
|
8
|
+
return dt;
|
|
9
|
+
if (/[Zz]$/.test(dt) || /[+-]\d{2}:\d{2}$/.test(dt) || /[+-]\d{4}$/.test(dt))
|
|
10
|
+
return dt;
|
|
11
|
+
return dt + "Z";
|
|
12
|
+
}
|
|
13
|
+
registerTool({
|
|
14
|
+
name: "hd_planetary_return",
|
|
15
|
+
description: "Calculate a Human Design planetary return chart — full HD chart " +
|
|
16
|
+
"(type, strategy, authority, gates, channels) at the moment a planet " +
|
|
17
|
+
"returns to its natal position. Supports all HD-relevant planets.\n\n" +
|
|
18
|
+
"CREDIT COST: 2 credits per call.\n\n" +
|
|
19
|
+
"Key returns in Human Design:\n" +
|
|
20
|
+
" • Saturn Return (~29y, ~59y) — maturation/authority activation\n" +
|
|
21
|
+
" • Chiron Return (~50y) — wound-to-teaching integration\n" +
|
|
22
|
+
" • Jupiter Return (~12y) — expansion cycles\n" +
|
|
23
|
+
" • Mars Return (~2y) — energy/drive reset\n" +
|
|
24
|
+
" • Lunar Return (~27.3d) — emotional/body cycle\n\n" +
|
|
25
|
+
"EXAMPLE: Saturn return chart for birth 1990-04-15:\n" +
|
|
26
|
+
" planet='saturn', datetime='1990-04-15T19:30:00Z', return_year=2020",
|
|
27
|
+
inputSchema: {
|
|
28
|
+
type: "object",
|
|
29
|
+
properties: {
|
|
30
|
+
planet: {
|
|
31
|
+
type: "string",
|
|
32
|
+
enum: ["sun", "moon", "mercury", "venus", "mars", "jupiter", "saturn", "uranus", "neptune", "pluto", "chiron", "pholus"],
|
|
33
|
+
description: "Planet to calculate the return for.",
|
|
34
|
+
},
|
|
35
|
+
datetime: {
|
|
36
|
+
type: "string",
|
|
37
|
+
description: "ISO 8601 birth datetime in UTC, e.g. '1990-04-15T19:30:00Z'.",
|
|
38
|
+
},
|
|
39
|
+
return_year: {
|
|
40
|
+
type: "integer",
|
|
41
|
+
description: "Year to find the return near (e.g. 2020 for a Saturn return at ~age 29).",
|
|
42
|
+
},
|
|
43
|
+
format: {
|
|
44
|
+
type: "string",
|
|
45
|
+
enum: ["json", "llm"],
|
|
46
|
+
description: "Output format. 'llm' returns compact projection for token efficiency.",
|
|
47
|
+
},
|
|
48
|
+
},
|
|
49
|
+
required: ["planet", "datetime", "return_year"],
|
|
50
|
+
additionalProperties: false,
|
|
51
|
+
},
|
|
52
|
+
handler: async (args) => {
|
|
53
|
+
validateRequired(args, ["planet", "datetime", "return_year"]);
|
|
54
|
+
return await backendClient.request("POST", "/human-design/cycles/return", {
|
|
55
|
+
data: {
|
|
56
|
+
planet: args.planet,
|
|
57
|
+
birth_datetime_utc: ensureTimezone(args.datetime),
|
|
58
|
+
return_year: args.return_year,
|
|
59
|
+
format: args.format,
|
|
60
|
+
include_chiron: args.include_chiron,
|
|
61
|
+
include_lilith: args.include_lilith,
|
|
62
|
+
},
|
|
63
|
+
});
|
|
64
|
+
},
|
|
65
|
+
});
|
|
66
|
+
registerTool({
|
|
67
|
+
name: "hd_opposition",
|
|
68
|
+
description: "Calculate a Human Design opposition chart — the HD chart " +
|
|
69
|
+
"at the moment a planet opposes its natal position (180°).\n\n" +
|
|
70
|
+
"Key oppositions in Human Design:\n" +
|
|
71
|
+
" • Uranus Opposition (~age 42) — midlife awakening/individuation\n" +
|
|
72
|
+
" • Saturn Opposition (~age 14-15, ~44) — structural tension\n" +
|
|
73
|
+
" • Jupiter Opposition (~age 6, ~18, ~30) — expansion challenges\n\n" +
|
|
74
|
+
"CREDIT COST: 2 credits per call.\n\n" +
|
|
75
|
+
"EXAMPLE: Uranus opposition for birth 1983-07-15:\n" +
|
|
76
|
+
" planet='uranus', datetime='1983-07-15T12:00:00Z', target_year=2025",
|
|
77
|
+
inputSchema: {
|
|
78
|
+
type: "object",
|
|
79
|
+
properties: {
|
|
80
|
+
planet: {
|
|
81
|
+
type: "string",
|
|
82
|
+
enum: ["uranus", "saturn", "jupiter"],
|
|
83
|
+
description: "Planet to calculate the opposition for.",
|
|
84
|
+
},
|
|
85
|
+
datetime: {
|
|
86
|
+
type: "string",
|
|
87
|
+
description: "ISO 8601 birth datetime in UTC, e.g. '1983-07-15T12:00:00Z'.",
|
|
88
|
+
},
|
|
89
|
+
target_year: {
|
|
90
|
+
type: "integer",
|
|
91
|
+
description: "Year to search for the opposition near.",
|
|
92
|
+
},
|
|
93
|
+
format: {
|
|
94
|
+
type: "string",
|
|
95
|
+
enum: ["json", "llm"],
|
|
96
|
+
description: "Output format. 'llm' returns compact projection for token efficiency.",
|
|
97
|
+
},
|
|
98
|
+
},
|
|
99
|
+
required: ["planet", "datetime", "target_year"],
|
|
100
|
+
additionalProperties: false,
|
|
101
|
+
},
|
|
102
|
+
handler: async (args) => {
|
|
103
|
+
validateRequired(args, ["planet", "datetime", "target_year"]);
|
|
104
|
+
return await backendClient.request("POST", "/human-design/cycles/opposition", {
|
|
105
|
+
data: {
|
|
106
|
+
planet: args.planet,
|
|
107
|
+
birth_datetime_utc: ensureTimezone(args.datetime),
|
|
108
|
+
target_year: args.target_year,
|
|
109
|
+
format: args.format,
|
|
110
|
+
include_chiron: args.include_chiron,
|
|
111
|
+
include_lilith: args.include_lilith,
|
|
112
|
+
},
|
|
113
|
+
});
|
|
114
|
+
},
|
|
115
|
+
});
|
|
@@ -18,7 +18,7 @@ registerTool({
|
|
|
18
18
|
"(Generator, Manifesting Generator, Projector, Manifestor, Reflector), Strategy, Authority, " +
|
|
19
19
|
"Profile (e.g. 1/3, 2/4), defined and undefined Centers, activated Gates and Channels, " +
|
|
20
20
|
"Incarnation Cross, and both Personality (conscious) and Design (unconscious) planetary positions.\n\n" +
|
|
21
|
-
"CREDIT COST:
|
|
21
|
+
"CREDIT COST: 2 credits per call.\n\n" +
|
|
22
22
|
"Human Design uses two calculation moments: the birth time (Personality) and ~88° of Sun motion " +
|
|
23
23
|
"before birth (~3 months prior, the Design calculation). The API handles this automatically.\n\n" +
|
|
24
24
|
"IMPORTANT: The datetime should be in UTC. If you have local birth time, convert to UTC first.\n\n" +
|
|
@@ -5,7 +5,7 @@ registerTool({
|
|
|
5
5
|
description: "Calculate a Secondary Progressed (or Solar Arc / Tertiary) chart. " +
|
|
6
6
|
"Advances the natal chart symbolically — 1 day = 1 year (secondary), or using solar arc motion. " +
|
|
7
7
|
"Returns progressed planet positions, house cusps, aspects, and retrograde status.\n\n" +
|
|
8
|
-
"CREDIT COST:
|
|
8
|
+
"CREDIT COST: 1 credit per call.\n\n" +
|
|
9
9
|
"EXAMPLE: Secondary progressions for someone born 1985-06-21, progressed to 2026-01-01:\n" +
|
|
10
10
|
" birth_datetime='1985-06-21T14:00:00', birth_latitude=51.5, birth_longitude=-0.12,\n" +
|
|
11
11
|
" target_datetime='2026-01-01', method='secondary'",
|
|
@@ -5,7 +5,7 @@ registerTool({
|
|
|
5
5
|
name: "ephemeris_solar_return",
|
|
6
6
|
description: "Calculate the exact Solar Return date/time — when the Sun returns to its natal ecliptic longitude. " +
|
|
7
7
|
"Used to cast the Solar Return chart for the year ahead.\n\n" +
|
|
8
|
-
"CREDIT COST:
|
|
8
|
+
"CREDIT COST: 5 credits per call.\n\n" +
|
|
9
9
|
"EXAMPLE: Solar return for someone born 1985-06-21 near their 2026 birthday:\n" +
|
|
10
10
|
" birth_datetime='1985-06-21T14:00:00', target_datetime='2026-06-01'",
|
|
11
11
|
inputSchema: {
|
|
@@ -65,7 +65,7 @@ registerTool({
|
|
|
65
65
|
name: "ephemeris_lunar_return",
|
|
66
66
|
description: "Calculate the exact Lunar Return date/time — when the Moon returns to its natal ecliptic longitude (~every 27.3 days). " +
|
|
67
67
|
"Used to cast the monthly Lunar Return chart.\n\n" +
|
|
68
|
-
"CREDIT COST:
|
|
68
|
+
"CREDIT COST: 5 credits per call.\n\n" +
|
|
69
69
|
"EXAMPLE: Next lunar return after 2026-03-15 for someone born 1990-04-15:\n" +
|
|
70
70
|
" birth_datetime='1990-04-15T14:30:00', target_datetime='2026-03-15'",
|
|
71
71
|
inputSchema: {
|
|
@@ -112,7 +112,7 @@ registerTool({
|
|
|
112
112
|
description: "Calculate a planetary return — when any planet returns to its natal longitude. " +
|
|
113
113
|
"Useful for Jupiter returns (~12 years), Saturn returns (~29 years), Chiron returns (~50 years), " +
|
|
114
114
|
"Uranus returns (~84 years), etc.\n\n" +
|
|
115
|
-
"CREDIT COST:
|
|
115
|
+
"CREDIT COST: 5 credits per call.\n\n" +
|
|
116
116
|
"EXAMPLE: Saturn return for birth 1990-04-15 near year 2019:\n" +
|
|
117
117
|
" body='saturn', birth_datetime='1990-04-15T14:30:00', target_datetime='2019-01-01'\n" +
|
|
118
118
|
"EXAMPLE: Chiron return for birth 1975-03-10 near age 50:\n" +
|