Astrology Forecast MCP Server by RoxyAPI
Server Details
Astrology transit forecasts, timelines and significant-date feeds for AI agents.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 5 of 5 tools scored.
Each tool targets a distinct aspect of astrology forecasting: digest for summarized windows, significant dates for high-impact events, solar return for annual chart, timeline for merged multi-domain forecast, and transits for western events. No overlap.
All tools follow the consistent pattern 'post_forecast_<descriptive_noun>' using snake_case, making it predictable for an agent to infer tool purpose.
Five tools cover the core forecasting needs (digest, significant dates, solar return, timeline, transits) without being too few or too many, well-scoped for the server's purpose.
The server provides a comprehensive forecast surface including quick overviews, high-significance alerts, annual chart, multi-domain timelines, and detailed transit events, leaving no obvious gaps for a forecast-oriented server.
Available Tools
5 toolspost_forecast_digestForecast digest - Pre-summarized next 24h, 7d, 30d, and 90d rollupsAInspect
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. Each window returns its event count, a per-domain count breakdown, a per-type count breakdown, and the top highest-significance events. Built for a glanceable what-is-coming strip so a caller can render the upcoming highlights without scanning the full event list.
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Number of highest-significance events to surface per window. Defaults to 3, capped at 20. | |
| lang | No | Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English. | en |
| domains | No | Which forecast domains to include before rolling up the windows. Defaults to all three. | |
| birthData | Yes | The single birth subject this digest is built for. One object only, never an array. | |
| startDate | No | Start anchor for every window in YYYY-MM-DD format. The next 24h, 7d, 30d, and 90d windows are measured forward from this date at 00:00:00 UTC. Defaults to today in UTC. | |
| domainWeights | No | Per-domain significance multipliers applied before the significance floor and event cap. Bias which domains survive filtering and the cap. Omitted domains default to a weight of 1. Valid keys are western, vedic, and biorhythm. | |
| minSignificance | No | Drop events scoring below this significance threshold from 0 to 100 before the rollup. Defaults to 0. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It describes the output format (event counts, top events) and the rollup process, but does not explicitly state that the tool is read-only or mention error handling, defaults for parameters like startDate, or performance considerations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, front-loaded with the core purpose, followed by output details and use case. Every sentence provides value with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 7 parameters, nested objects, and no output schema, the description covers key aspects: the four windows, output breakdown, and use case. However, it does not specify exact output keys or response structure, which might be needed for full agent comprehension.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description adds context about the overall output (e.g., per-domain breakdown) but does not add significant semantic value beyond the parameter descriptions already in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: rolling a cross-domain forecast into four pre-summarized windows (24h, 7d, 30d, 90d) with event counts and top significance events. It distinguishes from sibling tools by positioning itself as a glanceable digest, contrasting with full event list tools like post_forecast_timeline.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for quick overviews ('glanceable what-is-coming strip'), but does not explicitly state when to use this versus alternatives like post_forecast_transits or post_forecast_significant_dates. Lacks explicit when-not guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
post_forecast_significant_datesSignificant dates - High-significance cross-domain forecast highlightsAInspect
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. Defaults to a significance floor of 70 so the response is a short list of the most meaningful upcoming dates. Built for what-is-coming highlights, timing alerts, and at-a-glance forecast strips.
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English. | en |
| domains | No | Which forecast domains to consider before filtering by significance. Defaults to all three. | |
| endDate | No | Last day of the window in YYYY-MM-DD format. Defaults to startDate plus 30 days. Clamped to a maximum of 90 days from startDate. | |
| birthData | Yes | The single birth subject this forecast is built for. One object only, never an array. | |
| startDate | No | First day of the window in YYYY-MM-DD format. Defaults to today in UTC. | |
| domainWeights | No | Per-domain significance multipliers applied before the significance floor and event cap. Bias which domains survive filtering and the cap. Omitted domains default to a weight of 1. Valid keys are western, vedic, and biorhythm. | |
| minSignificance | No | Significance floor from 0 to 100 for what counts as a significant date. Defaults to 70. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for disclosing behavior. It explains that it returns only high-significance dates, defaults to a significance floor of 70, and lists event types. However, it does not cover unexpected behavior (e.g., empty results, error handling, or response structure), leaving gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four sentences, each adding value: purpose, default behavior, use cases. No redundancy, well-structured, and front-loaded with key information. Slight room for improvement by explicitly mentioning output format.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool complexity (7 params, nested objects, no output schema), the description explains the filtering logic and purpose but lacks details on the response format, error conditions, or edge cases. Schema descriptions compensate for parameter details, but overall completeness is adequate but not comprehensive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds context about the significance floor and the types of events, but the schema already documents parameters thoroughly. Thus the description adds marginal semantic value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: returning only high-significance dates from a merged cross-domain forecast for a single birth subject, listing specific event types (outer-planet aspects, sign ingresses, etc.). It distinguishes itself from sibling tools by emphasizing the significance filtering and the specific use cases (highlights, alerts, strips).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for 'highlights, timing alerts, and at-a-glance forecast strips' but does not explicitly contrast with sibling tools or state when not to use it. Sibling names like 'post_forecast_timeline' and 'post_forecast_digest' suggest scope differences, but the description does not provide exclusion criteria or comparative guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
post_forecast_solar_returnSolar return chart - Annual birthday forecast chart for a single subjectAInspect
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. Returns the full tropical chart with planetary positions, house cusps, aspects, Ascendant, and Midheaven. Location-sensitive: pass the birthplace to anchor the chart to natal geography, or the current city for a relocated solar return where the houses and Ascendant shift to where you are on your birthday. Built for year-ahead forecast tools, birthday charts, and annual horoscope features.
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Birth date in YYYY-MM-DD format. Anchors the natal Sun longitude the transiting Sun returns to each year. | |
| lang | No | Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English. | en |
| time | Yes | Birth time in 24-hour HH:MM:SS format. Pins the exact natal Sun position that defines the solar return moment. | |
| year | Yes | Year to cast the solar return for. The chart is erected for the moment in this year when the transiting Sun returns to the natal Sun longitude, on or within a day of the birthday. | |
| latitude | Yes | Latitude of the solar return location in decimal degrees. The solar return is location-sensitive: use the birthplace to anchor the chart to natal geography, or the current city for a relocated solar return. | |
| timezone | Yes | Decimal hours (e.g. 5.5 for IST, -5 for EST) OR IANA name (e.g. "America/New_York", "UTC"). IANA is resolved to the DST-correct offset for the request date. Invalid timezones return 400 with a validation error. | |
| longitude | Yes | Longitude of the solar return location in decimal degrees. Sets the local sidereal time, so it drives the Ascendant, Midheaven, and house cusps of the return chart. | |
| houseSystem | No | House system for the return chart. placidus is the Western default. whole-sign, equal, and koch are also supported. | placidus |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses what the tool returns (full tropical chart with positions, houses, aspects, Ascendant, Midheaven) and location sensitivity. No annotations provided, so description carries full burden. Does not mention potential errors or rate limits, but covers key behavioral aspects adequately.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three well-structured sentences, each essential: definition, returned elements, and usage context. Front-loaded with key information, no fluff. Efficiently conveys all necessary information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description appropriately lists returned chart components. Covers use cases and location behavior. For a complex tool with 8 parameters, the description is complete and actionable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with detailed parameter descriptions including examples and explanations. The tool-level description reinforces location sensitivity but does not add significant meaning beyond the rich schema. Baseline 3 is appropriate as the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool casts a solar return chart for one subject and year, explaining the astronomical basis (transiting Sun returns to natal longitude). It distinguishes from siblings by focusing on this specific annual forecasting technique, using specific verbs like 'Cast' and 'Returns'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides clear context for when to use: 'built for year-ahead forecast tools, birthday charts, and annual horoscope features.' Explains location-sensitive usage (birthplace vs. current city). Does not explicitly exclude alternatives or state when not to use, but the context is sufficient for selection among siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
post_forecast_timelineCross-domain forecast timeline - Transits, ingresses, stations, dasha changes, critical daysAInspect
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. The window is clamped to 90 days and events are capped and scored by significance. Built for what-is-coming dashboards, daily and weekly forecast feeds, and timing tools.
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English. | en |
| domains | No | Which forecast domains to include. Defaults to all three. Pass a subset to scope the timeline to one or two engines. | |
| endDate | No | Last day of the forecast window in YYYY-MM-DD format. Defaults to startDate plus 30 days. The window is clamped to a maximum of 90 days from startDate. | |
| birthData | Yes | The single birth subject this forecast is built for. One object only, never an array. | |
| startDate | No | First day of the forecast window in YYYY-MM-DD format. Defaults to today in UTC. | |
| domainWeights | No | Per-domain significance multipliers applied before the significance floor and event cap. Bias which domains survive filtering and the cap. Omitted domains default to a weight of 1. Valid keys are western, vedic, and biorhythm. | |
| minSignificance | No | Drop events scoring below this significance threshold from 0 to 100. Defaults to 0, keeping all events. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden. It discloses clamping to 90 days, event capping, and significance scoring, which are important behavioral traits. It does not cover rate limits or auth, but the core behaviors are transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single paragraph that is well-structured and front-loaded with the main action. It is concise but could be slightly more compact. It earns a 4.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (7 params, nested objects, no output schema), the description explains merging, clamping, and filtering, but does not describe the return format or event structure. This gap lowers the score.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already provides detailed explanations. The description adds context about merging domains and single subject, but does not significantly enhance understanding beyond the schema. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: building a time-ordered forecast merging events from three specified domains (western, vedic, biorhythm). It distinguishes itself from sibling tools by emphasizing merging and ordering, and the title explicitly lists the event types.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description mentions it is 'built for what-is-coming dashboards, daily and weekly forecast feeds, and timing tools', providing use cases. However, it does not explicitly state when to avoid using this tool or compare it to siblings like post_forecast_transits.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
post_forecast_transitsWestern astrology forecast - aspects, ingresses, stations, eclipses, moon phasesAInspect
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. Returns a time-ordered, significance-scored timeline. Built for astrology forecast feeds, transit alerts, and timing tools.
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English. | en |
| endDate | No | Last day of the transit window in YYYY-MM-DD format. Defaults to startDate plus 30 days. Clamped to a maximum of 90 days from startDate. | |
| birthData | Yes | The single birth subject this transit forecast is built for. One object only, never an array. | |
| startDate | No | First day of the transit window in YYYY-MM-DD format. Defaults to today in UTC. | |
| minSignificance | No | Drop transit events scoring below this significance threshold from 0 to 100. Defaults to 0. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that events are time-ordered and significance-scored, and the window is up to 90 days. It does not cover authorization or side effects, but for a read-only forecast tool, these are not critical. The description adds meaningful behavioral context beyond the tool name.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core action, and every phrase adds value. No redundant information or fluff. Excellent structure for quick comprehension.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (5 parameters, nested object, no output schema), the description provides a solid overview of what the tool returns and its intended use. It could mention pagination or error handling, but for a forecasting tool, the level of detail is adequate and functional.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% at the parameter level, so the description is not required to add param details. The description does not elaborate on individual parameters but explains how they contribute to the overall forecast. This meets the baseline expectation for full schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description precisely identifies the tool's function: forecasting western astrology events (aspects, ingresses, stations, eclipses, moon phases) for a single birth chart over up to 90 days. It distinguishes from siblings by specifying the exact event types and mentions 'birth chart' which is unique among sibling tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states the tool is 'Built for astrology forecast feeds, transit alerts, and timing tools,' providing clear intended use cases. However, it does not explicitly exclude when not to use it or directly compare to siblings, though the context implies it is for detailed transit events rather than digest or significant dates.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!