INDIVIDUAL MCP TOOL
audit_brand_visibility
Check whether a brand or entity surfaced by an AI engine is a genuine competitor in your category (e.
LIVE ENDPOINT
https://ninar.ai/mcp
Connect to this endpoint to inspect the live schema for audit_brand_visibility and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ninar-ai]
url = "https://ninar.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ninar-ai": {
"type": "http",
"url": "https://ninar.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ninar-ai
Remote MCP URL: https://ninar.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ninar-ai": {
"url": "https://ninar.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ninar-ai": {
"type": "http",
"url": "https://ninar.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ninar-ai",
"transport": "streamable-http",
"url": "https://ninar.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_latest_score— Get the AI Visibility Index (0-100) for the signed-in user's most recently scanned brand, broken down by engine.scan_visibility— Run an AI visibility scan for a brand.list_content_gaps— List AI-generated content suggestions (FAQs, differentiators, use cases, about copy) the signed-in user can publish to close visibility gaps found in their latest scan.generate_content— Generate AI-optimized content (FAQ, about copy, use cases, differentiators) for the gaps in your latest scan.