MCP Server
Maintained
Avenity AI Visibility MCP Server
io.github.DanKaten/avenity-agentic-audit
What is the Avenity AI Visibility MCP server?
Hireable AI-visibility service: get a business named in AI answers. Free audit + x402 hire.
How to install Avenity AI Visibility
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"avenity-agentic-audit": {
"url": "https://avenity-agentic-audit.onrender.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"avenity-agentic-audit": {
"serverUrl": "https://avenity-agentic-audit.onrender.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"avenity-agentic-audit": {
"type": "http",
"url": "https://avenity-agentic-audit.onrender.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"avenity-agentic-audit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://avenity-agentic-audit.onrender.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http avenity-agentic-audit https://avenity-agentic-audit.onrender.com/mcpRelated MCP servers
x402-gated safety checker for npm/PyPI packages before you npm install / pip install.
View repository →