← Registry

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.

1 endpoint15 known toolsFirst detected August 23, 2026Last detected August 23, 2026

ENDPOINT 1

https://demo.setoku.com/mcp/85315b4240ff6ded111072f950ac6f14167d920fdb765144

No auth detected

MCP server metadata

Name
setoku
Version
0.21.0
Capabilities
tools.listChanged
Server instructions

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_context

THIS CONNECTOR'S DATA covers: the application database, mirrored table-for-table as biz.*.

Inferred read-only
list_entities

Lists every documented entity, metric, and canonical query in the knowledge store (name + one-line summary).

Inferred read-only
describe_entity

Returns the complete context document for one entity (or query/overview) by name or table.

Inferred read-only
get_metric

Returns the canonical, human-verified definition of a business metric, including the exact SQL.

Inferred read-only
report_correction

Records a candidate correction/addition to the knowledge store (a gotcha, a clarified metric definition, an entity-annotation fix).

Inferred read-only
list_corrections

Lists corrections awaiting curation (id, author, kind, content).

Inferred read-only
list_sources

THIS CONNECTOR'S DATA covers: the application database, mirrored table-for-table as biz.*.

Inferred read-only
get_schema

THIS CONNECTOR'S DATA covers: the application database, mirrored table-for-table as biz.*.

Inferred read-only
run_query

THIS CONNECTOR'S DATA covers: the application database, mirrored table-for-table as biz.*.

Inferred read-only
app_guide

Call this FIRST whenever you're about to author or edit an app — the same way you call find_context before querying.

Potential side effects
publish_app

Publishes an app backed by LIVE data and returns a shareable URL.

Inferred read-only
update_app

Updates an app you created — keeping its id and shareable link.

Inferred read-only
list_apps

Lists apps/reports published to this box (active first), with their shareable URLs, panel counts, and who published them.

Inferred read-only
get_app

Returns 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 effects
unpublish_app

Archives a published app/report by its id (from list_apps).

Inferred read-only

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.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.

Trust status Trusted

setoku.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.