Airports
Server Details
Airports MCP — wraps AirportGap API (free, no auth required)
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 33.4% over 41 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-airports
- GitHub Stars
- 0
- Server Listing
- airports
TDQS
Scored across 34 tools
The server mixes two wildly different domains: airport tools (search_airports, get_airport, calculate_distance) and a massive Pipeworx data-routing platform. Within the platform, ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are near-identical routers whose boundaries are only distinguished by subtle grounding/beta semantics, and polymarket_arbitrage/polymarket_edges/polymarket_fill_risk/polymarket_edge_tracker heavily overlap. An agent could easily misselect among the ask_* family or the polymarket family.
Most tools follow a consistent snake_case verb_noun or domain_noun pattern (search_airports, get_airport, calculate_distance, resolve_entity, validate_claim, entity_profile). A few are noun-only (remember, recall, forget, subscribe) or use platform-prefixed names (ask_pipeworx_*, polymarket_*), but the convention is largely predictable.
34 tools is heavy and spans unrelated concerns (airports, meta-routing, memory, subscriptions, fact-checking, prediction markets, npm scanning, llms.txt generation). Several overlapping routers (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research) inflate the count without adding distinct capability.
Each domain is partially covered. The airport subset lacks flight status, routes, or airline lookup; the subscription domain has subscribe/unsubscribe/list/recent_alerts but no update; the memory domain is complete (remember/recall/forget). Broadly functional but with notable gaps an agent will hit.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "will-bitcoin-reach-100k-in-july-2026" - }, - { - "market": "https://polymarket.com/event/will-bitcoin-hit-150k-by-june-30-2026" - } -]New value: +[ + { + "market": "will-kristi-noem-win-the-2028-republican-presidential-nomination" + }, + { + "market": "https://polymarket.com/event/will-kristi-noem-win-the-2028-republican-presidential-nomination" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"will-bitcoin-hit-150k-by-june-30-2026\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k by June 30?\")"New value: +"Polymarket slug (\"will-kristi-noem-win-the-2028-republican-presidential-nomination\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
- Changed
polymarket_kalshi_spread2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "topic": "fed" - }, - { - "topic": "btc" - } -]New value: +[ + { + "topic": "fed" + }, + { + "topic": "btc" + }, + { + "topic": "bitcoin" + }, + { + "topic": "fed rate decision" + } +] - changed
Input schema / properties / topic / descriptionPrevious value: -"Pre-mapped: fed | btc | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president"New value: +"Subject to compare. Canonical keys: fed | btc | eth | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president — but aliases and keywords resolve too (\"bitcoin\", \"fed rate decision\", \"ethereum\", \"inflation\", \"s&p 500\", \"us recession\", \"next pope\", \"2028 election\"). Check resolution.topic_matched_by in the response: \"exact\"/\"alias\" is a curated pairing, \"phrase\"/\"token\" is a keyword guess."
1 tool update
- Changed
entity_profile3 fields changed- changed
Input schema / properties / type / descriptionPrevious value: -"Entity type. Only \"company\" supported today; person/place coming soon."New value: +"\"company\" or \"ticker\" — both are accepted and behave identically; `value` can be a ticker, CIK, or company name either way. person/place coming soon." - changed
Input schema / properties / type / enumPrevious value: -[ - "company" -]New value: +[ + "company", + "ticker" +] - changed
Input schema / properties / value / descriptionPrevious value: -"Ticker (e.g., \"AAPL\") or zero-padded CIK (e.g., \"0000320193\"). Names not supported — use resolve_entity first if you only have a name."New value: +"Ticker (e.g., \"AAPL\"), zero-padded CIK (e.g., \"0000320193\"), or company name (e.g., \"Moderna\") — names resolve via SEC EDGAR company-name match."
Related MCP Connectors
Aviationstack MCP — global flight + airport + airline data
FlightAware MCP — wraps FlightAware AeroAPI v4 (aeroapi.flightaware.com)
FlightStats MCP — wraps the Cirium FlightStats Flex API (api.flightstats.com/flex)
FAA Delays MCP — live US airport operational status (FAA, free, no auth).
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceResolve airport codes (IATA/ICAO/GPS/local), search airports, find the nearest by coordinate, and look up runways, navaids, and radio frequencies from the bundled public-domain OurAirports dataset via MCP.436 npm1Apache 2.0
- AlicenseNot gradedqualityBmaintenanceProvides live US airport operational status and delay data from the FAA, free and without authentication.4 npmMIT
- AlicenseAqualityAmaintenanceProvides flight search and details for Spanish AENA airports, combining public and authenticated APIs into one interface.339 npm1MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for fetching METAR and TAF aviation weather data for airports by ICAO code.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.