Remote MCP server

Google Search Console MCP server

FUTIA is an SEO API for AI agents. Its MCP server turns your own Google Search Console data into answers an agent can act on: which pages Google has seen, which pages earn nothing and why, which queries are one step from page one. Three Search Console tools are free on one site; four paid tools add competitor, keyword, backlink and SERP data.

Connect in one minute

  1. Connect Google (read-only Search Console access) and create an API key. The free tier needs no card.
  2. Add the server to your MCP client:
{
  "mcpServers": {
    "futia": {
      "type": "http",
      "url": "https://futia.io/api/mcp",
      "headers": { "Authorization": "Bearer futia_live_..." }
    }
  }
}

Works with Claude Code, Cursor and any client that speaks MCP over streamable HTTP (JSON-RPC 2.0). Tool discovery (initialize, tools/list) needs no key; only tools/call is authenticated.

Eight tools, one question each

Every tool returns an answer, not a table of rows to parse. The largest measured response is under 900 tokens (measured 27 July 2026), so results fit inside an agent's working context.

  • index_coverageHas Google seen my pages?free
  • page_yieldWhich pages are dead, why, and which do I fix first?free
  • query_matchWhich queries are one step away, and which were never mine?free
  • account_statusHow much budget do I have left?free
  • competitor_gapWhat does my competitor rank for that I do not?paid
  • keyword_volumeIs this keyword worth it, for this site specifically?paid
  • backlink_profileWho links to me, and does it mean anything?paid
  • serp_positionWho is above me on this query?paid

Full request and response shapes are in the API and MCP reference.

Frequently asked questions

Is there a free Google Search Console MCP server?

Yes. FUTIA's MCP server is remote and its three Search Console tools (index_coverage, page_yield, query_match) are free on one site, unmetered, with an abuse guard of 1,000 calls per site per day. You connect your own Google account read-only and create an API key; no card is required for the free tier.

Do I need to install anything locally?

No. The server is remote: add https://futia.io/api/mcp with an Authorization header to any MCP client that supports streamable HTTP, such as Claude Code or Cursor. There is nothing to run or update on your machine.

How is this different from a raw SEO data API?

Raw data MCPs return rows and leave the judgement to your agent. Each FUTIA tool returns one answer: a diagnosis, a ranked fix list, a verdict. The largest measured FUTIA response is under 900 tokens (measured 27 July 2026), so it fits agent context windows.

What data does it read?

The free tools read only your own Search Console properties, with read-only access you can revoke at Google any time; responses are not stored. The paid tools use purchased provider data (competitors, keyword volumes, backlinks, SERP) and draw from your plan's monthly usage allowance.

What does it cost?

The free tier is $0 on one site. Paid plans have no site limit and differ by monthly usage allowance, request rate and key count: Solo $50/mo, Multi $100/mo, Agency $250/mo. One-time credit packs extend the allowance and do not expire at month end.

Can my agent discover the tools before authenticating?

Yes. initialize and tools/list need no key, so a client can inspect the eight tools before connecting. Only tools/call is authenticated.

Every figure on this page is a real measurement against sites the company operates (26 to 28 July 2026), not an estimate.