airspace_activity
Pack: opensky · Endpoint: https://gateway.pipeworx.io/opensky/mcp
Summary of live flight activity over a named region — total aircraft count, by-country breakdown of operators, average altitude, ground vs in-air split. Built for “is airspace open / closed” style geopolitical bets (Polymarket “Iran closes its airspace by X”, “Strait of Hormuz traffic returns to normal”, “Russia closes airspace”). Supported regions: Iran, Israel, Syria, Ukraine, Russia, Taiwan, North Korea, South China Sea, Yemen, Strait of Hormuz, Taiwan Strait, Red Sea, Saudi Arabia, Gulf of Aden, Lebanon.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
region | string | yes | Region name (case-insensitive). Use one of the named regions above, or use get_states with an icao24 filter for custom areas. |
Example call
curl -X POST https://gateway.pipeworx.io/opensky/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"airspace_activity","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"opensky": {
"url": "https://gateway.pipeworx.io/opensky/mcp"
}
}
}
See Getting Started for client-specific install steps.