You're viewing a demo portfolio

Join the waitlist
PRSM

post_astrology_aspects

Active

Tool of Western Astrology MCP Server by RoxyAPI

declared in 2.0.0

Calculate all major and minor aspects between planets for any date and time. Finds conjunctions (0°), oppositions (180°), trines (120°), squares (90°), sextiles (60°), and minor aspects. Returns aspect type, exact angle, orb, applying/separating status, and strength (0-100). Filter by specific planets or aspect types. Perfect for aspect tables, transit analysis, and aspect pattern detection. Uses standard Western astrology orbs.

Parameters schema

{
  "type": "object",
  "required": [
    "date",
    "time",
    "timezone"
  ],
  "properties": {
    "date": {
      "type": "string",
      "format": "date",
      "example": "1990-07-15",
      "description": "Date in YYYY-MM-DD format"
    },
    "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": "14:30:00",
      "description": "Time in HH:MM:SS format (24-hour)"
    },
    "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."
    },
    "planets": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "Sun",
        "Moon",
        "Mercury",
        "Venus",
        "Mars"
      ],
      "description": "Optional: specific bodies to calculate aspects for (defaults to all 14: the 10 classical planets, the lunar nodes, Chiron, and Black Moon Lilith)"
    },
    "timezone": {
      "anyOf": [
        {
          "type": "number",
          "maximum": 14,
          "minimum": -14
        },
        {
          "type": "string"
        }
      ],
      "example": -5,
      "description": "Timezone offset from UTC in decimal hours (NOT minutes format). Examples: New York EST = -5, India IST = 5.5 (NOT 5:30), Tokyo JST = 9. IMPORTANT: Use decimal format (5.5, not 5:30)."
    },
    "aspectTypes": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "CONJUNCTION",
        "OPPOSITION",
        "TRINE",
        "SQUARE"
      ],
      "description": "Optional: specific aspect types to find (defaults to all 9)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Western Astrology MCP Server by RoxyAPI

1/7 registries
View full server →
post_astrology_aspects — Western Astrology MCP Server by RoxyAPI — PRSM MCP