BoostedTravel✓
io.github.Efistoffeles/boostedtravel · v0.2.17
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Efistoffeles/boostedtravel",
"description": "Flight search & booking for AI agents. 400+ airlines, 75 free local connectors.",
"title": "BoostedTravel",
"repository": {
"url": "https://github.com/Boosted-Chat/BoostedTravel",
"source": "github"
},
"version": "0.2.17",
"packages": [
{
"registryType": "npm",
"identifier": "boostedtravel-mcp",
"version": "0.2.9",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your BoostedTravel API key (optional — 75 local airline connectors work without it, API key adds 400+ GDS/NDC airlines)",
"format": "string",
"isSecret": true,
"name": "BOOSTEDTRAVEL_API_KEY"
}
]
},
{
"registryType": "pypi",
"identifier": "boostedtravel",
"version": "0.2.17",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your BoostedTravel API key (optional — 75 local airline connectors work without it, API key adds 400+ GDS/NDC airlines)",
"format": "string",
"isSecret": true,
"name": "BOOSTEDTRAVEL_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}