Marketing
huskyscout.net
Audits domains and pages for technical SEO, AI crawler accessibility, and content quotability, and generates robots.txt and llms.txt files.
ENDPOINT 1
https://huskyscout.net/api/mcp
MCP server metadata
- Name
- huskyscout
- Version
- 1.0.0
HuskyScout measures how findable a site is on Google and inside AI answers, then generates and publishes the content that closes the gaps. Use analyze_domain for the audit, run_ai_visibility_probe and find_winnable_queries to start the long jobs (poll every jobId with get_scan_result), get_dashboard_overview, get_probe_trends and list_alerts to read what is already stored, list_competitors / track_competitor / snapshot_competitors for the competitive picture, generate_article plus publish_article to ship a fix, and the generate_* / preview_serp tools for robots.txt, llms.txt, JSON-LD, prompt packs and SERP snippets. Free tools need no key. Account tools (probe, insights, competitors, content, publish) require Authorization: Bearer <api key> on a Growth or Content Pro plan.
Known tools 25
analyze_domainRun the free HuskyScout audit on a domain: crawls the site and returns an itemized 0-100 score for technical SEO, content structure and machine readability (robots.txt AI-crawler policy, llms.txt, JSON-LD, sitemap), plus authority and Core Web Vitals when those providers are configured, with the evidence and a fix tip for every check.
Inferred read-onlycheck_ai_crawlersEvaluate a robots.txt against the 16 known AI crawlers (OpenAI, Anthropic, Perplexity, Google, Apple, Common Crawl, Meta, ByteDance, Amazon, Cohere).
Inferred read-onlyscore_content_quotabilityScore how quotable a page is for AI answer engines: a 0-100 result across seven itemized checks (answer up front, question headings, lists, stats, sentence length, definitions, citations), each with evidence and a fix.
Inferred read-onlygenerate_llms_txtGenerate a spec-conformant llms.txt (llmstxt.org): H1 site name, blockquote summary, optional details paragraph, then H2 sections of markdown links.
Inferred read-onlygenerate_robots_txtGenerate a robots.txt that explicitly allows or blocks the 16 known AI crawlers, plus optional Allow/Disallow paths and a Sitemap URL.
Inferred read-onlygenerate_schemaBuild FAQPage, Article or Organization JSON-LD for AI and Google rich results.
Inferred read-onlypreview_serpPreview how a title, URL and meta description clip on Google desktop and mobile (pixel-based Arial truncation).
Inferred read-onlycheck_domain_ratingLook up a domain's authority rating on a 0-100 scale (OpenPageRank today).
Inferred read-onlyrun_ai_visibility_probeEnqueue an AI searchability probe: asks Perplexity, ChatGPT, Gemini, Claude and Google AI Overviews about a brand in a category, three times per prompt, and scores mention, citation and sentiment with a 95% interval.
Inferred read-onlyget_scan_resultPoll a previously queued scan job (audit, probe, insights, content) by jobId.
Inferred read-onlylist_articlesList persisted generated articles for a domain, newest first (cap 50), plus the site's CMS connections with no credentials.
Inferred read-onlylist_content_calendarList the content calendar for a domain: planned slots from the latest winnable queries and AI-visibility gaps, plus generated, draft and published articles.
Inferred read-onlyget_content_fixesCrawl a domain once (no LLM) and return ready-to-apply machine-readability fixes: llms.txt, merged robots.txt with AI-crawler allow rules, Organization and WebSite JSON-LD, meta suggestions, and the applicable fix list with evidence.
Inferred read-onlypublish_articlePublish an article to a CMS connection (WordPress, Ghost, Shopify, generic REST, or signed webhook) in draft or live mode.
Potential side effectsget_dashboard_overviewReturn the latest persisted SEO, AI searchability and authority scores for a domain, plus the top fix recommendations and dashboard tab counts (unread alerts, competitors, content items).
Inferred read-onlyget_probe_trendsReturn the day-granularity AI searchability trend series for a domain, with per-engine mention and citation rates and deltas versus the previous point.
Inferred read-onlylist_alertsList a site's probe alerts (visibility drops, competitor overtakes), newest first, plus the unread count.
Inferred read-onlylist_competitorsList the competitors a site tracks, with the authority trend when snapshots exist.
Inferred read-onlygenerate_prompt_packBuild the same deterministic prompt set the paid AI visibility probe runs, grouped by intent (discovery, recommendation, brand, comparison, alternatives).
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.huskyscout]
url = "https://huskyscout.net/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"huskyscout": {
"type": "http",
"url": "https://huskyscout.net/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: huskyscout
Remote MCP URL: https://huskyscout.net/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": {
"huskyscout": {
"url": "https://huskyscout.net/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"huskyscout": {
"type": "http",
"url": "https://huskyscout.net/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "huskyscout",
"transport": "streamable-http",
"url": "https://huskyscout.net/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.