google-search-console-mcp-js
Version:
Google Search Console MCP Server for Node.js - connect GSC data to Claude, Cursor and other MCP clients
28 lines • 1.16 kB
JSON
{
"dimensions": [
{
"api_name": "country",
"description": "The country of the user, specified as a three-letter ISO 3166-1 alpha-3 country code."
},
{
"api_name": "device",
"description": "The device type of the user. Supported values are: DESKTOP, MOBILE, and TABLET."
},
{
"api_name": "page",
"description": "The canonical URL of the page. In aggregated-by-property reports, this is the canonical URL of the page that received the impressions and clicks. In aggregated-by-page reports, this is the canonical URL of the page itself."
},
{
"api_name": "query",
"description": "The query string that the user entered into Google Search."
},
{
"api_name": "searchAppearance",
"description": "The search appearance type. This can include values like 'AMP_BLUE_LINK', 'RICHCARD', 'FEATURED_SNIPPET', etc. A single impression can have multiple search appearances."
},
{
"api_name": "date",
"description": "The date of the user's query, in YYYY-MM-DD format."
}
]
}