You're viewing a demo portfolio

Join the waitlist
PRSM

post_astrology_transits

Active

Tool of Western Astrology MCP Server by RoxyAPI

declared in 2.0.0

Calculate current or future planetary transits (positions of all bodies now). Optionally compare transits to natal chart to find transit-to-natal aspects. Returns all 14 celestial bodies (the 10 classical planets, the lunar nodes, Chiron, and Black Moon Lilith) with signs, degrees, and speeds. When natal chart provided, includes transit aspects (transiting Sun conjunct natal Mars, etc.) with orbs and applying/separating status. Perfect for daily transit forecasts, aspect alerts, and personalized transit reports.

Parameters schema

{
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "format": "date",
      "example": "2025-12-19",
      "description": "Transit date in YYYY-MM-DD format (defaults to current date)"
    },
    "lang": {
      "enum": [
        "en",
        "tr",
        "de",
        "es",
        "hi",
        "pt",
        "fr",
        "ru"
      ],
      "type": "string",
      "default": "en",
      "example": "en",
      "description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English."
    },
    "time": {
      "type": "string",
      "format": "time",
      "example": "12:00:00",
      "description": "Transit time in HH:MM:SS format (defaults to current time)"
    },
    "compact": {
      "type": "boolean",
      "default": false,
      "description": "Set true to receive the exact same data in a token-optimized shape that is cheaper for you to read: whitespace is stripped and every array of same-shaped objects is encoded columnar as {\"__cols\":[field names],\"__rows\":[[values]]}, so each field name is sent once instead of once per row. Fully lossless (no field or value is dropped or changed) and typically 40 to 52 percent fewer tokens on large results. Prefer true whenever token or inference cost matters. Default false returns standard indented JSON."
    },
    "timezone": {
      "anyOf": [
        {
          "type": "number",
          "maximum": 14,
          "minimum": -14
        },
        {
          "type": "string"
        }
      ],
      "default": 0,
      "example": 0,
      "description": "Transit timezone: decimal hours from UTC OR IANA name (e.g. \"America/New_York\"). IANA resolved to the DST-correct offset for the transit date. Defaults to 0 (UTC)."
    },
    "natalChart": {
      "type": "object",
      "required": [
        "date",
        "time",
        "latitude",
        "longitude",
        "timezone"
      ],
      "properties": {
        "date": {
          "type": "string",
          "format": "date",
          "example": "1990-07-15",
          "description": "Date in YYYY-MM-DD format. A single-digit month or day is accepted and zero-padded (2026-3-5 becomes 2026-03-05). Impossible calendar dates are rejected."
        },
        "time": {
          "type": "string",
          "format": "time",
          "example": "14:30:00",
          "description": "Time in 24-hour format. Seconds are optional and default to 00 (14:30 becomes 14:30:00); a single-digit hour is zero-padded. Out-of-range values are rejected."
        },
        "latitude": {
          "type": "number",
          "example": 40.7128,
          "maximum": 90,
          "minimum": -90
        },
        "timezone": {
          "anyOf": [
            {
              "type": "number",
              "maximum": 14,
              "minimum": -14
            },
            {
              "type": "string"
            }
          ],
          "example": -5,
          "description": "Natal timezone: decimal hours OR IANA name (e.g. \"America/New_York\"). IANA resolved to the DST-correct offset for the natal date."
        },
        "longitude": {
          "type": "number",
          "example": -74.006,
          "maximum": 180,
          "minimum": -180
        }
      },
      "description": "Optional natal chart data to compare transits against"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Western Astrology MCP Server by RoxyAPI

1/7 registries
View full server →