RollingGo-Flight-MCP
OfficialRollingGo Flight MCP Server
π Homepage Β· π Quick Start Β· π§ Tools Β· π¬ Support
Overview
RollingGo Flight Search MCP Server. Provides airport search and flight query capabilities for AI Agents and MCP clients via FastMCP.
Powered by the worldβs 3rd largest travel B2B firm with global reach: partnered with over 500 airlines, covering 200+ countries and regions and more than 1,000 destinations worldwide.
Diverse flight options: millions of flight combinations to cater to varied travel needs, supporting direct flights, connecting flights and other itinerary types.
Competitive pricing: aggregated premium global airfare resources to deliver real-time fares with market advantages.
Reliable customer support: professional team providing round-the-clock 7Γ24 customer service.
Related MCP server: Flights MCP
Who is this for?
Individual users requiring flight price tracking, hotel search and hotel price comparison Individuals and development teams building AI Agents Developers looking to integrate flight booking capabilities into MCP Clients Developers creating intelligent agents for travel planning, corporate travel management, OTA platforms and lifestyle services Product teams aiming to verify the end-to-end commercial transaction loop for AI Agents
Quick Start π
π‘ In summary, you only need to do two things: apply for an API Key and configure it in your AI assistant. No coding required β any MCP-compliant AI assistant gains hotel search capabilities in 5 minutes with your first tool call.
Step 1: Get Your API Key
Fill in basic information β automatic approval within 1-3 minutes. You'll receive an email containing:
API Key
Partner Center account (login + initial password) to configure markups, view orders, and check earnings
β οΈ Check your email (including spam folder) for the API Key
Limited-Time Offer: All developers who complete their first tool call within 3 days of receiving the API Key unlock permanent unlimited free access. We prioritize developers with real needs and execution speed, offering zero-cost access to complete hotel MCP capabilities.
The email includes both hotel and flight MCP endpoints β 1 key for both.
Step 2: Setup & Running
python server.pyDefault endpoint:
http://127.0.0.1:8000/mcpMCP Client Configuration
{
"mcpServers": {
"RollingGo-Flight-MCP": {
"url": "http://127.0.0.1:8000/mcp",
"type": "streamable_http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}searchAirports
For the keyword parameter, prefer English city names, English airport names, or IATA codes (e.g. Hangzhou, Chengdu, HGH, CTU). Chinese city names are not recommended as primary input.
Input:
{
"keyword": "Hangzhou"
}Upstream endpoint:
POST /api/mcp/airportsearchsearchFlights
Input:
{
"adultNumber": 1,
"childNumber": 0,
"cabinGrade": "ECONOMY",
"fromCity": "HGH",
"toCity": "CTU",
"fromDate": "2026-05-01",
"tripType": "ONE_WAY"
}Upstream endpoint:
POST /api/mcp/flightsearchField descriptions follow rollinggo-readme/FLIGHT-README.md.
Tools
Currently exposes 2 tools:
searchAirportsβ Search airport/city info by English city name, English airport name, or IATA code.searchFlightsβ Query flight options by date, route, passenger count, and cabin class.
checkFlightSeats and checkBaggageAllowance are not yet implemented.
Installation
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txtConfiguration
Default upstream API address:
https://mcp.rollinggo.cnOverride via environment variable:
set ROLLINGGO_API_BASE_URL=https://mcp.rollinggo.cnThe HTTP server reads the API Key from request headers. Pass one of the following:
Authorization: Bearer <your_api_key>or:
X-Secret-Key: <your_api_key>Supportπ¬
Join our WeChat technical support group for assistance. Don't worry about any issues during integration β our core development team will be online throughout to help you with environment configuration, API debugging, and completing your first successful flight search query.
You'll get:
Integration configuration guidance
API / MCP call troubleshooting
Flight search, pricing, and inventory query workflow support
Integration suggestions tailored to your use case

This server cannot be installed
Maintenance
Related MCP Servers
- Alicense-quality-maintenanceThis MCP server allows an AI assistants to search for flight information online using Google Flights. It can find flights for specific dates or search through a range of dates to find all options or just the cheapest ones available.27
- PythonGPL 3.0
- Flicense-quality-maintenanceA remote MCP server that searches Google Flights for flight information and airport codes. It enables users to find flights, locate airports, and generate travel dates through natural language interactions.

RollingGo-Hotel-MCPofficial
Alicense-qualityBmaintenanceRollingGo MCP is a high-performance hotel search and recommendation service built on the MCP (Model Context Protocol) standard. It connects large language models with a massive database of domestic and international hotel data, providing real-time structured hotel search capabilities for AI assistants, agents, travel planning tools, or IDE plugins like Cursor/Windsurf.2MIT
Related MCP Connectors
AI marketplace β flights, tours, activities, transport & more via MCP. No auth required.
Geo-based flight search MCP server. Find more flights between any two places on earth
Flight Intelligence MCP β search, cheapest dates, multi-city, airline compare via Google Flights
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RollingGo-AI/rollinggo-flight-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server