CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

flights

pipeworx-io/mcp-flights
1 toolsHTTPregistry active
Summary

Wraps the OpenSky Network API to give Claude real-time access to flight tracking data without needing API keys or authentication. Hosted by Pipeworx as a standalone server or available as part of their larger gateway that bundles 673+ data sources. Includes an ask_pipeworx tool that lets you query flight data in plain English instead of calling structured endpoints directly. Good fit if you want to build flight tracking features into an AI workflow or need to answer questions about aircraft positions, arrivals, and departures without managing API credentials yourself.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

1 tools
search_flightsSearch real flight results from Google Flights. Returns best_flights (top picks), other_flights (alternatives), and price_insights (typical price range, historical pricing).20 params

Search real flight results from Google Flights. Returns best_flights (top picks), other_flights (alternatives), and price_insights (typical price range, historical pricing).

Parameters* required
glstring
Two-letter country code for localization (e.g. 'us', 'gb').
hlstring
Two-letter language code (e.g. 'en', 'es').
typeinteger
Trip type. 1 = round trip (default; requires return_date), 2 = one way, 3 = multi-city.one of 1 · 2 · 3
stopsinteger
Stop preference. 0 = any (default), 1 = nonstop only, 2 = 1 stop or fewer, 3 = 2 stops or fewer.one of 0 · 1 · 2 · 3
adultsinteger
Adult passengers (default 1).
sort_byinteger
Sort order. 1 = top flights (default), 2 = price, 3 = departure time, 4 = arrival time, 5 = duration, 6 = emissions.one of 1 · 2 · 3 · 4 · 5 · 6
childreninteger
Child passengers (default 0).
currencystring
Currency code for prices (default USD).
max_priceinteger
Maximum ticket price (in chosen currency).
arrival_idstring
Arrival airport IATA code (e.g. 'LAX', 'LHR'). Comma-separate for multiple destinations.
deep_searchboolean
Enable deep search for more comprehensive results (slower).
return_datestring
Return date in YYYY-MM-DD. Required if type=1 (round trip).
departure_idstring
Departure airport IATA code (e.g. 'JFK', 'SFO'). Comma-separate for multiple origins.
max_durationinteger
Maximum total flight duration in minutes.
travel_classinteger
Cabin class. 1 = economy (default), 2 = premium economy, 3 = business, 4 = first.one of 1 · 2 · 3 · 4
outbound_datestring
Outbound departure date in YYYY-MM-DD format.
infants_on_lapinteger
Lap infants (default 0).
infants_in_seatinteger
Infants in seat (default 0).
exclude_airlinesstring
Exclude specific airlines. Comma-separated codes or alliances.
include_airlinesstring
Restrict to specific airlines. Comma-separated 2-letter IATA codes (e.g. 'AA,DL') or alliance names ('STAR_ALLIANCE', 'SKYTEAM', 'ONEWORLD').

mcp-flights

Flights MCP — wraps OpenSky Network API (free, no auth required)

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

ToolDescription

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "flights": {
      "url": "https://gateway.pipeworx.io/flights/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Flights data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • All tools and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedApr 3, 2026
View on GitHub