MCP Server Integration

Enable AI assistants like Claude to book airport transfers with Executive Swift Travel

Quick Configuration

Claude Desktop Config

{
  "mcpServers": {
    "executive-swift-travel": {
      "command": "node",
      "args": ["/path/to/mcp-airport-transfer-booking/dist/index.js"],
      "env": {
        "EST_API_KEY": "your-api-key-here",
        "EST_BASE_URL": "https://executiveswifttravel.com",
        "NODE_ENV": "production"
      }
    }
  }
}

Add this to your Claude Desktop MCP configuration

Environment Variables

EST_API_KEY=your-executive-swift-travel-api-key
EST_BASE_URL=https://executiveswifttravel.com
NODE_ENV=production

Add these to your .env file

Installation Commands

# Clone the repository
git clone https://github.com/executiveswifttravel/mcp-airport-transfer-booking.git
cd mcp-airport-transfer-booking

# Install dependencies
npm install

# Set up environment variables
cp env.example .env

# Edit .env and add your API key
# EST_API_KEY=your-executive-swift-travel-api-key

# Build the server
npm run build

Available MCP Tools

Information Tools

  • get_company_info

    Get Executive Swift Travel company information and features

  • get_vehicles

    View available vehicles and specifications

  • get_locations

    Browse pickup and dropoff locations

  • get_service_areas

    View service area coverage information

Booking Tools

  • get_route_info

    Get route information between locations

  • check_service_area

    Validate if location is in service area

  • calculate_pricing

    Calculate journey pricing with breakdown

  • create_booking

    Create a new airport transfer booking

Powerful AI Integration Features

Our MCP server provides comprehensive tools for AI assistants to access Executive Swift Travel services

Real-time Pricing

Get instant pricing calculations for airport transfers with detailed cost breakdowns

Secure Integration

Enterprise-grade security with API key authentication and rate limiting

Multi-Platform Support

Compatible with Claude AI, ChatGPT, and other MCP-enabled assistants

Full Booking Capability

Complete booking workflow from pricing to confirmation

24/7 Availability

Always available for AI assistant queries and bookings

Validated Locations

Automatic service area validation and location checking

Quick Start Guide

1

Download & Install

Clone the repository and install dependencies

Copy installation commands above

2

Configure API Key

Set up your Executive Swift Travel API key

Use environment variables or config file

3

Configure AI Assistant

Add MCP server to your AI assistant

Copy Claude configuration above

4

Test Integration

Ask your AI assistant to book a transfer

Try: 'Book transfer from Cardiff to Heathrow'

Ready to Integrate?

Get started with Executive Swift Travel MCP server integration and enable AI assistants to book airport transfers seamlessly.

Frequently Asked Questions

Everything you need to know about MCP server integration with Executive Swift Travel