LLM Audit
Rank #27,005app.llmaudit/llmaudit
Measure whether AI assistants actually recommend a brand, from measured answers.
LLM Audit is a Model Context Protocol (MCP) server published by nahuelsoria. It ranks #27,005 of 132,405 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. LLM Audit is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 25, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 105,400 of 132,405 servers on MCP Toplist.
Use LLM Audit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http llmaudit https://mcp.llmaudit.app/mcpclaude mcp add llmaudit -- npx -y llmaudit-mcp[mcp_servers.llmaudit]
url = "https://mcp.llmaudit.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.llmaudit]
command = "npx"
args = ["-y", "llmaudit-mcp"]Add to ~/.codex/config.toml.
https://mcp.llmaudit.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"llmaudit": {
"command": "npx",
"args": [
"-y",
"llmaudit-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"llmaudit": {
"url": "https://mcp.llmaudit.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"llmaudit": {
"command": "npx",
"args": [
"-y",
"llmaudit-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"llmaudit": {
"type": "http",
"url": "https://mcp.llmaudit.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"llmaudit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"llmaudit-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"llmaudit": {
"serverUrl": "https://mcp.llmaudit.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"llmaudit": {
"command": "npx",
"args": [
"-y",
"llmaudit-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"llmaudit": {
"url": "https://mcp.llmaudit.app/mcp"
}
}
}{
"mcpServers": {
"llmaudit": {
"command": "npx",
"args": [
"-y",
"llmaudit-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/app.llmaudit%2Fllmaudit)<a href="https://mcptoplist.com/server/app.llmaudit%2Fllmaudit"><img src="https://mcptoplist.com/badge/app.llmaudit%2Fllmaudit.svg" alt="MCP Toplist: Top 25% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
nahuelsoria
Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Aug 28, 2026 |
| 1.0.0 | Aug 25, 2026 |
Frequently asked questions
- Who maintains LLM Audit?
- LLM Audit is maintained by nahuelsoria, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is LLM Audit listed on the Official MCP Registry?
- Yes — LLM Audit is listed on the Official MCP Registry.
- How many versions does LLM Audit have?
- MCP Toplist tracks 2 versions of LLM Audit, most recently published on Aug 28, 2026.
- Where can I find the source code for LLM Audit?
- The source code for LLM Audit is hosted at github.com/nahuelsoria/llmaudit-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.