Polymarket, GDELT, OpenSky, Cloudflare Radar unified as one MCP server.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An async MCP server unifying prediction markets, global news events, aviation state, and internet-infrastructure telemetry into one alternative-data layer for macro and financial analysis.
Status: Beta — ready for production use; public API may still shift before 1.0.
Alternative data — prediction-market odds, real-time geopolitical event streams, live aviation transponder data, and internet-infrastructure telemetry — is increasingly central to macro and financial analysis. Each source has its own API shape, authentication model, and update cadence, making it tedious to wire them together for every new project.
global-sentinel-mcp closes that gap by wrapping four public data feeds behind
a single Model Context Protocol (MCP) interface. An LLM agent can ask
probability, event, aviation-state, and internet-telemetry questions in one
place, without knowing the upstream API details. It also exposes a composite
macro alert tool that fuses news events and outage annotations into one
convergence signal with a human-readable explanation.
The server is fully async (httpx.AsyncClient with retry transport), returns
typed Pydantic v2 models for every response and error, ships a TTL cache per
source to stay within upstream rate limits, and installs in one command over
stdio — no web server required.
| Tool | Data Source | What it returns |
|---|---|---|
get_prediction_odds | Polymarket | Ranked event odds (probability %, volume, end date) for a query |
get_prediction_event_by_id | Polymarket | Odds for a specific event id or slug |
lookup_aircraft_state | OpenSky Network | Latest ADS-B state for a tail number (N-Number) or ICAO24 hex |
convert_nnumber | — (offline) | Pure-Python FAA N-Number ↔ ICAO24 conversion, no network needed |
get_global_events | GDELT 2.0 | High-impact events for a country, ranked by Goldstein scale |
check_network_anomalies | Cloudflare Radar | BGP hijacks + leaks and regional outage annotations |
get_macro_alert | GDELT + Cloudflare | Composite convergence signal with explanation string |
Or install from PyPI:
The server speaks MCP JSON-RPC over stdio.
Add to claude_desktop_config.json (see claude_desktop_config.example.json):
Add to .cursor/mcp.json:
| Variable | Required for | Description |
|---|---|---|
OPENSKY_CLIENT_ID | aviation (OAuth2, preferred) | OpenSky OAuth2 client id — register free |
OPENSKY_CLIENT_SECRET | aviation (OAuth2, preferred) | OpenSky OAuth2 client secret |
OPENSKY_USERNAME | aviation (legacy) | OpenSky Basic Auth username (pre-2025 accounts) |
OPENSKY_PASSWORD | aviation (legacy) | OpenSky Basic Auth password |
CLOUDFLARE_API_TOKEN | BGP + outages | Cloudflare API token with Radar read permissions |
LOG_LEVEL | — | Python log level (DEBUG / INFO / WARNING / ERROR). Default INFO. |
Polymarket and GDELT tools require no authentication. Anonymous OpenSky is allowed but heavily rate-limited.
Crowd-sourced prediction market data. Token prices reflect the crowd's
estimated probability of future events. No API key required. Events expose
outcomes and outcomePrices as JSON-encoded strings — the client parses the
"Yes" leg and returns it as probability_pct.
Docs
The world's largest open-access global news event database, updated every 15 minutes. Events are coded with actors, event types, Goldstein conflict/cooperation scores, and geographic coordinates. Per publish cycle the server downloads and parses the 5 MB export zip exactly once, then answers all country queries from an in-memory DataFrame cache. Docs
Public ADS-B flight tracking from a global network of volunteer receivers. Returns real-time position, altitude, velocity, and on-ground status for any aircraft with a Mode S transponder. Post-2025 the service moved to OAuth2 client-credentials; this server handles token refresh automatically and falls back to Basic Auth (legacy) or anonymous if credentials are absent. Docs
Internet-infrastructure telemetry from Cloudflare's global network. Covers BGP
routing anomalies (/bgp/hijacks/events, /bgp/leaks/events) and regional
outage annotations (/annotations/outages, formerly "traffic anomalies",
renamed by Cloudflare in 2024). Requires a free Cloudflare API token.
Docs
See CONTRIBUTING.md for setup instructions, branch naming conventions, testing requirements, and code style guidelines.
MIT — Copyright (c) 2026 ykshah1309
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/global-sentinel-mcp)<a href="https://allmcps.com/mcp/global-sentinel-mcp"><img src="https://allmcps.com/api/badge/global-sentinel-mcp?style=directory" alt="Global Sentinel MCP on AllMCPs" /></a>