visibilityradar-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VR_API_KEY | Yes | Your VisibilityRadar API key from Account Settings → MCP API Keys |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_brandA | Analyze how visible a brand is across AI models (Claude, GPT-4o, Gemini, Perplexity, Grok, DeepSeek). Returns an overall score, per-model scores, sentiment analysis, competitor comparison, and top recommendations. Results are also saved to the VisibilityRadar dashboard. |
| get_brand_historyA | Get the analysis history for a specific brand from the VisibilityRadar dashboard. Shows score trends over time. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: analyze_brand performs new analyses, while get_brand_history retrieves past results. No overlap or ambiguity.
Both tools follow a consistent verb_noun pattern (analyze_brand, get_brand_history), making the tool set predictable and easy to navigate.
With only 2 tools, the server is on the lower end of the typical range for a dedicated service. While the core functionality is covered, the count feels slightly thin for a dashboard scenario.
The set covers analysis creation and history retrieval but lacks basic CRUD operations such as listing all brands, updating analyses, or deleting entries, which are significant gaps for a dashboard.