← seeksat.com

INDIVIDUAL MCP TOOL

get_pass_chart

Render a polar sky chart (PNG) of a satellite's pass over a location - where to look, with the moon, planets, and stars in their real positions.

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: seeksat-com
Remote MCP URL: https://seeksat.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": {
    "seeksat-com": {
      "url": "https://seeksat.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_satellites — List the satellites this server can track, with each one's current TLE freshness.
  • find_passes — List ALL upcoming passes of one satellite over a location, ranked by a quality score.
  • get_position — Get the current (or at a given time) sub-point latitude/longitude, altitude, and sunlit state of a satellite.
  • next_visible_pass — Convenience shortcut: the single next good visible pass of one satellite from a location.
  • get_pass_weather — Cloud-cover forecast and viewing probability for a location at a given time.
  • best_pass — Find the best upcoming pass(es) over a location, ranked by quality.