llmaudit-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@llmaudit-mcpHaz un visibility check para la marca Acme y dime si aparece en las recomendaciones de IA"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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_checkstarts a measurement and returns arunId.get_visibility_checkcollects it after the fact. Returnsrunninguntil the providers respond.llmaudit://methodologyexplains 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:
One free measurement per domain every 30 days, checked BEFORE calling the API.
MCP_MONTHLY_RUN_LIMIT(default 200) as a channel-wide ceiling, separate from the web funnel budget.The rate limit count in prod goes by client identity, not by the IP of this server, which rotates in serverless.
Env
Variable | Purpose |
| Base of the API. Default |
| Shared key with llm-rank-tracker. Without it, prod rate-limits by IP |
| Table |
| Monthly ceiling on channel runs |
Development
npm run dev # xmcp dev
npm test # vitest, sin red
npm run build # xmcp buildThe 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.
This server cannot be installed
Maintenance
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
- AlicenseAqualityCmaintenanceEnables 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.16211MIT
- AlicenseNot gradedqualityBmaintenanceEnables 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
- AlicenseNot gradedqualityBmaintenanceEnables 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
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to scan brand visibility across ChatGPT, Claude, Gemini & Perplexity, analyze website GEO readiness, compare competitors, and get actionable recommendations.MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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