INDIVIDUAL MCP TOOL
get_brand_reviews
Browse YOUR brand's reviews in FULL TEXT (internal use), newest first, with filters and pagination.
LIVE ENDPOINT
https://citatio.ai/mcp
Connect to this endpoint to inspect the live schema for get_brand_reviews and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.citatio]
url = "https://citatio.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"citatio": {
"type": "http",
"url": "https://citatio.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: citatio
Remote MCP URL: https://citatio.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": {
"citatio": {
"url": "https://citatio.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"citatio": {
"type": "http",
"url": "https://citatio.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "citatio",
"transport": "streamable-http",
"url": "https://citatio.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_brand— Search companies covered by citatio.ai review intelligence.get_cited_quotes— Verbatim customer-review quotes for a brand, each with its star rating, date, source portal name, and a link to the original review - ready to cite.compare_brands— Data-derived brand comparisons published on citatio.ai ("X vs Y" head-to-heads and "best <category>" rankings, computed from customer-review analysis - winners are data-derived, not sponsored).ask_brand_reviews— Ask a free-form question about YOUR brand, answered from its customer-review knowledge base (RAG over verbatim review excerpts).get_brand_stats— ALL-TIME statistics for YOUR brand — no time window: total reviews ever collected, average rating, per-source breakdown, per-year trend, per-theme sentiment.get_switching_flows— Competitor-switching intelligence for YOUR brand: explicit "switched from/to X" statements mined from review text, aggregated per competitor and direction, with the verbatim quotes and coverage context.list_brand_insights— List the analyses citatio.ai has produced for YOUR brand: weekly stakeholder reports (management, marketing, product, customer service, HR, executive) and evidence digests (overall, per-month, per-theme, with cited quotes).get_brand_insight— Fetch one report or context digest for YOUR brand in full (markdown).