← Back to Plugins
MCP Server MCP

io.searchapi/mcp

github By github 👁 3 views ▲ 0 votes

Give AI assistants access to real-time search data through SearchApi.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.searchapi.io/mcp?token={api_token}",
      "variables": {
        "api_token": {
          "description": "Your SearchAPI MCP token. Get one at https://www.searchapi.io/mcp_integrations",
          "isRequired": true,
          "isSecret": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...