Connect Your First Site

Overview

A site gives transformSEO one place to connect evidence, track what is fresh, and keep the work tied to the right client. Add the domain and a recognizable name. transformSEO starts preparing Domain Overview, Backlinks, Competitors, and LLM Mentions in the background.

Site Overview shows each source as ready, preparing, or needing attention. You can continue with the evidence that is available. Search Console, Analytics, and Google Business Profile are useful connections, but they are not required to begin.

Start useful work

Use Start new work when you want a shortcut to one of four jobs: see what needs attention, investigate or audit something, compare performance or competitors, or prepare something to review or share. The choice routes you to an existing product surface. It does not force a marketing plan or hide a strategy workflow inside the application.

Use an agent

transformSEO also works through the Model Context Protocol (MCP). An agent can inspect your sites, retrieve governed evidence, and place reviewable work into a Workspace. These setup tools are a useful starting point:

list-sites

Returns every site on your team with keyword counts and connected integrations (Search Console, Analytics, Google Business Profile). No parameters — automatically scoped to your team. This is usually the first tool you call to grab a site_id for everything else.

"Show me all the sites on my account."
  • Run this first in any session to get the site_id you'll pass to other tools.
  • The response includes integration status — if Search Console shows as disconnected, connect it in the dashboard before syncing.

get-site-overview

Pulls a detailed overview for a single site: domain, tracked keyword count, connected integrations, and the latest domain overview snapshot (organic traffic, keywords, domain rank).

Parameters

ParameterTypeRequiredDescription
site_idintegerYesThe site ID from list-sites

Example

"Give me an overview of site 1."

Tips

  • Use this to quickly confirm a site's health before diving into keyword or backlink analysis.
  • If the domain overview data looks stale, run sync-domain-overview to refresh it.

get-credit-usage

Shows your current billing cycle credit consumption: plan tier, credits used, monthly limit, and remaining balance. No parameters. Every tool that fetches real-time data costs credits, so check this periodically to stay within budget.

"How many credits do I have left this month?"
  • Bulk tools (like get-keyword-volume with 700 keywords) use more credits than single-keyword lookups. Check your balance before large batch operations.
  • Stored metrics tools (Search Console data, Analytics data) pull from previously synced data and don't consume credits.