← roxyapi.com

INDIVIDUAL MCP TOOL

get_astrology_planet_meanings_id

Retrieve comprehensive planet interpretation for any astrological planet using lowercase ID (e.

roxyapi.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

roxyapi.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.roxy-astrology]
url = "https://roxyapi.com/mcp/astrology"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "roxy-astrology": {
      "type": "http",
      "url": "https://roxyapi.com/mcp/astrology"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: roxy-astrology
Remote MCP URL: https://roxyapi.com/mcp/astrology

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "roxy-astrology": {
      "url": "https://roxyapi.com/mcp/astrology"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "roxy-astrology": {
      "type": "http",
      "url": "https://roxyapi.com/mcp/astrology"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "roxy-astrology",
  "transport": "streamable-http",
  "url": "https://roxyapi.com/mcp/astrology"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_astrology_signs — Returns all 12 tropical zodiac signs (Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricorn, Aquarius, Pisces) with essential information: name, symbol, element (fire, earth, air, water), date ranges, and short descriptions.
  • get_astrology_signs_id — Retrieve comprehensive zodiac sign information for any astrological sign using lowercase ID (e.
  • get_astrology_planet_meanings — Returns all 14 astrological bodies (the 10 classical planets Sun through Pluto, the lunar nodes, Chiron, and Black Moon Lilith) with essential meanings: name, symbol, tagline, category (personal/social/generational), ruling sign, and short descriptions.
  • post_astrology_natal_chart — Calculate complete Western astrology natal chart (birth chart) with tropical zodiac.
  • post_astrology_planets — Calculate accurate tropical zodiac positions for all 14 celestial bodies (the 10 classical planets Sun through Pluto, the lunar nodes, Chiron, and Black Moon Lilith) for any date, time, and location.
  • get_astrology_moon_phase_current — Get current moon phase with illumination percentage, lunar age (days since new moon), zodiac sign, and distance from Earth.
  • get_astrology_moon_phase_upcoming — Get upcoming moon phase transitions (New Moon, First Quarter, Full Moon, Last Quarter) for the next weeks/months.
  • get_astrology_moon_phase_calendar_year_month — Get complete lunar calendar showing moon phase and illumination for every day of a specific month.