Back to MCP directory
publicPublicdnsLocal runtime

searchapi-mcp

SearchAPI MCP服务器为AI助手提供实时搜索数据访问,支持谷歌航班、酒店、度假租赁等多种搜索功能。

article

README

🚀 SearchAPI MCP Server

通过 SearchAPI 让AI助手访问实时搜索数据。

可搜索谷歌航班、酒店、度假租赁等信息。

🚀 快速开始

通过 SearchAPI,AI 助手能够获取实时搜索数据,支持对谷歌航班、酒店、度假租赁等内容进行搜索。

📚 详细文档

有关设置说明和可用工具,请参阅 MCP 文档

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client