← roxyapi.com
INDIVIDUAL MCP TOOL
post_forecast_digest
Roll the cross-domain forecast for a single birth subject into four pre-summarized windows: the next 24 hours, 7 days, 30 days, and 90 days from the start date.
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
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-forecast]
url = "https://roxyapi.com/mcp/forecast"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"roxy-forecast": {
"type": "http",
"url": "https://roxyapi.com/mcp/forecast"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: roxy-forecast
Remote MCP URL: https://roxyapi.com/mcp/forecast
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-forecast": {
"url": "https://roxyapi.com/mcp/forecast"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"roxy-forecast": {
"type": "http",
"url": "https://roxyapi.com/mcp/forecast"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "roxy-forecast",
"transport": "streamable-http",
"url": "https://roxyapi.com/mcp/forecast"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
post_forecast_timeline— Build one time-ordered forecast for a single birth subject by merging upcoming events across three domains: western transit-to-natal aspects, sign ingresses, retrograde stations, eclipses, and new and full moons; biorhythm critical days; and vedic Vimshottari mahadasha, antardasha, and pratyantardasha boundaries.post_forecast_transits— Forecast the western astrology events for a single birth chart over a window up to 90 days: every transit-to-natal major aspect refined to its exact instant, every transiting planet sign ingress, every retrograde or direct station, every solar and lunar eclipse, and every New and Full Moon.post_forecast_significant_dates— Return only the high-significance dates from the merged cross-domain forecast for a single birth subject: the rare outer-planet exact transit aspects, slow-planet sign ingresses, retrograde stations, and Vimshottari mahadasha and antardasha changes that mark genuine turning points.post_forecast_solar_return— Cast the solar return chart for one subject and year: the chart erected for the exact moment the transiting Sun returns to its natal ecliptic longitude, the foundational technique for annual astrological forecasting.