Integrate Search API MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Search API
List the Google locations supported for geo-targeting. See the documentation
Get Google Trends data for one or more terms; compare terms by passing them comma-separated in q, e.g. HubSpot,Salesforce. dataType decides the block returned: TIMESERIES gives interest_over_time, GEO_MAP gives interest_by_region, RELATED_QUERIES gives related_queries, RELATED_TOPICS gives related_topics. Values are relative popularity indices (0-100), not search volumes. See the documentation
Run a Google web search. Returns organic_results alongside whichever other blocks Google included for the query See the documentation
Search real-time Google Jobs listings. Returns a jobs array. Each page returns about 10 jobs; pass a previous run's pagination.next_page_token as Next Page Token for more. See the documentation
Run a Google Images search. Returns an images array; thumbnails are inlined, so keep num small to limit the response size. See the documentation