MCP Directory

gregario/astronomy-oracle

GitHub
Other

Accurate astronomical catalog data and observing session planner. 13,000+ deep-sky objects from OpenNGC with deterministic visibility, rise/transit/set, and alt/az calculations. `npx astronomy-oracle`

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx astronomy-oracle

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from gregario/astronomy-oracle your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "astronomy-oracle": {
      "command": "npx",
      "args": [
        "astronomy-oracle"
      ]
    }
  }
}

Route gregario/astronomy-oracle intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add astronomy-oracle

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use gregario/astronomy-oracle directly without routing

npx astronomy-oracle

New to Agent-CoreX? View setup guide →

gregario/astronomy-oracle MCP Server — Agent-CoreX