The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the SERP Agent SEO listing page.
SERP Agent — full-cycle SEO automation for AI agents — as an MCP server.
This package is a thin stdio bridge for MCP clients that cannot speak Streamable HTTP directly. It proxies stdio ⇄ HTTP to the remote server at https://serp-agent.com/mcp (via mcp-remote). If your client supports remote HTTP servers, connect directly instead — see serp-agent.com/docs/mcp.
create_project, list_projects, get_project, run_technical_audit, get_audit_report, generate_article, get_article, get_account_status, list_plans — a thin layer over the SERP Agent REST API. Long-running jobs (audits, articles) return a job id immediately; poll the matching get_* tool.
Set SERPAGENT_API_KEY to your sk_... key. No key yet? Free sandbox key in one call, no CAPTCHA:
Optional: SERPAGENT_MCP_URL overrides the server URL (default https://serp-agent.com/mcp).
Prefer the direct HTTP transport:
Or via this stdio bridge:
~/.cursor/mcp.json (or project .cursor/mcp.json):
Direct HTTP alternative: { "serpagent": { "url": "https://serp-agent.com/mcp", "headers": { "Authorization": "Bearer sk_..." } } }
.vscode/mcp.json:
MIT