Skip to main content
ClaudeWave

MCP server for llmaudit.app: measure whether AI assistants actually recommend a brand

MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/26/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/nahuelsoria/llmaudit-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "llmaudit-mcp": {
      "command": "node",
      "args": ["/path/to/llmaudit-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/nahuelsoria/llmaudit-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# llmaudit-mcp

Servidor MCP de [llmaudit.app](https://llmaudit.app). Deja que el asistente de
cualquier persona mida si una marca aparece cuando los compradores le piden una
recomendacion a una IA.

Spec completa: `specs/features/geo-13-mcp-server.md` en el repo privado
llm-rank-tracker.

## Lo que expone

- `start_visibility_check` arranca la medicion y devuelve un `runId`.
- `get_visibility_check` la cobra. Devuelve `running` hasta que los proveedores
  contestan.
- `llmaudit://methodology` explica como se mide.

Son dos tools y no una porque la medicion tarda hasta dos minutos: el audit son
15 a 60s y el mapa medido otro tanto.

## Lo que devuelve, y lo que NO

Devuelve el **mapa medido**: las preguntas del comprador consultadas en vivo y
quien se llevo cada respuesta. Nunca el autoreporte de los proveedores, que es
lo que cada modelo CREE de la marca. Los dos numeros se separan muchisimo en la
practica, y el autoreporte siempre es el optimista: por eso el contrato de la
tool no lo expone en ningun campo.

Nunca devuelve un puntaje 0-100: veredicto en tres bandas y conteos.

## Plata

Cada medicion gratis gasta las API keys de llmaudit, del orden de USD 0,05 a
0,15. Tres guardas, todas verificadas por tests:

1. Una medicion gratis por dominio cada 30 dias, chequeada ANTES de llamar a la API.
2. `MCP_MONTHLY_RUN_LIMIT` (default 200) como techo del canal, separado del
   presupuesto del funnel web.
3. El conteo de rate limit en prod va por identidad de cliente, no por la IP de
   este servidor, que en serverless rota.

## Env

| Variable | Para que |
| --- | --- |
| `LLMAUDIT_API_BASE_URL` | Base de la API. Default `https://llmaudit.app` |
| `MCP_SERVER_KEY` | Llave compartida con llm-rank-tracker. Sin ella prod bucketea por IP |
| `SUPABASE_URL` / `SUPABASE_SERVICE_ROLE_KEY` | Tabla `mcp_runs`. Sin ellas el store es en memoria y NO sirve en serverless |
| `MCP_MONTHLY_RUN_LIMIT` | Techo mensual de corridas del canal |

## Uso del canal

`npm run stats` lee `mcp_runs` y dice cuanto queda del techo del mes, quien
llamo, que dominios se midieron y cual tiene tomada la cuota de 30 dias.

```sh
node --env-file <archivo.env> scripts/stats.mjs
node --env-file <archivo.env> scripts/stats.mjs --days 30 --history 180
```

Necesita `SUPABASE_URL` (o `NEXT_PUBLIC_SUPABASE_URL`) y
`SUPABASE_SERVICE_ROLE_KEY`. `--days` es el detalle diario, `--history` cuanto
pasado trae; el mes en curso siempre entra completo, porque ese numero tiene que
dar igual que el del guard.

Lo primero que imprime, cuando aparece, son las corridas **huerfanas**: filas
reservadas que nunca engancharon su `audit_id`. Le tiran "Unknown runId" al
cliente para siempre y mientras tanto ocupan la cuota gratis de su dominio y
suman al techo del mes. Se borran por `run_id`.

Vercel Web Analytics no sirve para medir esto: mide inyectando un script en el
HTML, y aca no hay HTML ni navegador que lo corra, cada request es un JSON-RPC
de un cliente MCP. Marcaria cero para siempre.

## Desarrollo

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

Los tests corren contra fixtures reales en `fixtures/` (corridas ya pagadas de
la prospeccion). Ninguno sale a la red ni llama a un proveedor.

What people ask about llmaudit-mcp

What is nahuelsoria/llmaudit-mcp?

+

nahuelsoria/llmaudit-mcp is mcp servers for the Claude AI ecosystem. MCP server for llmaudit.app: measure whether AI assistants actually recommend a brand It has 0 GitHub stars and its last recorded update is dated 2026-08-25.

How do I install llmaudit-mcp?

+

You can install llmaudit-mcp by cloning the repository (https://github.com/nahuelsoria/llmaudit-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is nahuelsoria/llmaudit-mcp safe to use?

+

Our security agent has analyzed nahuelsoria/llmaudit-mcp and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains nahuelsoria/llmaudit-mcp?

+

nahuelsoria/llmaudit-mcp is maintained by nahuelsoria. The last recorded GitHub activity is dated 2026-08-25, with 0 open issues.

Are there alternatives to llmaudit-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy llmaudit-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: nahuelsoria/llmaudit-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/nahuelsoria-llmaudit-mcp)](https://claudewave.com/repo/nahuelsoria-llmaudit-mcp)
<a href="https://claudewave.com/repo/nahuelsoria-llmaudit-mcp"><img src="https://claudewave.com/api/badge/nahuelsoria-llmaudit-mcp" alt="Featured on ClaudeWave: nahuelsoria/llmaudit-mcp" width="320" height="64" /></a>

More MCP Servers

llmaudit-mcp alternatives