Files
skald-connectors/connectors/serpapi-flights/connector.json
T

53 lines
1.5 KiB
JSON

{
"id": "serpapi-flights",
"name": "SerpAPI Flights",
"version": 2,
"version_string": "1.0.1",
"version_release_date": "2026-07-21",
"type": "mcp_remote",
"scope": "global",
"tags": [
"flights",
"travel",
"mcp",
"remote",
"search"
],
"docs": [
{
"lang": "en",
"description": "Search and compare flights, lookup airport codes, explore routes and prices via SerpAPI's Google Flights integration. Covers departure/arrival search, price comparison, and routing across dates.",
"llm_short_description": "Flight search \u2014 search and compare flight prices, routes, and schedules using Google Flights data. Includes airport code lookup. Requires SerpAPI key."
}
],
"auth": {
"type": "api_key"
},
"env": [
{
"name": "serpapiApiKey",
"label": "SerpAPI API key",
"description": "Get one at https://serpapi.com/manage-api-key (free plan includes 100 searches/month).",
"required": true,
"secret": true,
"example": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6"
}
],
"mcp_config": {
"url": "https://mcp.serpapi.com/{SECRET:serpapiApiKey}/mcp",
"transport": "streamable-http"
},
"verify": {
"command": "python3 verify.py",
"timeout_secs": 15
},
"homepage": "https://serpapi.com/google-flights-api",
"icon_small": "icon_sm.svg",
"icon_large": "icon_lg.svg",
"tools": [
{
"name": "serpapi_search_flights",
"display_name": "Search Flights"
}
]
}