MCP server for the Aether-X Port Congestion Oracle - predictive port congestion signals for AI agents
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
claude mcp add aetherx-mcp -- uvx aetherx-mcp{
"mcpServers": {
"aetherx-mcp": {
"command": "uvx",
"args": ["aetherx-mcp"]
}
}
}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).
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.
[](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
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.