MCP Server
MCP
BoostedTravel
Flight search & booking for AI agents. 400+ airlines, 75 free local connectors.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
pypi
By
Comments
Sign in to leave a comment