mcpbeat

Analook — Competitor Intelligence MCP Server

io.github.Gingiris-1031/analook
answering

Analook — Competitor Intelligence is answering right now. Last checked 2 min ago. It exposes 8 tools. Last commit 3 Aug 2026.

Competitor intelligence for AI agents — SEO, traffic, social, Product Hunt, pricing, AI insights.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
641 ms
Response time
average over 24h
105
Stars
last commit 3 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add analook --transport http https://www.analook.com/mcp/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "analook": {
      "url": "https://www.analook.com/mcp/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.analook]
url = "https://www.analook.com/mcp/"
.cursor/mcp.json
{
  "mcpServers": {
    "analook": {
      "url": "https://www.analook.com/mcp/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "analook": {
      "url": "https://www.analook.com/mcp/"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

report
get_report
Fetch the full competitor analysis report as structured JSON. Reports contain: website snapshot, Wayback Machine history, SEO/traffic data (DataForSEO), social media presence, Product Hunt launches, GitHub stats, pricing, funding, AI-generated business insights, growth playbooks, and more. Args: job_id: ID from analyze_competitor(); status must be 'completed' Returns: The full report dict (nested structure), or {error} if not found / not ready.
get_report_markdown
Fetch the competitor analysis report as human-readable Markdown. Suitable for piping into agents that prefer text over structured JSON, or for direct display to end users. Args: job_id: ID from analyze_competitor(); status must be 'completed' Returns: {markdown: str} or {error: str}
get_report_status
Poll an analysis job's status. Args: job_id: ID returned from analyze_competitor() Returns: {status: 'running'|'completed'|'failed', progress?: str, report_url?: str}
growth
get_growth_audit
Fetch a Growth Audit's three reports (Executive Summary, Diagnosis, Action Plan) as Markdown. Args: job_id: ID from run_growth_audit() (starts with 'ga-') Returns: {status, reports: {executive_summary, diagnosis_report, action_plan}} while running, only {status, progress} is returned.
run_growth_audit
Run a full Growth Audit — three linked strategic reports for a product. Unlike analyze_competitor (a single 15-signal intelligence snapshot), a Growth Audit produces an Executive Summary + a Diagnosis Report + a 30-day Action Plan, grounded in real channel/tactic playbooks. Best for 'how do I grow THIS product' rather than 'what is this competitor doing'. Takes ~4-6 minutes. Requires authentication and deducts 10 credits. Poll with get_growth_audit(job_id) until status='completed'. Args: url: Product website URL to audit product_name: Optional product name override (defaults to domain) lang: Report language, 'en' (default) or 'zh'
analyze
analyze_competitor
Submit a competitor analysis job. Analyzes a competitor's website across 15+ data sources (SEO, traffic, social, Product Hunt, GitHub, Wayback Machine history, AI-generated insights, etc.) and returns a job_id. Use get_report_status(job_id) to poll and get_report(job_id) to retrieve results when status='completed'. Typical analysis takes 2-5 minutes. Requires authentication (deducts 1 credit from your Analook balance). Args: url: Competitor website URL (e.g. 'https://linear.app' or 'lovable.dev') product_name: Optional product name override (defaults to domain) lang: Report language, 'en' (default) or 'zh' for Chinese output Returns: {job_id: str, status: 'started', poll_url: str} on success {error: str, hint?: str} on auth/validation failure
browse
browse_public_reports
Browse Analook's public competitor-intelligence report gallery. Returns recently published public reports (product name, domain, category, and a link). No authentication or credits required — a fast way to discover existing analyses before spending a credit on a fresh one. Args: category: Optional filter, e.g. 'AI / Agents', 'Dev Tools', 'Crypto / Web3', 'Marketing / SEO', 'SaaS / Other'
reports
list_my_reports
List your recent competitor analysis reports (up to 50). Requires authentication. Returns a lightweight list (id, url, product_name, created_at, status) — use get_report(job_id) to fetch the full report for any of them. Returns: {reports: [{id, url, product_name, created_at, status}, ...]}

Endpoints

URLTransportStateLatencyChecked
https://www.analook.com/mcp/ streamable-http answering 694 ms 2 min ago

Analook — Competitor Intelligence — questions

Answers built from our own checks of this server.

What can Analook — Competitor Intelligence do?
It exposes 8 tools, read directly from the server on our last check. Among them: analyze_competitor, browse_public_reports, get_growth_audit, get_report, get_report_markdown, get_report_status and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Analook — Competitor Intelligence mostly used for?
Its tools cluster around report and growth. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Analook — Competitor Intelligence working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 641 ms. The bar chart above shows every period we have measured.
How do I connect Analook — Competitor Intelligence?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Analook — Competitor Intelligence need an API key?
No. Analook — Competitor Intelligence completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Analook — Competitor Intelligence?
It answers our handshake in 641 ms on average, which is faster than 14% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Analook — Competitor Intelligence open source?
Yes — written in HTML and 105 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.