INDIVIDUAL MCP TOOL
describe_entity
Returns the complete context document for one entity (or query/overview) by name or table.
LIVE ENDPOINT
https://demo.setoku.com/mcp/85315b4240ff6ded111072f950ac6f14167d920fdb765144
Connect to this endpoint to inspect the live schema for describe_entity and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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).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.*.run_query— THIS CONNECTOR'S DATA covers: the application database, mirrored table-for-table as biz.*.