Spook MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Spook MCP ServerAnalyze example.com for quick-win SEO opportunities"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Spook MCP Server
Spook is an SEO autopilot: it finds the queries a site can realistically win, then generates and publishes SEO articles targeting them.
This is Spook's official Model Context Protocol server. It exposes 59 tools:
Free SEO tools (no account needed) — meta tag / schema / robots.txt / llms.txt generators, Google SERP preview, readability and keyword-density checkers, AI-crawler access checker, AEO checker, and more
Free AI tools (no account needed, rate-limited) — blog keyword/outline/brief generators, SEO titles, meta descriptions, rewriter, summarizer, and more
analyze_domain(free) — the quick-win queries any domain could rank forAccount tools (agent API key required) — create and manage sites, list winnable opportunities, generate/publish SEO articles, read traffic metrics, toggle autopilot
Listed on the official MCP Registry as com.tryspook/spook.
Hosted endpoint (recommended)
The server is hosted by Spook — no install needed:
https://www.tryspook.com/api/mcpTransport: streamable HTTP. Authentication is optional: pass Authorization: Bearer spook_agent_... to unlock the account tools (generate a key in Spook Settings → Agent API).
Claude Code
claude mcp add --transport http spook https://www.tryspook.com/api/mcp
# with an agent key:
claude mcp add --transport http spook https://www.tryspook.com/api/mcp \
--header "Authorization: Bearer spook_agent_..."Or install as a plugin (this repo is a Claude Code plugin marketplace):
/plugin marketplace add VictorKildahl/spook-mcp
/plugin install spook@spookClaude.ai / Claude Desktop (custom connector)
Settings → Connectors → Add custom connector → URL https://www.tryspook.com/api/mcp.
Cursor
One click: Add to Cursor, or in ~/.cursor/mcp.json:
{
"mcpServers": {
"spook": {
"url": "https://www.tryspook.com/api/mcp"
}
}
}VS Code / GitHub Copilot
One click: Install in VS Code, or add to your user mcp.json (Command Palette → "MCP: Open User Configuration"):
{
"servers": {
"spook": {
"type": "http",
"url": "https://www.tryspook.com/api/mcp"
}
}
}OpenAI Codex CLI
codex mcp add spook -- npx -y github:VictorKildahl/spook-mcpOr in ~/.codex/config.toml:
[mcp_servers.spook]
command = "npx"
args = ["-y", "github:VictorKildahl/spook-mcp"]Related MCP server: SEO Checker AI MCP
Stdio bridge (this repo)
For stdio-only MCP clients, this repo ships a zero-dependency bridge that forwards newline-delimited JSON-RPC from stdin to the hosted server:
npx github:VictorKildahl/spook-mcpOr in an MCP client config:
{
"mcpServers": {
"spook": {
"command": "npx",
"args": ["-y", "github:VictorKildahl/spook-mcp"],
"env": { "SPOOK_AGENT_KEY": "spook_agent_..." }
}
}
}Environment variables:
Variable | Purpose |
| Optional. Agent API key ( |
| Optional. Override the upstream endpoint (defaults to the hosted server). |
Other machine-readable surfaces
https://www.tryspook.com/openapi.json— REST agent API (OpenAPI)https://www.tryspook.com/llms.txt— site overview for LLMshttps://www.tryspook.com/.well-known/agents.json— agent capability manifest
Privacy & terms
Support: victor.petersen2@gmail.com
This server cannot be deployed
Maintenance
Related MCP Connectors
Free SEO tools + the Spook SEO autopilot: analyze domains, generate and publish SEO articles.
- CalmSEOOAuthcom.calmseo
SEO MCP server for keyword research, SERP analysis, audits, and Search Console workflows.
SEO MCP server — backlinks, domain authority, tech stack, and 18+ tools via Common Crawl.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Related MCP Servers
- AlicenseBqualityDmaintenanceThe official MCP server for Semantic Pen - an advanced AI article generator and SEO content writer. Create, manage, and optimize SEO-friendly articles directly from Claude Code and Cursor Windsurf with powerful AI automation.56 npm2MIT
- AlicenseNot gradedqualityBmaintenanceSEO Checker AI - MCP server providing AI-powered tools and automation by MEOK AI Labs7 npmMIT
- AlicenseNot gradedqualityDmaintenanceA comprehensive MCP server for SEO, performance, GEO, and UX audits with 37 tools covering technical SEO, Lighthouse performance, AI search optimization, content analysis, accessibility, security, and more.1MIT
- AlicenseBqualityDmaintenanceAn MCP server that gives AI assistants 23 SEO tools for rank tracking, Google Analytics, site audits, keyword research, competitive analysis, and more, accessible through natural language.2510MIT