Skip to main content
Glama
nahuelsoria

llmaudit-mcp

by nahuelsoria

llmaudit-mcp

llmaudit.app 的 MCP 服务器。它让任何人的助手都能在买家向 AI 询问推荐时,测量品牌是否会出现。

完整规格:specs/features/geo-13-mcp-server.md 位于私有仓库 llm-rank-tracker 中。

它暴露什么

  • start_visibility_check 启动一次测量并返回一个 runId

  • get_visibility_check 获取测量结果。在提供商回复之前,返回 running

  • llmaudit://methodology 解释测量方式。

是两个工具,而不是一个,因为测量需要持续两分钟:audit 需要 15 到 60 秒,被测量的地图也是一样。

Related MCP server: ai-visibility-mcp

它返回什么,以及不返回什么

它返回 被测量的地图:实时查询的买家问题,以及每个回答对应谁。它绝不返回提供商的自我报告,也就是每个模型对品牌的自我认知。这两个数字在实际中差异很大,而自我报告总是更乐观的那个:因此该工具的契约不在任何字段中暴露它。

它从不返回 0-100 的评分:返回三档判定结果和次数统计。

费用

每次免费测量会消耗 llmaudit 的 API keys,大约 USD 0.05 到 0.15。有三个防护,全部通过测试验证:

  1. 每个域名每 30 天只能进行一次免费测量,该检查在调用 API 之前完成。

  2. MCP_MONTHLY_RUN_LIMIT(默认 200)作为该渠道的月度上限,与 web funnel 的预算分开。

  3. 生产环境中的 rate limit 按客户端身份进行,而非按此服务器的 IP(该 IP 在 serverless 中会轮换)。

环境变量

Variable

用途

LLMAUDIT_API_BASE_URL

API 的基础地址。默认 https://llmaudit.app

MCP_SERVER_KEY

与 llm-rank-tracker 共享的密钥。没有它,生产环境按 IP 限制

SUPABASE_URL / SUPABASE_SERVICE_ROLE_KEY

mcp_runs。没有它们,存储只能在内存中,且不适用于 serverless

MCP_MONTHLY_RUN_LIMIT

该渠道的月度运行上限

开发

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

测试在 fixtures/ 下运行,使用真实的测试装置(来自已付款探测的运行)。没有哪个测试会访问网络或调用任何提供商。

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