@@ -27,7 +27,7 @@ const { data } = await roxy.astrology.getDailyHoroscope({
2727
2828## Western Astrology — `roxy.astrology`
2929
30- Production-ready Western astrology API + remote MCP for AI agents and developers
30+ Western astrology API for natal birth charts, daily, weekly, and monthly horoscopes with unique content per sign, syn...
3131
3232```typescript
3333// Get all zodiac signs - Complete zodiac signs list with dates and elements
@@ -244,13 +244,75 @@ const { data } = await roxy.astrology.generatePlanetaryReturn({
244244 houseSystem: 'placidus',
245245 },
246246});
247+
248+ // Astrocartography map - planetary lines and relocation calculator
249+ const { data } = await roxy.astrology.generateAstrocartography({
250+ query: { include: 'chiron' },
251+ body: {
252+ date: '1990-07-15',
253+ time: '14:30:00',
254+ latitude: 40.7128,
255+ longitude: -74.006,
256+ timezone: -5,
257+ },
258+ });
259+
260+ // Generate relocation chart - Relocated birth chart calculator with shifted houses and angles
261+ const { data } = await roxy.astrology.generateRelocationChart({
262+ body: {
263+ date: '1961-08-04',
264+ time: '19:24:00',
265+ timezone: -10,
266+ birthLatitude: 21.3069,
267+ birthLongitude: -157.8583,
268+ relocationLatitude: 40.7167,
269+ relocationLongitude: -74.006,
270+ houseSystem: 'placidus',
271+ },
272+ });
273+
274+ // Local space astrology map - Directional planetary compass lines
275+ const { data } = await roxy.astrology.generateLocalSpace({
276+ query: { include: 'chiron,lilith' },
277+ body: {
278+ date: '1990-07-15',
279+ time: '14:30:00',
280+ latitude: 40.7128,
281+ longitude: -74.006,
282+ timezone: -5,
283+ },
284+ });
285+
286+ // Fixed stars and star conjunctions calculator - Regulus, Spica, Algol natal report
287+ const { data } = await roxy.astrology.generateFixedStars({
288+ query: { orb: 1 },
289+ body: {
290+ date: '1990-07-15',
291+ time: '14:30:00',
292+ latitude: 40.7128,
293+ longitude: -74.006,
294+ timezone: -5,
295+ },
296+ });
297+
298+ // Arabic lots calculator - seven Hermetic parts including Part of Fortune and Spirit
299+ const { data } = await roxy.astrology.calculateArabicLots({
300+ body: {
301+ date: '1990-07-15',
302+ time: '14:30:00',
303+ latitude: 40.7128,
304+ longitude: -74.006,
305+ timezone: -5,
306+ houseSystem: 'placidus',
307+ },
308+ });
247309```
248310
249311---
250312
251313## Vedic Astrology — `roxy.vedicAstrology`
252314
253- Production-grade Vedic (Jyotish) and KP astrology API + remote MCP for AI agents and developers
315+ Vedic astrology (Jyotish) and KP API for kundli generation with 15 divisional charts (D1-D60), Ashtakoot Gun Milan ku...
254316
255317```typescript
256318// Get birth chart (D1 Rashi chart) - Kundli Calculator API
@@ -683,7 +745,7 @@ const { data } = await roxy.vedicAstrology.calculateShadbala({
683745
684746## Numerology — `roxy.numerology`
685747
686- Production-ready Pythagorean numerology API + hosted MCP for AI agents and developers
748+ Numerology API to calculate life path, expression, soul urge, personality, and maturity numbers, with Pinnacle and Ch...
687749
688750```typescript
689751// Calculate Life Path number - Most important numerology calculation
@@ -803,7 +865,7 @@ const { data } = await roxy.numerology.calculateBusinessName({ body: { name: 'Fo
803865
804866## Tarot — `roxy.tarot`
805867
806- Production-ready tarot card reading API + hosted MCP for AI agents and developers
868+ Tarot reading API with the complete 78- card Rider-Waite-Smith deck and card meanings for love, career, health, and sp...
807869
808870```typescript
809871// List all 78 tarot cards
@@ -1130,7 +1192,7 @@ const { data } = await roxy.forecast.forecastSolarReturn({
11301192
11311193## Biorhythm — `roxy.biorhythm`
11321194
1133- The most complete biorhythm API + remote MCP for AI agents and developers
1195+ The most complete biorhythm API: 10 cycle types across 3 primary (physical, emotional, intellectual), 4 secondary (in...
11341196
11351197```typescript
11361198// Get biorhythm reading - Complete cycle analysis for any date
@@ -1178,7 +1240,7 @@ const { data } = await roxy.biorhythm.getDailyBiorhythm({ body: { seed: 'user123
11781240
11791241## I-Ching — `roxy.iching`
11801242
1181- I-Ching oracle API + hosted MCP for AI agents and developers
1243+ I-Ching oracle API with all 64 hexagrams, 384 changing lines, 8 trigrams, and modern interpretations for love, career...
11821244
11831245```typescript
11841246// Get daily I-Ching hexagram
@@ -1213,7 +1275,7 @@ const { data } = await roxy.iching.getTrigram({ path: { id: 'Heaven' } });
12131275
12141276## Crystals and Healing Stones — `roxy.crystals`
12151277
1216- Production-ready crystal healing API + hosted MCP for AI agents and developers
1278+ Crystal healing API with 80 healing crystals and gemstones and their spiritual, emotional, and physical properties
12171279
12181280```typescript
12191281// Crystals by Zodiac Sign
@@ -1276,7 +1338,7 @@ const { data } = await roxy.crystals.getCrystal({ path: { id: 'amethyst' } });
12761338
12771339## Dreams — `roxy.dreams`
12781340
1279- Dream interpretation API + hosted MCP for AI agents and developers
1341+ Dream interpretation API with a 2,000+ symbol dream dictionary and psychological meanings covering animals, objects,...
12801342
12811343```typescript
12821344// List and search dream symbols
@@ -1299,7 +1361,7 @@ const { data } = await roxy.dreams.getDailyDreamSymbol({ body: { seed: 'user123'
12991361
13001362## Angel Numbers — `roxy.angelNumbers`
13011363
1302- Production-ready angel numbers API + hosted MCP for AI agents and developers
1364+ Angel numbers API with meanings for 111, 222, 333, 444, 555, 666, 777, 888, 999, 1111, and 75+ sequences covering eve...
13031365
13041366```typescript
13051367// List All Angel Numbers
@@ -1319,7 +1381,7 @@ const { data } = await roxy.angelNumbers.getDailyAngelNumber({ body: { seed: 'us
13191381
13201382## Location and Timezone — `roxy.location`
13211383
1322- City search and geocoding API + hosted MCP for AI agents and astrology apps
1384+ City search and geocoding API with 7,000+ cities across 227 countries, returning latitude, longitude, IANA timezone,...
13231385
13241386```typescript
13251387// Search cities worldwide - Geocoding autocomplete with coordinates and timezone
0 commit comments