Hubble MCP Server

by ascentkorea
  • Apple

get_serp_info

Retrieve Google SERP data for specific keywords and regions using API requests. Supports queries for KR, US, and JP, enabling insights into search engine rankings and results.

Instructions

구글 SERP API 요청

Input Schema

NameRequiredDescriptionDefault
glNokr
keywordYes

Input Schema (JSON Schema)

{ "properties": { "gl": { "default": "kr", "enum": [ "kr", "us", "jp" ], "title": "Gl", "type": "string" }, "keyword": { "title": "Keyword", "type": "string" } }, "required": [ "keyword" ], "title": "get_serp_infoArguments", "type": "object" }
ID: vkqa4eluk5