# Serphouse — MCP server on mcp.ai > Connect your Serphouse account and use 18 tools for developer tools straight from your AI agent. Connect with your own API key. High Volume API for SEO companies, data mining services, and SEO Tool Suite as a SaaS. By: mcp.ai · official Page: https://mcp.ai/serphouse ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_serphouse?ms=1787296080000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/serphouse/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/serphouse/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/serphouse/skill.md Postman collection (v2.1): https://mcp.ai/serphouse/postman.json ## Tools - serphouse_account_info() — Tool to retrieve account information including active plan, credit usage, and account details. Use when you need to check account status, remaining credits, or active subscription plans. - serphouse_domain_list() — Tool to retrieve comprehensive list of search engine domains supported by the SERP API including Google, Bing, and Yahoo. Use when you need to know which domains are available for search queries. - serphouse_google_jobs_search(q: string, loc?: string, lang: string, domain: string, loc_id?: integer, date_range?: string) — Tool to perform real-time Google Jobs search to retrieve job listings. Use when you need to search for job postings on Google with specific query terms, location, and filters. - serphouse_google_serp_advanced_scheduled(data: object[]) — Tool to schedule Google SERP scraping tasks that fetch up to 100 results by iterating through multiple result pages. Use when you need comprehensive search results beyond Google's 10-result limit. Cre - serphouse_language_list(type: string) — Tool to retrieve full list of languages supported by Google, Bing, and Yahoo for SERP requests. Use when you need language codes for making SERP API requests or when configuring language-specific sear - serphouse_location_search(q: string, type: string) — Tool to search and retrieve available locations for SERP API from Google or Bing geographical targeting data. Use when you need to find valid location targets before making SERP API requests. - serphouse_serp_check(id: string) — Tool to check the status of a previously submitted SERP task. Use when monitoring task completion progress or verifying whether a SERP task has finished processing. - serphouse_serp_live_get(q: string, loc?: string, lang: string, page?: string, device: string, domain: string, loc_id?: string, gfilter?: string, verbatim?: string, serp_type: string, date_range?: string, num_result?: string, responseType?: string) — Tool to execute real-time search requests and retrieve search engine results immediately via HTTP GET. Use when you need to perform searches on Google, Bing, or Yahoo and get instant SERP data. - serphouse_serp_live_post(q: string, loc?: string, lang: string, page?: integer, device: string, domain: string, loc_id?: integer, gfilter?: integer, verbatim?: integer, serp_type: string, date_range?: string, num_result?: integer) — Tool to execute real-time search requests and retrieve search engine results immediately using HTTP POST method. Use when you need to get fresh SERP data from Google, Bing, or Yahoo with specific loca - serphouse_serp_schedule(data: object[]) — Tool to schedule SERP search tasks for asynchronous processing. Use when you need to queue multiple search tasks (up to 100 at once) for later execution. Results can be retrieved via webhook or pollin - serphouse_trends_categories_list() — Tool to retrieve the full list of categories and subcategories for Google Trends searches. Use when you need category IDs for filtering trends analysis. - serphouse_trends_check(id: string) — Tool to check the status of a previously submitted trend search task. Use when you need to monitor completion progress of a trend search. - serphouse_trends_country_list() — Tool to retrieve the full list of countries and states for Google Trends searches. Use when you need geographic targeting options for trends analysis. - serphouse_trends_get(id: string) — Tool to retrieve the results of a completed trend search query. Use when you need to fetch trend data for a specific task ID that was previously submitted. The task must be completed before results ar - serphouse_trends_language_list() — Tool to retrieve the full list of supported languages for Google Trends searches. Use when you need to identify valid language codes for trend search requests. - serphouse_trends_schedule(data: object[], pingback_url?: string, postback_url?: string) — Tool to schedule Google Trends search tasks with configuration for keywords, time ranges, and geographic locations. Use when you need to collect Google Trends data for specific keywords, time periods, - serphouse_trends_search(geo?: string, time: string, category?: integer, keywords: string, property?: string, langauge_code?: string, time_zone_offset: integer) — Tool to perform real-time Google Trends search to retrieve trend data for specified keywords. Use when you need to analyze keyword popularity across time periods and geographic locations. - serphouse_trends_timezone_list() — Tool to retrieve full list of timezones and offset values for use in Google Trend search requests. Use when you need timezone information for trend analysis or when configuring timezone-specific trend ## Example prompts - "What can I do in Serphouse?" - "Show me a summary of my Serphouse account" ## Links Docs: https://mcp.ai/docs/mcps/serphouse Website: https://mcp.ai/mcps/serphouse