← ephemengine.com

INDIVIDUAL MCP TOOL

find_aspect_dates

Exact dates a transiting body makes an aspect, within a range: to a fixed longitude OR to another transiting body.

ephemengine.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

ephemengine.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.ephemengine-com]
url = "https://www.ephemengine.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ephemengine-com": {
      "type": "http",
      "url": "https://www.ephemengine.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ephemengine-com
Remote MCP URL: https://www.ephemengine.com/api/mcp

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": {
    "ephemengine-com": {
      "url": "https://www.ephemengine.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ephemengine-com": {
      "type": "http",
      "url": "https://www.ephemengine.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ephemengine-com",
  "transport": "streamable-http",
  "url": "https://www.ephemengine.com/api/mcp"
}
MCP Inspector

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

Related tools

  • natal_chart — A person's birth chart.
  • current_sky — The sky at a moment and place — not tied to any person.
  • sky_view — Where the visible bodies land in a framed photo of the sky, for an image prompt.
  • sky_view_sequence — A time sequence of sky frames for an animation: the same place, aim, and lens stepped through time.
  • synthetic_validate — Check an authored synthetic celestial system for ill-defined inputs: duplicate body ids, non-positive periods, out-of-range eccentricity, or a dangling observer.
  • synthetic_positions — Positions of every body in an authored synthetic system at one instant.
  • synthetic_sky_view — Sky View for a mix of real and synthetic bodies: register the authored system on an ephemeral engine, then frame the visible sky like sky_view.
  • transits — Transiting planets vs natal chart: aspects within orb (applying/separating), natal house per transiting body.