moonlings

Pay-per-result · no subscription · on the Apify Store

AI visibility tools for local business

Your customers ask AI for recommendations now. These tools tell you whether ChatGPT and Perplexity know you exist, whether what they say is accurate, and how you stack up against local rivals — as one-off checks, from 39¢, with nothing to install. Built for owners, marketing agencies, and AEO / GEO practitioners.

See all tools on Apify →Run in your browser or call from an AI agent over MCP

AI Visibility Check

$0.79

Does ChatGPT or Perplexity recommend your business when locals ask? Real appearance counts, which rivals get named instead, and the sites AI answers cite.

Open on Apify →

AI Fact-Check

$1.49

Ask ChatGPT and Perplexity about your business, then verify each claim — hours, address, phone — against Google. A severity-ranked list of what AI gets wrong.

Open on Apify →

Review Gap Check

$0.39

Your Google rating and review count versus your top local rivals, from live Maps data — the gap math done and a verdict on who's winning.

Open on Apify →

Local Business Competitor Analysis

$1.99 scan · $9.99 report

The full picture: strongest nearby rival, review and AI-visibility gaps, and sourced recommended actions — up to a graded multi-agent research report.

Open on Apify →

Thumbtack Scraper

Pay per result

The unofficial Thumbtack API: local service pros, ratings, hires, Top Pro badges, and full profiles with reviews, by service and city.

Open on Apify →

Built for agents too

Every tool is callable by AI agents over MCP.

Add Apify’s MCP server as a connector and each tool appears to your agent as a callable action, metered through your Apify account — search, run, and get structured JSON back. No human in the loop required.

They’re also x402-payable — an autonomous agent can discover a tool, pay per call (USDC on Base), and run it with no Apify account at all.

Connect it in a minute

Add these tools to your agent or coding assistant.

Works with Cursor, VS Code, Claude Desktop, Claude Code, Codex, and any MCP client. Point it at Apify’s MCP server scoped to the Moonlings tools — the first connection opens your browser to sign in to Apify, so there’s no token to copy.

Paste into your MCP config
{
  "mcpServers": {
    "moonlings": {
      "url": "https://mcp.apify.com?tools=moonlings/ai-visibility-check,moonlings/ai-fact-check,moonlings/review-gap-check,moonlings/local-business-competitor-analysis,moonlings/thumbtack-scraper"
    }
  }
}

e.g. Cursor’s .cursor/mcp.json, VS Code’s mcp.json, or a Claude Desktop custom connector.

Or one command (Apify CLI)
# Cursor, VS Code, Claude Code, Codex, Kiro…
apify mcp install cursor

Swap cursor for vscode, claude-code, or codex. Add --tools moonlings/ai-visibility-check to load just one.

Prefer a token to OAuth? Add an Authorization: Bearer <APIFY_TOKEN> header — grab the token from your Apify Console. Build a config visually with the Apify MCP configurator.