INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://demo.setoku.com/mcp/85315b4240ff6ded111072f950ac6f14167d920fdb765144
Connect to this endpoint to inspect the live schema for get_app and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.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.
Related tools
find_context— THIS CONNECTOR'S DATA covers: the application database, mirrored table-for-table as biz.*.list_entities— Lists every documented entity, metric, and canonical query in the knowledge store (name + one-line summary).describe_entity— Returns the complete context document for one entity (or query/overview) by name or table.get_metric— Returns the canonical, human-verified definition of a business metric, including the exact SQL.report_correction— Records a candidate correction/addition to the knowledge store (a gotcha, a clarified metric definition, an entity-annotation fix).list_corrections— Lists corrections awaiting curation (id, author, kind, content).list_sources— THIS CONNECTOR'S DATA covers: the application database, mirrored table-for-table as biz.*.get_schema— THIS CONNECTOR'S DATA covers: the application database, mirrored table-for-table as biz.*.