← aether-grid.io

INDIVIDUAL MCP TOOL

list_supported_ports

List the 19 ports covered by the oracle (UN/LOCODE id, name, country).

aether-grid.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://aetherx.aether-grid.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_supported_ports and invoke it with your own arguments.

Indexed 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 server

aether-grid.io

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.aetherx-oracle]
url = "https://aetherx.aether-grid.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aetherx-oracle": {
      "type": "http",
      "url": "https://aetherx.aether-grid.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aetherx-oracle
Remote MCP URL: https://aetherx.aether-grid.io/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": {
    "aetherx-oracle": {
      "url": "https://aetherx.aether-grid.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aetherx-oracle": {
      "type": "http",
      "url": "https://aetherx.aether-grid.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aetherx-oracle",
  "transport": "streamable-http",
  "url": "https://aetherx.aether-grid.io/mcp"
}
MCP Inspector

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

Related tools

  • get_port_risk — Assess CURRENT congestion and delay risk at a single seaport.
  • get_ports_risk — Compare CURRENT congestion across several seaports in a single call.
  • get_port_trend — Get the short-horizon 24/48/72h congestion projection for a port.
  • get_port_state — [OBSERVATION TOOL] Return current verified multimodal physical state of a port.
  • get_physical_events — [OBSERVATION TOOL] Return temporal physical events for a port as a ChangePacket (physical-event.
  • request_m2m_key — [M2M SELF-SERVE TOOL] Request an instant 7-day trial M2M API Key.
  • evaluate_charter_risk — [DECISION TOOL] Evaluate charter risk and demurrage financial exposure under explicit assumptions.
  • evaluate_routing_alternatives — [DECISION TOOL] Evaluate and compare physical logistics conditions between two ports.