PluginBench
MCP Server
Maintained
Apache-2.0

io.github.leojg/rihla MCP Server

io.github.leojg/rihla

What is the io.github.leojg/rihla MCP server?

Flexible multi-leg, multi-airport flight search - cheapest valid combination across an itinerary.

How to install io.github.leojg/rihla

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TRAVELPAYOUTS_TOKEN
    secret

    Travelpayouts Data API token (free) - the primary price source. Without any keys the server runs on offline mock data.

  • SERPAPI_KEY
    secret

    SerpApi key (optional, 250 free searches/mo) - fills routes Travelpayouts misses with bookable Google Flights fares.

  • RIHLA_PROFILE

    Source profile: 'local' (all configured sources), 'hosted' (redistribution-licensed only), or 'mock' (offline).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rihla": {
      "command": "uvx",
      "args": [
        "rihla-mcp"
      ],
      "env": {
        "TRAVELPAYOUTS_TOKEN": "<YOUR_TRAVELPAYOUTS_TOKEN>",
        "SERPAPI_KEY": "<YOUR_SERPAPI_KEY>",
        "RIHLA_PROFILE": "<YOUR_RIHLA_PROFILE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "rihla": {
      "command": "uvx",
      "args": [
        "rihla-mcp"
      ],
      "env": {
        "TRAVELPAYOUTS_TOKEN": "<YOUR_TRAVELPAYOUTS_TOKEN>",
        "SERPAPI_KEY": "<YOUR_SERPAPI_KEY>",
        "RIHLA_PROFILE": "<YOUR_RIHLA_PROFILE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rihla": {
      "command": "uvx",
      "args": [
        "rihla-mcp"
      ],
      "env": {
        "TRAVELPAYOUTS_TOKEN": "<YOUR_TRAVELPAYOUTS_TOKEN>",
        "SERPAPI_KEY": "<YOUR_SERPAPI_KEY>",
        "RIHLA_PROFILE": "<YOUR_RIHLA_PROFILE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "rihla": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rihla-mcp"
      ],
      "env": {
        "TRAVELPAYOUTS_TOKEN": "<YOUR_TRAVELPAYOUTS_TOKEN>",
        "SERPAPI_KEY": "<YOUR_SERPAPI_KEY>",
        "RIHLA_PROFILE": "<YOUR_RIHLA_PROFILE>"
      }
    }
  }
}
Claude Code
claude mcp add rihla --env TRAVELPAYOUTS_TOKEN=<YOUR_TRAVELPAYOUTS_TOKEN> --env SERPAPI_KEY=<YOUR_SERPAPI_KEY> --env RIHLA_PROFILE=<YOUR_RIHLA_PROFILE> -- uvx rihla-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →