Model Context Protocol · NDC APIs

TPConnects MCP Server

Bridge the gap between AI assistants and airline NDC APIs. Search flights, get real-time pricing, and create bookings — all through natural language via the Model Context Protocol.

Everything you need to ship flightbooking AI

A complete toolchain for AI assistants to search, price, and book flights via the Model Context Protocol.

Real-Time Flight Search

Search available flights across airlines with flexible date, route, and passenger options. Supports one-way and round-trip with adults, children, and infants.

Confirmed Pricing

Get verified, up-to-date pricing for any flight offer including full tax breakdown, baggage allowances, fare details, and penalty rules.

Instant Booking

Create flight bookings directly through your AI assistant. Collects passenger details, contact info, and processes the reservation end-to-end.

View Orders

Check existing flight bookings. Retrieve order details including booking references, passenger info, flight segments, and payment status.

Available Tools

MCP tools. Endless flight workflows.

Each tool is exposed via MCP and callable by any compatible AI client.

Flight Search3 required · 5 optional

Search for available flights between two airports on a given date. Supports one-way and round-trip searches with multiple passenger types (ADT/CHD/INF). Returns flight offers with prices, segments, baggage, fare details, and penalty rules.

Get Price Offer6 required · 0 optional

Get the confirmed price for a specific flight offer from a previous search. Returns detailed pricing with tax breakdown, baggage, fare details, and penalty rules.

Create Order12 required · 0 optional

Create a flight booking order for a previously priced offer. Requires offer details, passenger information, and contact details. Returns booking references, order ID, status, and pricing.

View Orders1 required · 0 optional

Check existing flight bookings. Retrieve order details including booking references, passenger info, flight segments, and payment status.

How it works

A clean, sequential tool chain — from natural language to confirmed booking.

STEP 1 · SEARCH

User asks AI to find flights

Search Flights

Returns offers with prices, segments, and fares.

STEP 2 · PRICE

User picks an offer

Get Price Offer

Confirms pricing with full tax & baggage breakdown.

STEP 3 · BOOK

User provides passenger details

Create Order

Creates the booking end-to-end.

STEP 4 · RETRIEVE

User asks AI to find order

View Orders

See the existing order details.

Connect your AI assistant to flight APIs in minutes

01

Choose Your Platform

Connect via Claude.ai (Pro plan), Claude Desktop, or VS Code Copilot.

02

Add Server URL

Configure your client with the MCP server endpoint.

03

Start Using

Ask your AI assistant to search flights, get prices, and book.

Pick your client and follow the steps.

Authentication Required

A Bearer token is required to connect. Contact our team to get your access token.

Want to try it first?

Use our built-in MCP client to test the tools live.

Open Demo

1. Install MCP Remote Client:

BASH
npm install -g mcp-remote

2. Go to Settings → Developer → Edit Config

3. Add this configuration to claude_desktop_config.json:

JSON
{
  "mcpServers": {
    "tpc-connects": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://tpc-mcp.tpconnects.online/mcp",
        "--header",
        "Authorization: Bearer <your-token>"
      ]
    }
  }
}

4. Restart Claude Desktop and start using the tools.

Try these prompts

Natural language is the only API surface your users need.

"Search flights from Cairo to Jeddah on 15 May 2026 for one adult"

"Check my booking status"

"What tools are available?"