送信

Astroway Mcp

@astroway

Comprehensive astrology MCP exposing every endpoint of the AstroWay Calculation API as tools — natal charts, synastry, transits, Vedic dashas (Vimshottari, Yogini, Ashtottari, Kalachakra), 16 Vargas, Tarot (Rider-Waite-Smith / Marseille / Lenormand), Numerology (5 systems), Human Design, AI horoscopes. Sub-arcsecond Swiss Ephemeris precision. 10 000 free credits/month, no card required.
概要

Install

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

```json
{
"mcpServers": {
"astroway": {
"command": "npx",
"args": ["-y", "@astroway/mcp"],
"env": { "ASTROWAY_API_KEY": "aw_live_..." }
}
}
}
```

Cursor

Add to ~/.cursor/mcp.json with the same config.

What you get

Tool categories — every endpoint of the AstroWay Calculation API exposed as an MCP tool:

  • Core — natal chart, planet positions, draconic, harmonics
  • Comparisons — synastry, composite, davison, cross-system compatibility
  • Prognostics — transits, secondary progressions, solar/lunar return, transit calendar
  • Aspects & Points — aspects table, antiscia, midpoints, Arabic parts, fixed stars
  • Calendar & Cycles — retrograde periods, ingresses, lunar phases, planetary hours
  • Dignities & Receptions — essential dignities, almuten, hyleg, dispositors
  • Horary — horary chart, moon void-of-course, via combusta
  • Human Design — full chart, transits, penta, dream rave, hologenetic profile
  • Astro-Geography — astrocartography, local space, relocation chart
  • Vedic — 16 Vargas, Panchang, Shadbala, 4 Dasha systems × 5 levels (Vimshottari / Yogini / Ashtottari / Kalachakra), Yogas, Doshas, Compatibility, Muhurat
  • Tarot — Rider-Waite-Smith, Marseille, Lenormand decks
  • Numerology — Pythagorean, Chaldean, Kabbalistic, Vedic, Destiny Matrix
  • AI Interpretations — natal, synastry, transits — Ukrainian/English

Get an API key

Sign up at https://api.astroway.info/dashboard/sign-up10 000 credits/month free, no card required.

サーバー設定

{
  "mcpServers": {
    "astroway": {
      "command": "npx",
      "args": [
        "-y",
        "@astroway/mcp"
      ],
      "env": {
        "ASTROWAY_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}