Tabula MCP✓
click.tabula.www/tabula-mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "click.tabula.www/tabula-mcp",
"description": "Bar-first MCP server for Tabula chart authoring, PNG rendering, and editor handoff.",
"title": "Tabula MCP",
"version": "1.0.0",
"websiteUrl": "https://www.tabula.click/docs/tabula-mcp",
"icons": [
{
"src": "https://www.tabula.click/assets/tabula-logo.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://www.tabula.click/api/mcp/stream",
"headers": [
{
"description": "Optional Bearer token for authenticated Tabula users. Recommended source: https://www.tabula.click/docs/tabula-mcp/connect",
"isSecret": true,
"placeholder": "Bearer <tabula-mcp-token>",
"name": "Authorization"
},
{
"description": "Optional guest session identifier to preserve guest quota state across remote requests.",
"placeholder": "mcp-guest-session-id",
"name": "X-Tabula-Guest-Session"
},
{
"description": "Optional explicit approval signal for mutating tools when approval enforcement is enabled.",
"placeholder": "approved",
"choices": [
"true",
"approved",
"confirmed"
],
"name": "X-Tabula-Approval"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}