Docs
Spook MCP Server
Connect Spook to Claude, Cursor, VS Code, Codex, or any Model Context Protocol client. One endpoint, 59 tools: free SEO tools anyone can call, and the full Spook product for account holders. Listed on the official MCP Registry as com.tryspook/spook.
Endpoint
https://www.tryspook.com/api/mcp
Streamable HTTP transport. No authentication needed for the free tools - add Authorization: Bearer spook_agent_... to unlock account tools.
What you can call
Free SEO tools
Meta tag, schema, robots.txt, and llms.txt generators, Google SERP preview, readability and keyword-density checkers, AI-crawler and AEO checkers, and more. No account needed.
Free AI tools
Blog keyword, outline, and brief generators, SEO titles, meta descriptions, rewriter, summarizer, and more. No account needed; rate-limited.
analyze_domain
The quick-win queries any domain could realistically rank for. Free, no key required.
Account tools
Create and manage sites, list winnable opportunities, generate and publish SEO articles, read traffic metrics, toggle autopilot. Requires an agent API key.
Claude Code
Or install as a plugin: /plugin marketplace add VictorKildahl/spook-mcp, then /plugin install spook@spook.
claude mcp add --transport http spook https://www.tryspook.com/api/mcp
Claude.ai & Claude Desktop
Settings → Connectors → Add custom connector, then paste the endpoint URL.
Cursor
Use the one-click install above, or add to ~/.cursor/mcp.json:
{
"mcpServers": {
"spook": { "url": "https://www.tryspook.com/api/mcp" }
}
}VS Code & GitHub Copilot
Use the one-click install above, or Command Palette → “MCP: Open User Configuration”:
{
"servers": {
"spook": { "type": "http", "url": "https://www.tryspook.com/api/mcp" }
}
}OpenAI Codex CLI
Codex talks to stdio servers; use the bridge from the GitHub repo:
codex mcp add spook -- npx -y github:VictorKildahl/spook-mcp
Any stdio-only client
The open-source bridge forwards stdio JSON-RPC to the hosted endpoint. Set SPOOK_AGENT_KEY to unlock account tools.
npx -y github:VictorKildahl/spook-mcpgithub.com/VictorKildahl/spook-mcp
Agent API keys
Account tools are marked (requires an agent API key) in the tool list. Generate a key in Settings → Agent API, then send it as a bearer token (HTTP) or set SPOOK_AGENT_KEY (stdio bridge).
Other machine-readable surfaces
- /openapi.json - REST agent API
- /llms.txt - site overview for LLMs
- /.well-known/agents.json - agent capability manifest
Want the full autopilot?
The free tools work for everyone. With a Spook account, your agent can find winnable queries and generate & publish SEO articles for your site.
Start for free