← moonlings.ai

INDIVIDUAL MCP TOOL

check_report_status

Poll a deep research report by slug.

moonlings.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://moonlings.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_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

moonlings.ai

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.moonlings]
url = "https://moonlings.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moonlings": {
      "type": "http",
      "url": "https://moonlings.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moonlings": {
      "type": "http",
      "url": "https://moonlings.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moonlings",
  "transport": "streamable-http",
  "url": "https://moonlings.ai/api/mcp"
}
MCP Inspector

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

Related tools

  • ping — Returns server status, the price list, and (when authenticated) your credit balance.
  • check_visibility — Ask ChatGPT and Perplexity live (with web search) who they'd recommend in a business's category and city, and report whether THIS business appears.
  • review_gap — Compare a local business's Google rating and review count against the top same-category rivals nearby, with the gap math done: who leads, the rating delta, the review-volume ratio, and a verdict (leading / rated_equal_or_better_but_outreviewed / trailing).
  • check_facts — Find what AI assistants get WRONG about a local business.
  • run_scan — A live competitor scan: a research agent finds the business's strongest same-category rival nearby and scouts it (offer, pricing signals, review positioning, what they do that this business doesn't), while two ground-truth lookups run in parallel: ChatGPT/Perplexity sampling for AI-assistant visibility, and a direct Google Places review comparison (reviewSnapshot — the authoritative numbers; finding source URLs are verified against what the agent actually retrieved).
  • start_deep_report — Launch a full overnight-grade research report on a local business: an autonomous research crew maps the competitive landscape, reads the business's and rivals' web presence, and delivers a long-form graded report with structured findings and an action list.
  • get_report_result — Fetch a completed deep research report by slug.