VREME
📅

Get Astro Calendar

Category: Astrology Tools

ASTRO CALENDAR: Get astrology calendar for a date range in user's timezone. Returns sun ingresses and moon phases with local times and human-readable descriptions perfect for LLM presentation.

Parameters

from_datestringRequired

Start date (YYYY-MM-DD)

to_datestringRequired

End date (YYYY-MM-DD)

timezonestringRequired

IANA timezone for local times

include_event_typesarrayOptional

Event types to include (default: all)

Returns

events:Array of events with local times and descriptions

Example

get_astro_calendar(from_date='2024-12-01', to_date='2024-12-31', timezone='America/New_York')

Try It Now

This tool is available in the Vreme MCP server. Install via:

npx -y @vreme/temporal-mcp

Or add to your Claude Desktop, VS Code, Continue, or Cline configuration. See installation guide.