MCP server
Your numbers, wherever you already work
Surevisible ships a Model Context Protocol server over the same semantic layer the dashboard queries. Connect it to Claude and ask about your own traffic in the window where you are already thinking.
Six tools, one contract
The server exposes the semantic layer rather than the database. A client cannot ask for a metric that does not exist, and cannot get two different definitions of a session depending on how it phrased the question.
list_brandsEvery brand in the workspace, with the sources attached to each.
get_metric_schemaThe measures and dimensions available. Read this first: guessing metric names is how you get a confident wrong answer.
query_metricsThe general query. Measures, dimensions, filters, a period, and nothing you have to know SQL to express.
compare_periodsThe same query over two windows, with the delta computed rather than left to the reader.
top_moversWhat changed most, ranked. The answer to 'why is this down' before you have to ask it.
portfolio_overviewThe whole portfolio at once, for the broad 'how are things going' question.
Adding it to Claude
{
"mcpServers": {
"surevisible": {
"command": "npx",
"args": ["-y", "@surevisible/mcp"],
"env": { "SUREVISIBLE_API_TOKEN": "sv_…" }
}
}
}The token is issued from your workspace settings and carries the same read-only scope the app itself uses.
See the whole brand
Search, analytics, ads, revenue, CRM and support, pulled into one view per brand and kept current. Connect the first source in a few minutes.