Real-time Google Flights: one-way and round-trip fares over date ranges, with price verdicts.
claude mcp add google-flights --transport http https://flights.flightpowers.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"google-flights": {
"url": "https://flights.flightpowers.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"google-flights": {
"serverUrl": "https://flights.flightpowers.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"google-flights": {
"type": "http",
"url": "https://flights.flightpowers.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"google-flights": {
"url": "https://flights.flightpowers.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"google-flights": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://flights.flightpowers.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://flights.flightpowers.com/mcp |
x-rapidapi-key: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/com.flightpowers--google-flights/reviews or the review_server meta-tool.
POST /mcp