Skip to main content
Glama
AceDataCloud

MCP Serp

by AceDataCloud

serp_google_search

Perform structured Google searches to retrieve web, image, news, video, map, and local results with customizable filters for location, language, and time.

Instructions

Search Google and get structured results using the SERP API.

Performs a Google search and returns the complete JSON response from the API, preserving all available fields and data. Args: query: The search query string. Required. search_type: Type of search to perform. Options: - "search": Regular web search (default) - "images": Image search - "news": News articles - "maps": Map results - "places": Local business/place results - "videos": Video results country: Country code for localized results (e.g., "us", "cn", "uk"). Default is "us". language: Language code for results (e.g., "en", "zh-cn", "fr"). Default is "en". time_range: Time filter for results. Options: - "qdr:h": Past hour - "qdr:d": Past day - "qdr:w": Past week - "qdr:m": Past month - None: No time restriction (default) number: Number of results per page (default: 10). Note: More than 10 results may incur additional credits. page: Page number for pagination (default: 1). Returns: Complete JSON response from the SERP API containing all available data. Example: serp_google_search(query="artificial intelligence", search_type="news")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe search query string. Required.
search_typeNoType of search to perform. Options: 'search' (regular web search, default), 'images' (image search), 'news' (news articles), 'maps' (map results), 'places' (local business/place results), 'videos' (video results).search
countryNoCountry code for localized results (e.g., 'us', 'cn', 'uk'). Default is 'us'.
languageNoLanguage code for results (e.g., 'en', 'zh-cn', 'fr'). Default is 'en'.
time_rangeNoTime filter for results. Options: 'qdr:h' (past hour), 'qdr:d' (past day), 'qdr:w' (past week), 'qdr:m' (past month), or None for no time restriction (default).
numberNoNumber of results per page (default: 10). Note: More than 10 results may incur additional credits.
pageNoPage number for pagination (default: 1).

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AceDataCloud/MCPSerp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server