← huskyscout.net

INDIVIDUAL MCP TOOL

untrack_competitor

Remove a tracked competitor from a site.

huskyscout.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://huskyscout.net/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for untrack_competitor and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

huskyscout.net

CONNECT 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.

Related tools

  • analyze_domain — Run 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.
  • check_ai_crawlers — Evaluate a robots.txt against the 16 known AI crawlers (OpenAI, Anthropic, Perplexity, Google, Apple, Common Crawl, Meta, ByteDance, Amazon, Cohere).
  • score_content_quotability — Score 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.
  • generate_llms_txt — Generate a spec-conformant llms.txt (llmstxt.org): H1 site name, blockquote summary, optional details paragraph, then H2 sections of markdown links.
  • generate_robots_txt — Generate a robots.txt that explicitly allows or blocks the 16 known AI crawlers, plus optional Allow/Disallow paths and a Sitemap URL.
  • generate_schema — Build FAQPage, Article or Organization JSON-LD for AI and Google rich results.
  • preview_serp — Preview how a title, URL and meta description clip on Google desktop and mobile (pixel-based Arial truncation).
  • check_domain_rating — Look up a domain's authority rating on a 0-100 scale (OpenPageRank today).