Skip to main content
Glama
nahuelsoria

llmaudit-mcp

by nahuelsoria

llmaudit-mcp

MCP server for llmaudit.app. Lets anyone's assistant measure whether a brand appears when buyers ask an AI for a recommendation.

Full spec: specs/features/geo-13-mcp-server.md in the private repo llm-rank-tracker.

What it exposes

  • start_visibility_check starts a measurement and returns a runId.

  • get_visibility_check collects it after the fact. Returns running until the providers respond.

  • llmaudit://methodology explains how it's measured.

They're two tools and not one because the measurement takes up to two minutes: the audit is 15 to 60s and the measured map about the same.

Related MCP server: ai-visibility-mcp

What it returns, and what it does NOT

It returns the measured map: the buyer's questions consulted live and who got each answer. Never the providers' self-report, which is what each model believes about the brand. The two numbers diverge greatly in practice, and the self-report is always the optimistic one: that's why the tool's contract does not expose it in any field.

It never returns a 0-100 score: a three-band verdict and counts.

Money

Each free measurement consumes llmaudit's API keys, on the order of USD 0.05 to 0.15. Three guards, all verified by tests:

  1. One free measurement per domain every 30 days, checked BEFORE calling the API.

  2. MCP_MONTHLY_RUN_LIMIT (default 200) as a channel-wide ceiling, separate from the web funnel budget.

  3. The rate limit count in prod goes by client identity, not by the IP of this server, which rotates in serverless.

Env

Variable

Purpose

LLMAUDIT_API_BASE_URL

Base of the API. Default https://llmaudit.app

MCP_SERVER_KEY

Shared key with llm-rank-tracker. Without it, prod rate-limits by IP

SUPABASE_URL / SUPABASE_SERVICE_ROLE_KEY

Table mcp_runs. Without them, the store is in-memory and does NOT work in serverless

MCP_MONTHLY_RUN_LIMIT

Monthly ceiling on channel runs

Development

npm run dev     # xmcp dev
npm test        # vitest, sin red
npm run build   # xmcp build

The tests run against real fixtures in fixtures/ (already-paid runs from the prospecting phase). None of them go out to the network or call a provider.

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.
    16
    21
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to check whether AI assistants recommend a brand and audit a site's AI-agent readiness, providing visibility scores and specific gaps.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to run brand-visibility audits by querying multiple AI engines, generating competitive leaderboards, and identifying growth opportunities. Integrates with any MCP-capable client to measure and act on brand discoverability in AI recommendations.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to scan brand visibility across ChatGPT, Claude, Gemini & Perplexity, analyze website GEO readiness, compare competitors, and get actionable recommendations.
    MIT

View all related MCP servers

Related MCP Connectors

  • Brand visibility auditing across LLMs, AI search, and answer engines with GEO reports and scores.

  • AI brand visibility analytics: visibility scores, optimizations, video, Reddit, and search rankings.

  • AI visibility analytics for brand mentions, citations, sentiment, and GEO reports

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nahuelsoria/llmaudit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server