CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

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

Claude Code Marketplaces

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
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

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

Independent project, not affiliated with Anthropic

Airtreks Mcp

sekeener/airtreks-mcp
STDIOregistry active
Summary

Gives Claude direct access to AirTreks' multi-city flight routing engine with tools for validating alliance itineraries, detecting dead legs, and planning RTW trips across 60+ carriers. The free tier handles route planning, validation, hub checks, and fare product matching without an API key. Register for access to trip_idea_create, which hands off complex itineraries to human consultants by creating entries in AirTreks' APEX system. Useful when you need to route complex international trips, validate Star Alliance or oneworld routings, identify surface sectors that save money, or get carrier recommendations for custom multi-stop builds. Available as a remote endpoint or stdio package.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
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 →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
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 →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
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 →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Registryactive
Packageairtreks-mcp
TransportSTDIO
UpdatedJun 2, 2026
View on GitHub

AirTreks MCP Server

Complex multi-city flight routing intelligence for AI agents. Plan round-the-world trips across 60+ carriers, validate alliance routings, get carrier recommendations, identify surface sector savings, and hand off to human consultants.

Live endpoint: https://mcp.airtreks.com/mcp

Tools

Free (no API key needed, 100 req/day)

ToolDescription
plan_routePrimary entry point — give it cities, it evaluates Star Alliance RTW, oneworld RTW, and custom mixed-carrier builds, then recommends the best approach
route_validateValidate a multi-city routing — checks alliance rules, dead legs, poison carriers, bookability
route_suggestGet 3 suggested routings by region, direction, and alliance
hub_checkBest connection between two airports — dead leg detection + hub fixes
fare_product_matchRecommend fare type: RTW, Circle Pacific/Atlantic, Open Jaw, or Custom
custom_route_buildBreak complex itineraries into individually-ticketable segments with carrier recommendations

API Key Required

ToolDescription
trip_idea_createHand off to an AirTreks human consultant by creating a trip idea in APEX

Register for an API key: POST https://mcp.airtreks.com/register with {"email": "you@example.com"}

Connect

Remote (recommended)

Add to Claude Desktop, Cursor, or any MCP client:

{
  "mcpServers": {
    "airtreks": {
      "url": "https://mcp.airtreks.com/mcp"
    }
  }
}

Local (stdio)

npx airtreks-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "airtreks": {
      "command": "npx",
      "args": ["airtreks-mcp"]
    }
  }
}

Try It

Ask your AI agent:

Plan a round-the-world trip: New York → London → Dubai → Bangkok → Tokyo → San Francisco

Rate Limits

  • Free: 100 requests/day per IP (no key needed)
  • Registered: Higher limits with API key
  • trip_idea_create requires an API key

Data Sources

  • Alliance members and poison carriers from AirTreks routing intelligence
  • Dead legs and hub rules from RTW pricing analysis (53 dead legs, 1,400+ failures)
  • 20 proven routing templates from top AirTreks bookings
  • Fare product rules from consultant knowledge

Endpoints

PathDescription
/mcpMCP protocol endpoint (streamable HTTP)
/healthHealth check
/registerGet an API key (POST)
/Server info

License

AGPL-3.0-only