Skip to main content
ClaudeWave

MCP server for the Aether-X Port Congestion Oracle - predictive port congestion signals for AI agents

MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/18/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · aetherx-mcp
Claude Code CLI
claude mcp add aetherx-mcp -- uvx aetherx-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "aetherx-mcp": {
      "command": "uvx",
      "args": ["aetherx-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# aetherx-mcp

<!-- mcp-name: io.github.belegante-byte/aetherx-mcp -->

**MCP server for the [Aether-X Port Congestion Oracle](https://aether-x-oracle-production.up.railway.app)** — gives any MCP-compatible agent (Claude Desktop, Cursor, VS Code, custom LLM agents) predictive port congestion signals for global trade and quantitative finance.

## Install

```bash
pip install aetherx-mcp
# or run without installing (recommended for MCP clients):
uvx aetherx-mcp
```

## Configure your MCP client

### Claude Desktop (`claude_desktop_config.json`)

```json
{
  "mcpServers": {
    "aetherx-oracle": {
      "command": "uvx",
      "args": ["aetherx-mcp"],
      "env": { "RAPIDAPI_KEY": "SUA_RAPIDAPI_KEY" }
    }
  }
}
```

### Cursor (`~/.cursor/mcp.json`)

```json
{
  "mcpServers": {
    "aetherx-oracle": {
      "command": "uvx",
      "args": ["aetherx-mcp"],
      "env": { "RAPIDAPI_KEY": "SUA_RAPIDAPI_KEY" }
    }
  }
}
```

## Tools

| Tool | Arguments | Returns |
|------|-----------|---------|
| `get_port_risk` | `port_id` (UN/LOCODE) | Congestion score, ETA delay, waiting vessels, freight volatility |
| `get_ports_risk` | `port_ids` (list) | Same, for a whole portfolio, fetched in parallel |
| `list_supported_ports` | — | The 15 pre-seeded ports (id, name, country) |

Every response is a typed payload:

```json
{
  "port_id": "BRSSZ",
  "port_name": "Santos",
  "country": "Brasil",
  "congestion_score": 0.78,
  "eta_delay_days": 1.6,
  "waiting_vessels": 12,
  "freight_volatility_index": 0.42,
  "updated_at": "2026-09-17 15:46:53"
}
```

## Configuration

| Variable | Default | Description |
|----------|---------|-------------|
| `RAPIDAPI_KEY` | — | When set, requests are routed through the RapidAPI gateway (metered billing) |
| `RAPIDAPI_HOST` | `aether-x-port-congestion-oracle.p.rapidapi.com` | RapidAPI host |
| `AETHERX_BASE_URL` | `https://aether-x-oracle-production.up.railway.app` | Direct API base URL |

Without `RAPIDAPI_KEY`, the server calls the public production API directly.

## Example agent prompts

- *"What's the congestion risk at Santos right now?"*
- *"Rank these ports by congestion: BRSSZ, CNSHA, NLRTM, USLAX."*
- *"Which of my Asian ports has the highest freight volatility index?"*

## License

MIT — see [LICENSE](LICENSE). The signals are provided "AS IS" and do not constitute investment advice. See the [Terms of Service](https://aether-x-oracle-production.up.railway.app/terms).
ai-agentsllm-toolslogisticsmcpmcp-servermodel-context-protocolport-congestionpythonquantitative-financeshippingsupply-chain

What people ask about aetherx-mcp

What is belegante-byte/aetherx-mcp?

+

belegante-byte/aetherx-mcp is mcp servers for the Claude AI ecosystem. MCP server for the Aether-X Port Congestion Oracle - predictive port congestion signals for AI agents It has 0 GitHub stars and its last recorded update is dated 2026-09-17.

How do I install aetherx-mcp?

+

You can install aetherx-mcp by cloning the repository (https://github.com/belegante-byte/aetherx-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is belegante-byte/aetherx-mcp safe to use?

+

Our security agent has analyzed belegante-byte/aetherx-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains belegante-byte/aetherx-mcp?

+

belegante-byte/aetherx-mcp is maintained by belegante-byte. The last recorded GitHub activity is dated 2026-09-17, with 0 open issues.

Are there alternatives to aetherx-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy aetherx-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: belegante-byte/aetherx-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/belegante-byte-aetherx-mcp)](https://claudewave.com/repo/belegante-byte-aetherx-mcp)
<a href="https://claudewave.com/repo/belegante-byte-aetherx-mcp"><img src="https://claudewave.com/api/badge/belegante-byte-aetherx-mcp" alt="Featured on ClaudeWave: belegante-byte/aetherx-mcp" width="320" height="64" /></a>

More MCP Servers

aetherx-mcp alternatives