Analytics
setoku.com
This MCP server serves as a data catalog and metric knowledge base for an application database, offering entity details, canonical metric definitions with SQL, and correction reporting.
ENDPOINT 1
https://demo.setoku.com/mcp/85315b4240ff6ded111072f950ac6f14167d920fdb765144
MCP server metadata
- Name
- setoku
- Version
- 0.21.0
Setoku is the governed query path into ONE company's or person's own data (this box), and nothing else. What it holds is set by whoever deployed it: it may be company data, personal data, or both. Do not assume from the connector's name. Connected right now: - the application database, mirrored table-for-table as biz.* (18 tables) How to use it: - Call find_context FIRST on any question about this data — it returns what the numbers MEAN here (definitions, gotchas, canonical SQL), which you cannot infer from column names. - Query with run_query, dialect:"clickhouse". get_schema lists every table you may touch. - You cannot commit knowledge from this session. Capture anything the user teaches you with report_correction; a human approves it in /admin. STANDING RULE: never tell the user Setoku doesn't have data for something without calling list_sources (and, for a specific table, get_schema) in that same turn. Connected sources change without the tool list changing, the knowledge store being quiet on a topic is not evidence the data is missing, and a wrong 'I don't have access to that' is the single worst answer this connector can give — it sends the user away from data they own.
Known tools 15
find_contextTHIS CONNECTOR'S DATA covers: the application database, mirrored table-for-table as biz.*.
Inferred read-onlylist_entitiesLists every documented entity, metric, and canonical query in the knowledge store (name + one-line summary).
Inferred read-onlydescribe_entityReturns the complete context document for one entity (or query/overview) by name or table.
Inferred read-onlyget_metricReturns the canonical, human-verified definition of a business metric, including the exact SQL.
Inferred read-onlyreport_correctionRecords a candidate correction/addition to the knowledge store (a gotcha, a clarified metric definition, an entity-annotation fix).
Inferred read-onlylist_sourcesTHIS CONNECTOR'S DATA covers: the application database, mirrored table-for-table as biz.*.
Inferred read-onlyget_schemaTHIS CONNECTOR'S DATA covers: the application database, mirrored table-for-table as biz.*.
Inferred read-onlyrun_queryTHIS CONNECTOR'S DATA covers: the application database, mirrored table-for-table as biz.*.
Inferred read-onlyapp_guideCall this FIRST whenever you're about to author or edit an app — the same way you call find_context before querying.
Potential side effectslist_appsLists apps/reports published to this box (active first), with their shareable URLs, panel counts, and who published them.
Inferred read-onlyget_appReturns everything needed to edit a published app in place: the full presentation TEMPLATE (the exact `html`/JS you'd pass back to update_app), its interactive `params`, and each panel's SQL, dialect, linked metric, and when it last ran.
Potential side effectsCONNECT 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.setoku]
url = "https://demo.setoku.com/mcp/85315b4240ff6ded111072f950ac6f14167d920fdb765144"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"setoku": {
"type": "http",
"url": "https://demo.setoku.com/mcp/85315b4240ff6ded111072f950ac6f14167d920fdb765144"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: setoku
Remote MCP URL: https://demo.setoku.com/mcp/85315b4240ff6ded111072f950ac6f14167d920fdb765144
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": {
"setoku": {
"url": "https://demo.setoku.com/mcp/85315b4240ff6ded111072f950ac6f14167d920fdb765144"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"setoku": {
"type": "http",
"url": "https://demo.setoku.com/mcp/85315b4240ff6ded111072f950ac6f14167d920fdb765144"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "setoku",
"transport": "streamable-http",
"url": "https://demo.setoku.com/mcp/85315b4240ff6ded111072f950ac6f14167d920fdb765144"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for setoku.com was fetched 2026-09-03T11:41:05.280Z.
setoku.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.