You're viewing a demo portfolio

Join the waitlist
PRSM

post_astrology_relocation_chart

Active

Tool of Western Astrology MCP Server by RoxyAPI

declared in 2.0.0

Calculate a relocation chart (relocated birth chart) for a new place on Earth. The birth moment stays the same, so every planet keeps its natal sign and degree, while the Ascendant, Midheaven, Vertex, and all twelve house cusps are recomputed for the new latitude and longitude. Returns the relocated houses and angles, the planets that change house, the angular planets activated at the new place, and the distance and compass direction from the birthplace. Built for relocation astrology readings, astrocartography style move planning, and travel charts. Verified against NASA JPL Horizons.

Parameters schema

{
  "type": "object",
  "required": [
    "date",
    "time",
    "timezone",
    "birthLatitude",
    "birthLongitude",
    "relocationLatitude",
    "relocationLongitude"
  ],
  "properties": {
    "date": {
      "type": "string",
      "format": "date",
      "example": "1961-08-04",
      "description": "Birth date in YYYY-MM-DD format. The birth moment is unchanged by relocation, so this still defines the planetary positions of the chart."
    },
    "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": "19:24:00",
      "description": "Birth time in 24-hour HH:MM:SS format. Combined with the timezone it fixes the exact birth instant, which the relocated angles and houses are recomputed for."
    },
    "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"
        }
      ],
      "example": -10,
      "description": "Birth timezone: decimal hours from UTC (e.g. -5 for EST, 5.5 for IST) OR IANA name (e.g. \"America/New_York\"). Resolved to the DST-correct offset for the birth date. This is the birthplace timezone, not the new location timezone."
    },
    "houseSystem": {
      "enum": [
        "placidus",
        "whole-sign",
        "equal",
        "koch"
      ],
      "type": "string",
      "default": "placidus",
      "example": "placidus",
      "description": "House system for dividing the relocated chart into 12 houses. Placidus (default) is time-sensitive and most popular in Western astrology. Whole Sign assigns one sign per house. Equal divides into 30 degree segments from the Ascendant. Koch emphasizes higher latitudes. Quadrant systems fall back to Whole Sign above the polar circle."
    },
    "birthLatitude": {
      "type": "number",
      "example": 21.3069,
      "maximum": 90,
      "minimum": -90,
      "description": "Birthplace latitude in decimal degrees (-90 to 90). Used for the original natal angles and houses that the relocated chart is compared against."
    },
    "birthLongitude": {
      "type": "number",
      "example": -157.8583,
      "maximum": 180,
      "minimum": -180,
      "description": "Birthplace longitude in decimal degrees (-180 to 180). Positive East, negative West."
    },
    "relocationLatitude": {
      "type": "number",
      "example": 40.7167,
      "maximum": 90,
      "minimum": -90,
      "description": "New location latitude in decimal degrees (-90 to 90). The relocated Ascendant and house cusps are most sensitive to north-south movement."
    },
    "relocationLongitude": {
      "type": "number",
      "example": -74.006,
      "maximum": 180,
      "minimum": -180,
      "description": "New location longitude in decimal degrees (-180 to 180). The relocated Midheaven shifts roughly one degree per degree of longitude moved."
    }
  }
}

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_relocation_chart — Western Astrology MCP Server by RoxyAPI — PRSM MCP