Orbis Travel Mcp
About
500+ travel APIs for AI agents — flights, hotels, destinations. Pay per call with USDC via x402.
Details
- Author
- OrbisAPI
- GitHub stars
- 3
- Downloads
- 422
- Categories
- Media
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Orbis Travel McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure your MCP client with the server URL https://orbisapi.com/api/mcp/travel. For Claude Desktop, add the configuration to claude_desktop_config.json using the npx command. For Cursor, Windsurf, Cline, or OpenAI Codex
browse_apis
Search Travel APIs on the Orbis marketplace. Returns only Travel-specific tools with x402 USDC pay-per-call pricing on Base — no account or signup needed. Try searching for "flight search".
call_api
Call any API on the Orbis marketplace with x402 USDC payment on Base. Pass x_payment with a signed USDC payment header from x402-fetch (npm) or the x402 Python library.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"orbis travel mcp": {
"orbis-travel": {
"url": "https://orbisapi.com/api/mcp/travel"
}
}
}
}
McpServers
{
"orbis-travel": {
"url": "https://orbisapi.com/api/mcp/travel"
}
}
Orbis Travel MCP ✈️
> Real airport, flight, hotel, and travel data APIs for AI agents. Pay per call with USDC on Base — no API keys, no accounts, no subscriptions.
What's Actually In Here
These are the most-called APIs in this domain on Orbis:
| API | Calls | What it does |
|-----|-------|-------------|
| Airport Database API | 220 | Full database of airports worldwide with IATA codes |
| Airport Codes API | 170 | Look up airports by IATA/ICAO code or city |
| Airport Code API | 48 | Resolve airport codes to names and locations |
| Booking.com Hotels API | 46 | Search hotels with availability and pricing |
| Airline Lookup | 43 | Look up airline details by IATA code |
| Airport Code Lookup API | 41 | Detailed airport info from any code |
| Hotel Availability | 40 | Check hotel availability for dates and location |
| Airport Info Lookup | 35 | Full airport details: terminals, gates, facilities |
| Currency Exchange Reference API | 31 | Exchange rates for travel budget planning |
| Travel Destinations Guide | 26 | Destination info, highlights, and travel tips |
| Flight Search API | 23 | Search available flights between cities |
| Seat Pitch Comparator API | 21 | Compare legroom across airlines and seat classes |
| Visa Requirement Lookup | 19 | Check visa requirements between countries |
| Baggage Fee Calculator API | 19 | Calculate baggage fees for any airline |
| Flight Carbon API | 17 | Estimate carbon footprint for a flight route |
Quick Start
No API key needed. No account. Paste into your MCP client:
Claude Desktop / Claude Code
{
"mcpServers": {
"orbis-travel": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://orbisapi.com/api/mcp/travel"]
}
}
}
Config path: ~/Library/Application Support/Claude/claude_desktop_config.json
Cursor / Windsurf / Cline
{
"mcpServers": {
"orbis-travel": {
"url": "https://orbisapi.com/api/mcp/travel"
}
}
}
OpenAI Codex CLI
```yamlSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
