UNPKG

google-search-console-mcp-js

Version:

Google Search Console MCP Server for Node.js - connect GSC data to Claude, Cursor and other MCP clients

20 lines 1.01 kB
{ "metrics": [ { "api_name": "clicks", "description": "The total number of clicks for the given dimensions. A click is counted when a user clicks a link in the search results that directs them to your property." }, { "api_name": "impressions", "description": "The total number of times a URL from your site appeared in search results for a user. An impression is counted whether or not the result was scrolled into view." }, { "api_name": "ctr", "description": "The click-through rate, which is the number of clicks divided by the number of impressions, expressed as a percentage. If a row of data has no impressions, the CTR will be 0." }, { "api_name": "position", "description": "The average position of your site in the search results for the given dimensions. Position is calculated from top to bottom on the search results page, with the top position being 1." } ] }