askedthrice-mcp
Click on "Deploy 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., "@askedthrice-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.
Related MCP Connectors
Measure how AI assistants cite your brand. Returns measured data and ready-to-apply fixes.
See whether AI assistants recommend your business - and where you rank - without leaving the chat.
Query your brand's AI visibility across ChatGPT, Claude, Perplexity, and Gemini.
Free, no signup. Check if ChatGPT, Perplexity & Google AI recommend a brand in 15 markets (GEO/AEO).
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.169 npm1MIT
- 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 gradedqualityDmaintenanceEnables 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
- AlicenseAqualityCmaintenanceEnables AI visibility analysis for brands, providing scores, sentiment, competitor comparison, and recommendations across multiple AI models like Claude and GPT-4o.215 npm1MIT