MCP Server
MCP
io.github.leojg/rihla
Flexible multi-leg, multi-airport flight search - cheapest valid combination across an itinerary.
Install
uvx rihla-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "rihla-mcp",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Travelpayouts Data API token (free) - the primary price source. Without any keys the server runs on offline mock data.",
"isSecret": true,
"name": "TRAVELPAYOUTS_TOKEN"
},
{
"description": "SerpApi key (optional, 250 free searches/mo) - fills routes Travelpayouts misses with bookable Google Flights fares.",
"isSecret": true,
"name": "SERPAPI_KEY"
},
{
"description": "Source profile: 'local' (all configured sources), 'hosted' (redistribution-licensed only), or 'mock' (offline).",
"default": "local",
"name": "RIHLA_PROFILE"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment