spook-mcp
Official MCP server for Spook (tryspook.com): 45+ free SEO tools, domain analysis, SEO article generation. Hosted at https://www.tryspook.com/api/mcp
Documentation
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 for
- Account 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"]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 |
|---|---|
| `SPOOK_AGENT_KEY` | Optional. Agent API key (`spook_agent_...`) for the account tools. |
| `SPOOK_MCP_URL` | 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 LLMs
- `https://www.tryspook.com/.well-known/agents.json` — agent capability manifest
Privacy & terms
Support: victor.petersen2@gmail.com
Frequently asked questions
What is spook-mcp?
spook-mcp is Official MCP server for Spook (tryspook.com): 45+ free SEO tools, domain analysis, SEO article generation. Hosted at https://www.tryspook.com/api/mcp
How do I install spook-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is spook-mcp open source?
Yes — it is hosted on GitHub at https://github.com/VictorKildahl/spook-mcp.
Related MCP tools
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnostics.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP