Marketing
tryspook.com
Provides SEO utilities for generating meta tags, structured data, robots.txt, and previewing search result appearances.
ENDPOINT 1
https://www.tryspook.com/api/mcp
MCP server metadata
- Name
- spook-seo-tools
- Version
- 1.0.0
Spook: free SEO tools + the core product. Call tools/list to see them. Tools marked '(requires an agent API key)' need Authorization: Bearer spook_agent_..., generated in Spook Settings. analyze_domain is free and needs no key.
Known tools 59
serp-previewPreview how a page's title and meta description render in Google search, with pixel-width truncation for desktop and mobile.
Inferred read-onlymeta-tag-generatorGenerate a complete set of HTML meta tags: title, description, canonical, Open Graph, and Twitter Cards.
Inferred read-onlyschema-generatorBuild valid JSON-LD structured data (FAQ, Article, Organization, or Product) for rich results.
Inferred read-onlyrobots-txt-generatorBuild a valid robots.txt: allow or block crawlers, disallow paths, block specific bots, and link a sitemap.
Inferred read-onlyword-counterCount words, characters, sentences, and paragraphs in text, plus reading and speaking time.
Inferred read-onlycharacter-counterCount characters (with and without spaces), words, sentences, and paragraphs in text.
Inferred read-onlyreadability-checkerScore text readability with Flesch Reading Ease and Flesch-Kincaid Grade, plus a reading level.
Inferred read-onlyhreflang-generatorGenerate hreflang link tags for international/multilingual pages, plus an optional x-default.
Inferred read-onlymeta-robots-generatorBuild a meta robots tag (and X-Robots-Tag header) from index/follow and snippet directives.
Inferred read-onlysitemap-generatorBuild an XML sitemap from a list of URLs, with an optional lastmod date.
Inferred read-onlyrobots-txt-testerTest whether a robots.txt allows or blocks a given URL path for a given user-agent.
Inferred read-onlykeyword-density-checkerAnalyze text for the most frequent words and phrases with their density, to spot keyword stuffing or thin coverage.
Inferred read-onlyheadline-analyzerScore a headline (0-100) on length, word balance, power/emotional words, numbers, and brackets.
Inferred read-onlyslug-generatorTurn a title into a clean, SEO-friendly URL slug: lowercase, hyphenated, accent-safe, optional stopword removal.
Inferred read-onlyutm-builderAppend UTM tracking parameters (source, medium, campaign, term, content) to a destination URL.
Inferred read-onlyai-crawler-checkerCheck a robots.txt to see which AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, ...) it currently allows or blocks.
Inferred read-onlyaeo-checkerScore content (0-100) for how easily AI answer engines (ChatGPT, Perplexity, AI Overviews) can quote it, with specific fixes.
Inferred read-onlyllms-txt-generatorGenerate an llms.txt file from a site name, one-line summary, optional details, and sections of links.
Inferred read-onlyai-prompt-generatorGenerate prompts to test whether ChatGPT/Perplexity/Gemini/Claude recommend a brand, and where it's invisible.
Inferred read-onlyanalyze_domainFree, no-signup SEO snapshot for any domain: the queries it already ranks on page 1-2 for (its quick-win opportunities), with search volume and estimated traffic.
Inferred read-onlylist_sitesList the Spook sites on the account this API key belongs to, with each site's id, domain, autopilot state, and publishing setup.
Inferred read-onlylist_opportunitiesThe winnable search queries Spook has found for a site (scored, ranked).
Inferred read-onlylist_articlesRecent articles for a site with their status (draft/review/published) and generation status.
Inferred read-onlygenerate_articleGenerate a new SEO article draft for a site targeting a search query.
Inferred read-onlyget_articleFetch one article by id: full markdown body, meta, FAQs, SEO score, status, and published URL.
Inferred read-onlyget_site_metricsRead a site's performance: daily Search Console clicks/impressions trend plus cached SEO metrics (domain rating, organic traffic estimate, top keywords).
Inferred read-onlycreate_checkoutGet a Stripe Checkout URL to add the first paid site to the account.
Inferred read-onlyblog-keyword-generatorBlog Keyword Generator: Generate SEO keyword ideas for a topic, with search intent and difficulty.
Inferred read-onlycontent-brief-generatorContent Brief Generator: Create a detailed SEO content brief for a target keyword.
Potential side effectsblog-outline-generatorBlog Outline Generator: Produce a structured, SEO-friendly blog post outline.
Potential side effectscontent-idea-generatorContent Idea Generator: Generate content ideas with formats and angles for a niche.
Inferred read-onlyseo-title-generatorSEO Title Generator: Write catchy, SEO-friendly title tags for a topic.
Potential side effectsmeta-description-generatorMeta Description Generator: Write SEO meta descriptions that maximize click-through rate.
Potential side effectssubject-line-generatorEmail Subject Line Generator: Write high-converting email subject lines.
Potential side effectssocial-post-generatorSocial Media Post Generator: Write platform-specific social media posts.
Potential side effectsarticle-summarizerAI Article Summarizer: Condense an article into a TL;DR, key points, and summary.
Inferred read-onlyarticle-rewriterAI Article Rewriter: Rephrase text to be clearer, unique, and engaging.
Inferred read-onlygrammar-checkerAI Grammar Checker: Fix grammar, spelling, and punctuation, and list the corrections.
Inferred read-onlyfaq-generatorFAQ Generator: Generate a set of frequently asked questions and answers for a topic.
Inferred read-onlyproduct-description-generatorProduct Description Generator: Write persuasive product descriptions.
Potential side effectsbusiness-name-generatorBusiness Name Generator: Generate brandable business name ideas.
Inferred read-onlyyoutube-title-generatorYouTube Title & Description Generator: Write a YouTube title, description, and tags for a video topic.
Potential side effectsparagraph-generatorParagraph Generator: Expand a topic or sentence into a well-written paragraph.
Inferred read-onlycontent-coverage-checkerContent Coverage Checker: List the terms and entities an article targeting a keyword is expected to cover.
Inferred read-onlyhashtag-generatorHashtag Generator: Generate relevant hashtags for a topic and platform.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.spook-seo-tools]
url = "https://www.tryspook.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"spook-seo-tools": {
"type": "http",
"url": "https://www.tryspook.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: spook-seo-tools
Remote MCP URL: https://www.tryspook.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"spook-seo-tools": {
"url": "https://www.tryspook.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"spook-seo-tools": {
"type": "http",
"url": "https://www.tryspook.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "spook-seo-tools",
"transport": "streamable-http",
"url": "https://www.tryspook.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.