Add SerpAPI Flights connector: mcp_remote, flight search via Google Flights, verify.py with MCP initialize probe

This commit is contained in:
2026-07-19 14:46:20 +01:00
parent e469f48b52
commit 513483e81b
6 changed files with 172 additions and 1 deletions
+45
View File
@@ -372,6 +372,51 @@
}
]
},
{
"id": "serpapi-flights",
"name": "SerpAPI Flights",
"type": "mcp_remote",
"scope": "global",
"icon_small": "serpapi-flights/icon_sm.svg",
"icon_large": "serpapi-flights/icon_lg.svg",
"user_description": "Search and compare flights, lookup airport codes, and explore routes via SerpAPI\u2019s Google Flights integration.",
"tags": [
"flights",
"travel",
"mcp",
"remote",
"search"
],
"auth": {
"type": "api_key"
},
"folder": "serpapi-flights",
"version": 1,
"version_string": "1.0.0",
"version_release_date": "2026-07-19",
"files": [
{
"path": "connector.json",
"sha256": "7c2bd621f461001483787036c5692021f34f3838b90e215be00cae470103526a",
"size": 1352
},
{
"path": "verify.py",
"sha256": "eca6298a01cc1c8ce2aece9170a0b228efda7cb8a5c469d1ca3b62932fb7ea51",
"size": 2003
},
{
"path": "icon_sm.svg",
"sha256": "6dbd397e7e06d0431089b12e590c0a5dafa362dcb7117af122e240ea9231edc3",
"size": 570
},
{
"path": "icon_lg.svg",
"sha256": "5a2ffa7f2502fd27dc0027395db2c863bb544c8de1eef8131a5228d87402c8e6",
"size": 574
}
]
},
{
"id": "ssh",
"name": "SSH Remote Access",