SEO tools via x402: briefs, keywords, SERP, backlinks, audits. $0.50-$3/req USDC on Base.
Seo MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. SEO tools via x402: briefs, keywords, SERP, backlinks, audits. $0.50-$3/req USDC on Base.
MCP (Model Context Protocol) server for SEODesignLab's x402-protected SEO endpoints.
Once Seo is connected, these are the calls the assistant has available:
get_content_brief — /api/briefs/keyword_research — /api/dataforseo/keywords/serp_analysis — /api/dataforseo/serp/backlink_profile — /api/dataforseo/backlinks/on_page_audit — /api/dataforseo/audit/Cursor — Add to your Cursor MCP settings (.cursor/mcp.json in your project root or global settings):You will need 3 environment variables: SEO_API_BASE, X402_PAY_TO, X402_NETWORK. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
@seodesignlab/mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Among the search and retrieval options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Seo's toolset — get_content_brief, keyword_research, serp_analysis and 3 more — is a fair guide to whether it matches your workflow. It is maintained by SEODesignLab; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_content_brief | /api/briefs/ |
| keyword_research | /api/dataforseo/keywords/ |
| serp_analysis | /api/dataforseo/serp/ |
| backlink_profile | /api/dataforseo/backlinks/ |
| on_page_audit | /api/dataforseo/audit/ |
| Cursor | Add to your Cursor MCP settings (.cursor/mcp.json in your project root or global settings): |
{
"mcpServers": {
"seo-tools": {
"command": "npx",
"args": ["-y", "@seodesignlab/mcp-server"],
"env": {
"SEO_API_BASE": "your-value",
"X402_PAY_TO": "your-value",
"X402_NETWORK": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| SEO_API_BASE | Configuration value read at startup. | Optional |
| X402_PAY_TO | Configuration value read at startup. | Optional |
| X402_NETWORK | Configuration value read at startup. | Optional |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.