← analook.com

INDIVIDUAL MCP TOOL

get_report_status

Poll an analysis job's status.

analook.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.analook.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

analook.com

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.analook]
url = "https://www.analook.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "analook": {
      "type": "http",
      "url": "https://www.analook.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: analook
Remote MCP URL: https://www.analook.com/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": {
    "analook": {
      "url": "https://www.analook.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "analook": {
      "type": "http",
      "url": "https://www.analook.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "analook",
  "transport": "streamable-http",
  "url": "https://www.analook.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • analyze_competitor — Submit a competitor analysis job.
  • get_report — Fetch the full competitor analysis report as structured JSON.
  • get_report_markdown — Fetch the competitor analysis report as human-readable Markdown.
  • list_my_reports — List your recent competitor analysis reports (up to 50).
  • run_growth_audit — Run a full Growth Audit — three linked strategic reports for a product.
  • get_growth_audit — Fetch a Growth Audit's three reports (Executive Summary, Diagnosis, Action Plan) as Markdown.
  • browse_public_reports — Browse Analook's public competitor-intelligence report gallery.