No browser required. API-first and MCP-native. Sign up with one call, audit sites, track rankings, and optimize content — all programmatically.
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"
# }// 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"
}
}
}
}# 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.seo_projectsList all projects with health scores and stats
seo_auditGet SEO audit with health score and issues summary
seo_issuesGet detailed issues with fix recommendations and affected URLs
seo_start_crawlStart a new SEO crawl (runs in background)
seo_fix_suggestionsGet code-level fix suggestions for a specific page
seo_content_scoreScore a page's SEO for a target keyword (0-100)
seo_compareCompare two pages head-to-head on SEO metrics
seo_get_checkout_urlGet a payment URL to upgrade (human-in-the-loop)
Sign up, configure, and run SEO audits entirely via API
Single POST request creates account, project, and API key
Agent gets a checkout URL, presents it to the human to complete payment
60 requests/min per API key, security headers, SSRF protection