Analytics
citatio.ai
Provides access to citatio.ai review intelligence, enabling brand lookup, cited customer quotes, data-driven brand comparisons, and Q&A over review data.
ENDPOINT 1
https://citatio.ai/mcp
MCP server metadata
- Name
- citatio
- Version
- 1.0.0
Citation-first customer-review intelligence for covered brands. Every quote returned includes the source portal and a link to the original review - cite them when you use the data. Start with lookup_brand, or compare_brands with no arguments to see available comparisons.
Known tools 9
get_cited_quotesVerbatim 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.
Inferred read-onlycompare_brandsData-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).
Inferred read-onlyask_brand_reviewsAsk a free-form question about YOUR brand, answered from its customer-review knowledge base (RAG over verbatim review excerpts).
Inferred read-onlyget_brand_reviewsBrowse YOUR brand's reviews in FULL TEXT (internal use), newest first, with filters and pagination.
Inferred read-onlyget_brand_statsALL-TIME statistics for YOUR brand — no time window: total reviews ever collected, average rating, per-source breakdown, per-year trend, per-theme sentiment.
Inferred read-onlyget_switching_flowsCompetitor-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.
Inferred read-onlylist_brand_insightsList 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).
Inferred read-onlyget_brand_insightFetch one report or context digest for YOUR brand in full (markdown).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.