Twilize✓
io.github.subhatta123/twilize · v0.34.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.subhatta123/twilize",
"description": "Generate Tableau .twb/.twbx workbooks: 47 tools for charts, dashboards, rules, CSV pipelines.",
"title": "Twilize",
"repository": {
"url": "https://github.com/subhatta123/twilize",
"source": "github"
},
"version": "0.34.0",
"websiteUrl": "https://github.com/subhatta123/twilize",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "twilize",
"version": "0.34.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Install twilize with the optional `pipeline` extra (CSV->Hyper) so csv_to_dashboard works out of the box.",
"isRequired": true,
"value": "twilize[pipeline]",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Force unbuffered stdout so MCP stdio framing is never delayed by Python buffering.",
"default": "1",
"name": "PYTHONUNBUFFERED"
},
{
"description": "Force UTF-8 stdio so non-ASCII content in workbooks survives the round trip.",
"default": "utf-8",
"name": "PYTHONIOENCODING"
},
{
"description": "Server log level. One of: debug, info, warning, error, critical.",
"default": "info",
"name": "MCP_LOG_LEVEL"
},
{
"description": "Optional. Enables AI-assisted chart suggestions and reference-image styling.",
"isSecret": true,
"name": "OPENAI_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://web-production-dcbcb.up.railway.app/mcp"
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"author": {
"email": "suddhasheel.bhattacharya@gmail.com",
"name": "Suddhasheel Bhattacharya",
"organization": "Twilize"
},
"categories": [
"visualization",
"data",
"tableau",
"business-intelligence"
],
"keywords": [
"tableau",
"twb",
"twbx",
"mcp",
"visualization",
"workbook",
"dashboard",
"charts",
"bi"
],
"license": "AGPL-3.0-or-later"
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}