astroway-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ASTROWAY_API_KEY | Yes | Your API key. Live: aw_live_... Sandbox: aw_test_... | |
| ASTROWAY_BASE_URL | No | Override for self-hosted / staging instances. Default: https://api.astroway.info/v1 | https://api.astroway.info/v1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| astroway_account_statusA | Check current API key status: tier, credit balance, rate limits, monthly cycle reset. Run this BEFORE invoking expensive endpoints (Tier 4+ at 100+ credits, Tier 6/7 at 500-5000 credits) to confirm the user has budget. Returns plain-text human-readable summary. |
| astroway_cost_estimateA | Estimate the credit cost of one or more endpoints WITHOUT invoking them. Returns total + per-endpoint breakdown with tier annotations. Useful when planning multi-step workflows: estimate first, ask user confirmation, then invoke. Cache TTL 5 min. |
| acgA | Calculate ACG lines for all planets — the geodetic map lines where each planet was on an angle at birth. [Group: Astro-Geography] [Cost: 50 credits (Tier 3)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| acg_zonesB | Calculate radius zones around ACG lines (default 700-mile orb) where planetary influence is considered active. [Group: Astro-Geography] [Cost: 50 credits (Tier 3)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52,"point":{"lat":48.8566,"lng":2.3522},"radiusDeg":4} |
| ai_chatA | LLM chat grounded in a natal chart context. Persona-tunable. [Group: AI & MCP] Example request body: {"message":"What does my Saturn placement mean?","chart":{"...":"..."},"language":"en"} |
| ai_comparison_coachC | Coach two charts on relationship dynamics. [Group: AI & MCP] Example request body: {"chartA":{"...":"..."},"chartB":{"...":"..."}} |
| ai_explain_aspectB | Detailed explanation of an aspect between two planets. [Group: AI & MCP] Example request body: {"planet1":"Saturn","planet2":"Moon","aspect":"square"} |
| ai_explain_transitC | Explain a current transit hitting your natal chart. [Group: AI & MCP] Example request body: {"transitPlanet":"Saturn","natalPlanet":"Sun","aspect":"conjunction"} |
| algol_minimumB | Find the nearest minimum brightness moment of Algol (Beta Persei) — the eclipsing variable star — within a date range. [Group: Calendar & Cycles] [Cost: 10 credits (Tier 1)] Example request body: {"startDate":"2024-06-01","endDate":"2024-06-30"} |
| algol_minimum_nearestB | Find the single nearest Algol brightness minimum before or after a given date. [Group: Calendar & Cycles] [Cost: 10 credits (Tier 1)] Example request body: {"date":"2024-06-15"} |
| almutenC | Calculate the Almuten Figuris — the planet with the highest essential dignity score across the key chart positions. [Group: Dignities & Receptions] [Cost: 20 credits (Tier 2)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| antisciaC | Calculate antiscia (mirror points along the Cancer/Capricorn axis) and contra-antiscia, plus their aspects to natal planets. [Group: Aspects & Points] [Cost: 20 credits (Tier 2)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| arabic_partsC | Calculate Arabic parts (Lots) from a natal chart. Returns positions for standard lots (Fortune, Spirit, etc.) and any custom formula. [Group: Aspects & Points] [Cost: 20 credits (Tier 2)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52,"lots":["fortune","spirit","eros"]} |
| ashtakavargaA | Calculate the Ashtakavarga benefic point table for a Vedic chart — individual bindus for each planet in each sign and the total Sarvashtakavarga. [Group: Vedic] [Cost: 50 credits (Tier 3)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| aspect_barA | Transform aspect timelines into Gantt-style bars grouped by transit planet. Each bar shows the duration an aspect is in orb, with exact dates marked. Useful for visual transit calendars. [Group: Aspects & Points] Example request body: {"startDate":"2024-01-01","endDate":"2024-06-30","stepDays":1,"visiblePlanetIds":[0,1,2,3,4,5,6,7,8,9]} |
| aspect_timelineB | Calculate a timeline of when two specific planets form an exact aspect within a date range, including enter/exact/leave dates. [Group: Aspects & Points] [Cost: 100 credits (Tier 4)] Example request body: {"planet1Id":0,"planet2Id":6,"aspectAngle":90,"startDate":"2024-01-01","endDate":"2024-12-31","orb":3} |
| aspectsA | Standalone aspect calculation — full inter-planetary aspect list with type / exactAngle / orb / isApplying. Uses per-pair astro.com orb matrix. Same calcAspects() as /chart but without planet positions / houses / midpoints overhead. [Group: Calendar & Cycles] [Cost: 10 credits (Tier 1)] Example request body: {"date":"1926-06-01","time":"09:30:00","timezoneOffset":-8,"latitude":34.0522,"longitude":-118.2437} |
| bazi_day_masterA | Day stem element + yin/yang polarity + canonical archetype description. The "self" character in BaZi from which all other pillars are interpreted. [Group: BaZi (Four Pillars)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3} |
| bazi_element_balanceA | Element counts across year + month (4 of 8 chars). Identifies dominant + missing elements. [Group: BaZi (Four Pillars)] Example request body: {"date":"1990-06-15"} |
| bazi_four_pillarsA | All four pillars: year, month, day, hour. Day pillar uses HKO-canonical 60-jiazi cycle (anchor 1990-01-01 = Yi-Wei). Pass [Group: BaZi (Four Pillars)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3} |
| bazi_hour_pillarA | Hour pillar via 五鼠遁 (Five-Rats-Escape) day-stem → hour-stem table. Zi-hour starts at 23:00 CST. [Group: BaZi (Four Pillars)] Example request body: {"date":"1990-06-15","time":"14:30:00","timezoneOffset":3} |
| bazi_luck_pillarsC | 10-year luck pillars sequence. Direction by gender + year-stem polarity per Ziping canon. [Group: BaZi (Four Pillars)] Example request body: {"date":"1990-06-15","gender":"male","count":8} |
| bazi_month_pillarB | Month stem + branch from solar-term boundaries. [Group: BaZi (Four Pillars)] Example request body: {"date":"1990-06-15"} |
| bazi_monthlyA | Same Sheng-Ke + branch-clash analysis as yearly, but applied to a specific calendar month. Month branch resolved via mid-month jieqi. [Group: BaZi (Four Pillars)] Example request body: {"natalDate":"1990-05-15","targetYear":2026,"targetMonth":6} |
| bazi_ten_godsB | Ten Gods classification per day master. Bi Jian/Jie Cai (peer), Shi Shen/Shang Guan (output), Pian Cai/Zheng Cai (wealth), Qi Sha/Zheng Guan (officer), Pian Yin/Zheng Yin (resource). [Group: BaZi (Four Pillars)] Example request body: {"date":"1990-06-15"} |
| bazi_year_pillarB | Year stem + branch + animal + element with yin/yang. [Group: BaZi (Four Pillars)] Example request body: {"date":"1990-06-15"} |
| bazi_year_pillar_decadeA | 10 consecutive year pillars from a given starting year. [Group: BaZi (Four Pillars)] Example request body: {"startYear":1990} |
| bazi_yearlyA | Compares target year pillar against natal day master + natal year branch. Returns element-flow relation (companion / mother / output / control / wealth) per Sheng-Ke cycle, branch clashes (六冲), and trine support (三合). [Group: BaZi (Four Pillars)] Example request body: {"natalDate":"1990-05-15","targetYear":2027} |
| business_customer_archetypeB | Native customer persona that resonates with the founder's sun-sign brand voice. [Group: Business Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| business_electional_dayB | Suitability of a proposed launch date for the venture type. [Group: Business Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| business_expansion_timingB | High-level expansion guidance; pair with /transits for actual windows. [Group: Business Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| business_founder_personalityB | Founder type + strengths/weaknesses + ideal industry. [Group: Business Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| business_founding_chartA | Treat the proposed founding date as a chart; returns sun/moon/ASC + theme. [Group: Business Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| business_ideal_industryB | Industries best suited to this founder profile. [Group: Business Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| business_ideal_partner_signD | Trine elemental partners with natural synergy. [Group: Business Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| business_leadership_styleC | Concise leadership archetype + key strengths. [Group: Business Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| business_marketing_styleB | Element-based marketing voice and campaign style. [Group: Business Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| business_name_suggestionsA | Naming hints (syllable structure, palette, semantic field) by sign. [Group: Business Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| business_risk_profileB | Element-based risk tolerance + recommended safeguards. [Group: Business Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| business_team_compatibilityC | Founder × partner compatibility score. [Group: Business Astrology] Example request body: {"founder":{"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52},"partner":{"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52}} |
| ccg_analysisB | Analyse Cyclo-Carto-Graphy (CCG) lines: progressed ACG lines at a target date with mundane/local aspects and latitude crossings. [Group: Astro-Geography] [Cost: 100 credits (Tier 4)] Example request body: {"natal":{"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52},"targetDate":"2024-06-15","targetTime":"12:00:00","targetTzOffset":3} |
| chartA | Calculate a full natal chart: planets, house cusps, aspects, sect, and angular data for a given birth moment. [Group: Core] [Cost: 20 credits (Tier 2)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| chinese_feng_shui_baguaC | Eastern-school Bagua mapping of 9 life areas (career, knowledge, family, wealth, fame, relationships, children, helpful-people, health) onto compass sectors. [Group: Chinese — Zodiac & Feng Shui] Example request body: {"date":"1990-06-15","gender":"male"} |
| chinese_feng_shui_kuaB | Personal Kua number from solar-year digit sum + gender. Maps to East/West group for direction work. [Group: Chinese — Zodiac & Feng Shui] Example request body: {"date":"1990-06-15","gender":"male"} |
| chinese_feng_shui_lucky_directionsC | Personal 4 lucky + 4 unlucky compass directions from Kua. Standard Pa Kua mapping. [Group: Chinese — Zodiac & Feng Shui] Example request body: {"date":"1990-06-15","gender":"male"} |
| chinese_zodiac_animalA | Animal sign of birth year (Lichun / Feb 4 cutoff) plus full pillar (stem + branch + element). [Group: Chinese — Zodiac & Feng Shui] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| chinese_zodiac_compatibilityA | Pair compatibility score (0-100) using San He trine + Liu Chong conflict-pair canon. [Group: Chinese — Zodiac & Feng Shui] Example request body: {"person1":{"date":"1990-06-15"},"person2":{"date":"1985-03-22"}} |
| chinese_zodiac_elementB | Fixed-branch element + cycling-stem element + yin/yang for given solar year. [Group: Chinese — Zodiac & Feng Shui] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| chinese_zodiac_inner_animalA | Month-branch animal — represents inner motivations and private self. [Group: Chinese — Zodiac & Feng Shui] Example request body: {"date":"1990-06-15"} |
| chinese_zodiac_secret_animalC | Hour-of-birth branch animal — represents the deepest self. Requires birth time. [Group: Chinese — Zodiac & Feng Shui] Example request body: {"date":"1990-06-15","time":"14:30:00"} |
| coalescentB | Calculate a coalescent chart — the harmonic chart that resonates most strongly between two charts. [Group: Comparisons] [Cost: 50 credits (Tier 3)] Example request body: {"input1":{"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52},"input2":{"date":"1985-11-03","time":"08:15:00","timezoneOffset":2,"latitude":48.46,"longitude":35.04}} |
| compositeA | Calculate a midpoint composite chart by averaging the planetary positions and house cusps of two natal charts. [Group: Comparisons] [Cost: 50 credits (Tier 3)] Example request body: {"chart1":{"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52},"chart2":{"date":"1985-11-03","time":"08:15:00","timezoneOffset":2,"latitude":48.46,"longitude":35.04}} |
| cosmobiology_cosmogramC | Ebertin cosmogram render data. [Group: Cosmobiology / Hamburg School] Example request body: {"...chart":"..."} |
| cosmobiology_dial_90D | All chart points in 90° cardinal modulus. [Group: Cosmobiology / Hamburg School] Example request body: {"...chart":"...","withTnp":true} |
| cosmobiology_eight_harmonic_aspectsC | 22.5° / 45° / 67.5° / 90° / 135° aspects. [Group: Cosmobiology / Hamburg School] Example request body: {"...chart":"..."} |
| cosmobiology_lefeldt_extensionsD | Lefeldt-Brummund 22.5° subdivisions. [Group: Cosmobiology / Hamburg School] Example request body: {"...chart":"..."} |
| cosmobiology_midpoint_picturesD | A=B/C structures with sentence form. [Group: Cosmobiology / Hamburg School] Example request body: {"...chart":"...","orb":1.5} |
| cosmobiology_personal_point_treeD | Tree per personal point. [Group: Cosmobiology / Hamburg School] Example request body: {"...chart":"..."} |
| cosmobiology_sensitive_pointsC | Ebertin's personal points midpoint hits. [Group: Cosmobiology / Hamburg School] Example request body: {"...chart":"..."} |
| cosmobiology_transit_midpointsC | Transits hitting natal midpoints in 90° dial. [Group: Cosmobiology / Hamburg School] Example request body: {"...chart":"...","targetDate":"..."} |
| cosmobiology_uranian_tnpsC | 8 Hamburg trans-Neptunian bodies. [Group: Cosmobiology / Hamburg School] Example request body: {"...chart":"..."} |
| cosmobiology_witte_formulasC | Witte planetary pictures A+B−C=D. [Group: Cosmobiology / Hamburg School] Example request body: {"...chart":"..."} |
| cyclic_indexA | Calculate the André Barbault Cyclic Index — sum of all outer planet separations — for a date range to indicate global crisis periods. [Group: Calendar & Cycles] [Cost: 100 credits (Tier 4)] Example request body: {"startYear":2020,"endYear":2030} |
| davisonA | Calculate a Davison relationship chart using the midpoint in time and space between two birth moments. [Group: Comparisons] [Cost: 50 credits (Tier 3)] Example request body: {"chart1":{"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52},"chart2":{"date":"1985-11-03","time":"08:15:00","timezoneOffset":2,"latitude":48.46,"longitude":35.04}} |
| destiny_matrix_ladiniA | Calculate the full 22-position Destiny Matrix per Natalia Ladini's method from birth date. Returns centre arcanum, body positions (day/month/year/centre), soul positions, karmic and resource arcana with full meaning structure for each. [Group: Destiny Matrix] [Cost: 20 credits (Tier 2)] Example request body: {"date":"1990-05-15"} |
| disposition_chainsC | Calculate planetary disposition chains — the recursive sequence of sign rulers leading to the final dispositor. [Group: Dignities & Receptions] [Cost: 20 credits (Tier 2)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| disposition_chains_layoutA | Return disposition chains with computed x/y layout coordinates for graph visualization. [Group: Dignities & Receptions] [Cost: 20 credits (Tier 2)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| djamaspaA | DEPRECATED in v2.0.0 — RED quality (oral Zoroastrian tradition, scattered manuscripts, no canonical reference). Slated for sunset 6 months after v2.0.0 release. Migrate to broader /reference endpoints or remove dependency. Calculate Djamaspa planetary positions for date. [Group: Esoteric] [Cost: 10 credits (Tier 1)] [⚠️ DEPRECATED — will be removed in a future API version. Avoid using.] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| draconicB | Calculate the draconic chart by shifting all planet longitudes relative to the True Node (0° = True Node). [Group: Specialized Charts] [Cost: 20 credits (Tier 2)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| eclipse_analysisB | Analyse the impact of upcoming eclipses on a natal chart — aspects to natal planets, house activations, and Saros series context. [Group: Astro-Geography] [Cost: 100 credits (Tier 4)] Example request body: {"natal":{"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52},"year":2024,"point":{"lat":50.45,"lng":30.52}} |
| eclipsesA | Find solar and lunar eclipses within a given year or multi-year range. Returns type, date, and geographic visibility data. [Group: Calendar & Cycles] [Cost: 100 credits (Tier 4)] Example request body: {"year":2024,"yearsRange":2} |
| ephemerisA | Return planet positions for a date range with configurable step (min 0.01 days). Max range: 1 year for sub-day steps, 5 years otherwise. Optionally filter by planetIds. [Group: Core] [Cost: 100 credits (Tier 4)] Example request body: {"startDate":"2024-01-01","endDate":"2024-12-31","stepDays":1,"planetIds":[0,1,2]} |
| esoteric_angel_numbers_decodeA | Decode a numeric sequence in optional life context. Returns pattern classification, exact match, and reduced single-digit meaning. [Group: Esoteric] [Cost: 10 credits (Tier 1)] Example request body: {"sequence":"1234","context":"saw on receipt during career change"} |
| esoteric_crystals_recommendA | Recommend crystals scored against natal sign placements (Sun/Moon/Asc) and intent keywords. Returns top-N matches with score. [Group: Esoteric] [Cost: 10 credits (Tier 1)] Example request body: {"sunSign":"Aries","moonSign":"Cancer","intent":"courage","limit":5} |
| esoteric_dreams_decodeA | Scan dream narrative text for known symbols. Returns matched symbols with their meanings (recurring or single-event). [Group: Esoteric] [Cost: 10 credits (Tier 1)] Example request body: {"text":"I was flying over a dark forest with a wolf running below","recurring":false} |
| essential_dignitiesC | Calculate the five Ptolemaic essential dignities (rulership, exaltation, triplicity, term, face) and debilities for each planet. [Group: Dignities & Receptions] [Cost: 20 credits (Tier 2)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| evolutionary_nodal_axis_detailC | Full NN/SN with rulers + conjuncts. [Group: Evolutionary Astrology] Example request body: {"...chart":"..."} |
| evolutionary_pluto_natal_conditionC | JWG: Pluto sign+house+ruler+hard aspects. [Group: Evolutionary Astrology] Example request body: {"...chart":"..."} |
| evolutionary_skipped_stepsD | Planets squaring nodal axis = unfinished karma. [Group: Evolutionary Astrology] Example request body: {"...chart":"..."} |
| evolutionary_soul_typesD | JWG's 4-type by Pluto house quadrant. [Group: Evolutionary Astrology] Example request body: {"...chart":"..."} |
| evolutionary_yesterday_skyC | Forrest 2008 past-life method. [Group: Evolutionary Astrology] Example request body: {"...chart":"..."} |
| family_genogramB | Multi-generational family pattern map. [Group: Family Astrology] |
| family_parent_child_deepC | Deep parent-child synastry analysis. [Group: Family Astrology] |
| family_saturn_return_cyclesC | Saturn return timing across a family cohort. [Group: Family Astrology] |
| family_sibling_dynamicsC | Inter-sibling synastry and dynamics. [Group: Family Astrology] |
| family_system_patternD | System-level family astrological signatures. [Group: Family Astrology] |
| financial_career_money_styleB | Income / earning archetype by sign. [Group: Financial Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| financial_investor_archetypeB | Investor type + bias + strength + pitfall by sign. [Group: Financial Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| financial_lucky_dayC | Days traditionally aligned with the sign. [Group: Financial Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| financial_lucky_numbersC | Gematria-style number set per sign. [Group: Financial Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| financial_market_timingC | Generic caution windows (Mercury Rx, eclipses, Mars Rx, major macro aspects). [Group: Financial Astrology] Example request body: {"date":"2026-05-07"} |
| financial_risk_toleranceC | Element-based risk tolerance + suggested allocation buckets. [Group: Financial Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| financial_savings_tipsB | Element-based saving recommendations. [Group: Financial Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| financial_spending_styleC | Sign-specific spending pattern. [Group: Financial Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| financial_wealth_cycleC | Long-cycle archetype tied to Jupiter (~12y) and Saturn (~29y) returns. [Group: Financial Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| financial_wealth_houseA | Personal money (2nd) and shared resources (8th) house cusps + signs. [Group: Financial Astrology] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
| firdariaB | Calculate Firdaria planetary periods — the traditional Persian time-lord system based on sect and planet order. [Group: Prognostics] [Cost: 20 credits (Tier 2)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52,"maxYears":75} |
| fixed_starsB | Calculate conjunctions between natal planets and fixed stars within a specified orb. Returns star details and aspect type. [Group: Aspects & Points] [Cost: 20 credits (Tier 2)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52,"orb":1} |
| forecast_calendarA | Generate a combined forecast calendar including transits, lunar phases, ingresses, and retrograde stations for a given period. [Group: Prognostics] [Cost: 100 credits (Tier 4)] Example request body: {"natal":{"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52},"year":2024} |
| gauquelin_sectorsC | Calculate Gauquelin sector positions (1–36) for all planets, indicating whether each planet is in a power zone. [Group: Aspects & Points] [Cost: 20 credits (Tier 2)] Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52} |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| natal-chart-summary | Compute a natal chart and synthesize a structured interpretation: Big Three, dominant element/modality, key aspects, and life themes. |
| synastry-analysis | Compatibility analysis between two natal charts: cross-aspects, composite midpoints, key dynamics. |
| transit-coach | Current transits affecting the natal chart, focused on the 3 most impactful for the target date. |
| daily-horoscope | Personalized daily horoscope for a given Sun sign. |
| vedic-kundli-summary | Vedic (sidereal) chart summary: rashi/lagna/navamsha + active mahadasha + key yogas. |
| tarot-three-card | Past–Present–Future tarot reading for a specific question. |
| human-design-bodygraph | HD bodygraph summary: type, strategy, authority, profile, defined centers and channels. |
| cost-aware-multistep-planner | Plan a multi-step astrology workflow, estimate total credit cost, and run only after user confirms budget. |
| bazi-four-pillars | Chinese astrology Four Pillars analysis: day master, element balance, ten gods, luck pillars. |
| numerology-life-path | Pythagorean or Chaldean numerology: life path, destiny, soul, personality numbers + current personal year. |
| lunar-phase-day | Current lunar phase, sign, and recommended activities for the date and location. |
| retrograde-warning | List currently retrograde planets and what each actually affects (only flag retrogrades that touch active areas). |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/astroway/astroway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server