SiteGuru MCP Server

The SiteGuru MCP server gives AI assistants direct access to your SiteGuru SEO data — site audits, Google Search Console performance, keyword data, competitor analyses and Shopify insights — so you can ask about your sites in plain language instead of clicking through reports.

SiteGuru is an SEO tool that tells you exactly what to fix on your website to get more traffic.

Connecting

Endpoint https://mcp.siteguru.co/mcp
Transport Streamable HTTP
Auth OAuth 2.1 (with dynamic client registration) or a personal access key

Most clients only need the endpoint URL. Add it as a remote MCP server and you will be sent to SiteGuru to sign in and approve access; the client stores the token it gets back.

For clients that cannot do the OAuth flow, create an access key in your SiteGuru account and send it as a bearer token:

Authorization: Bearer <your-siteguru-access-key>

You need a SiteGuru account on a plan that includes MCP access. Your plan is checked on every request, so access follows your subscription.

Start by calling list_sites to see which sites you can reach — every other tool takes a site domain from that list.

Tools

The same list, machine-readable with full input schemas, is public at /.well-known/mcp/server-card.json — no token needed to look.

What it can do

Every tool is read-only. Nothing here changes your site, your SiteGuru settings or your Google accounts, and the competitor and backlink tools never start a new (paid) analysis — they only read analyses you have already run in the app.

Each result comes back as a short summary plus structured JSON, and every issue carries a link straight to the matching report in SiteGuru so you can go fix it.

Support

Questions or problems: support@siteguru.co — or see siteguru.co.