SeoGrep
Tools Reference

setup_project

Register a website domain to track. Accepts a domain or URL; returns the project id. Idempotent — calling it again for the same domain returns the…

Cost: Free (0 credits).

setup_project registers a domain so SeoGrep can crawl, audit, and report on it. It is idempotent — running it again for the same domain (in any URL or host form) returns the existing project instead of creating a duplicate.

What it does

Normalizes the input to a canonical domain, then creates the project under your account — or returns the existing one if you already track that site.

Example

Ask your MCP client in plain language:

Set up example.com as a project.

Input

FieldTypeRequiredDescription
domainstringYesThe website to track, e.g. "example.com" or "https://example.com".

Returns

The project_id, the canonical domain, and created (whether it was newly created).

On this page