The Cirium FlightStats FIDS API powers airport flight information display systems by returning real-time arrivals and departures for a given airport. The API exposes two endpoints under https://api.flightstats.com — /flex/fids/rest/v1/{format}/{airport}/arrivals and /flex/fids/rest/v1/{format}/{airport}/departures — designed to feed terminal screens, mobile apps, and travel-itinerary tools. Authentication uses an appId plus appKey credential pair, supplied either as query parameters or HTTP headers, and the format path parameter selects JSON or XML responses.
2 endpointsThis is the Cirium Studios distribution of the FlightStats FIDS API, served from the developer.studios.cirium.io developer portal. The API exposes two endpoints over https://api.flightstats.com — /flex/fids/rest/v1/{format}/{airport}/arrivals and /flex/fids/rest/v1/{format}/{airport}/departures — for real-time airport arrivals and departures intended for FIDS display screens, mobile apps, and itinerary tools. Authentication uses an appId plus appKey pair, supplied either as query parameters or HTTP headers, identical in shape to the main Cirium FIDS distribution.
2 endpoints# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"find live events near a location"
# → Jentic returns the GET /events tool with parameter schema, agent executes.