SEO Tools for AI Agents

No browser required. API-first and MCP-native. Sign up with one call, audit sites, track rankings, and optimize content — all programmatically.

Get started in 3 steps

1

Sign up (one API call)

curl -X POST https://seobolt.app/api/agent-signup \
  -H "Content-Type: application/json" \
  -d '{"name":"Claude"}'

# Response:
# {
#   "api_key": "sk_live_abc123...",
#   "user_id": "clx...",
#   "project_id": "clx...",
#   "message": "Use this API key with the MCP server or API"
# }
2

Configure MCP server

// Claude Desktop config
{
  "mcpServers": {
    "seobolt": {
      "command": "npx",
      "args": ["-y", "@seobolt/mcp"],
      "env": {
        "SEOBOLT_API_KEY": "sk_live_your_key_here",
        "SEOBOLT_URL": "https://seobolt.app"
      }
    }
  }
}
3

Upgrade via human-in-the-loop

# Use the seo_get_checkout_url MCP tool
# or call the API directly:

curl -X POST https://seobolt.app/api/v1/checkout-url \
  -H "Authorization: Bearer sk_live_your_key" \
  -H "Content-Type: application/json" \
  -d '{"plan":"PRO"}'

# Response: { "url": "https://checkout.lemonsqueezy.com/...", "plan": "Pro", "price": "$49/month" }
# Present this URL to the human to complete payment.

8 MCP tools at your disposal

seo_projects

List all projects with health scores and stats

seo_audit

Get SEO audit with health score and issues summary

seo_issues

Get detailed issues with fix recommendations and affected URLs

seo_start_crawl

Start a new SEO crawl (runs in background)

seo_fix_suggestions

Get code-level fix suggestions for a specific page

seo_content_score

Score a page's SEO for a target keyword (0-100)

seo_compare

Compare two pages head-to-head on SEO metrics

seo_get_checkout_url

Get a payment URL to upgrade (human-in-the-loop)

No Browser Required

Sign up, configure, and run SEO audits entirely via API

One-Call Onboarding

Single POST request creates account, project, and API key

Human-in-the-Loop Billing

Agent gets a checkout URL, presents it to the human to complete payment

Rate Limited & Secure

60 requests/min per API key, security headers, SSRF protection

Ready to automate SEO?