Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-06-18 streamable-http

Analook — Competitor Intelligence

io.github.gingiris/analook

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

Uptime
100.0%
1 direct probes · 30d
Response
4942ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

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

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}

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 la…

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: …

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 …

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 …

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: {statu…

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 —…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "analook_—_competitor_intelligence": {
      "url": "https://www.analook.com/mcp",
      "transport": "streamable-http"
    }
  }
}