Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Tableau Workbook Auditor

NPM · TABLEAU-LINEAGE-MCP · SCANNED SEP 21

Local-only Tableau .twbx audit: lineage, unused fields, duplicate calcs, SQL, version diffs

Available components

+3 this week 86 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 98 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 29 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability86
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1159 tokens (~105/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Tableau Workbook Auditor MCP server?

Tableau Workbook Auditor runs locally as an npm package, launched with npx -y tableau-lineage-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · tableau-lineage-mcp

# add to Claude Code
claude mcp add andey0saikiran-tableau-lineage -- npx -y tableau-lineage-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "andey0saikiran-tableau-lineage": {
      "command": "npx",
      "args": [
        "-y",
        "tableau-lineage-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "andey0saikiran-tableau-lineage": {
      "command": "npx",
      "args": [
        "-y",
        "tableau-lineage-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add andey0saikiran-tableau-lineage -- npx -y tableau-lineage-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "andey0saikiran-tableau-lineage": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "tableau-lineage-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add andey0saikiran-tableau-lineage --command npx --arg -y --arg tableau-lineage-mcp
# ~/.hermes/config.yaml
mcp_servers:
  andey0saikiran-tableau-lineage:
    command: "npx"
    args: ["-y", "tableau-lineage-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "andey0saikiran-tableau-lineage": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "tableau-lineage-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add andey0saikiran-tableau-lineage -t stdio -c npx -a -y tableau-lineage-mcp
// mcp.json
{
  "mcpServers": {
    "andey0saikiran-tableau-lineage": {
      "command": "npx",
      "args": [
        "-y",
        "tableau-lineage-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 0
    • Stability: 0.97 → pass security
  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/tableau-lineage-mcp@1.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 98 packages
Packages resolved 98
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 11 exposed · ~1,159 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
analyze_workbook ~94

Parse a local Tableau workbook (.twbx or .twb) and return an overview: field counts, datasources, calculated-field names by type, parameter names, and raw fields. Parsing happens locally; the file is never uploaded. Start here, then use the other tools for details.

NameTypeReqDescription
pathstringyesAbsolute (or cwd-relative) path to a local Tableau workbook: .twbx or .twb

No output schema declared.

No examples provided.

audit_workbook ~148

Find what is wrong with a workbook: fields and parameters nothing uses (each with a confidence level and the reason), duplicate calculations (identical formulas under different names, and the more dangerous same-name-different-formula case), and performance findings (heavy LODs, nested calculations, deep calculation chains, non-fixed dashboard sizing, live connections, and more). Use it before a cleanup, a migration, or a workbook review. Unused fields are reported with confidence rather than as certainties, because a field can be referenced in ways a file cannot show.

NameTypeReqDescription
pathstringyesAbsolute (or cwd-relative) path to a local Tableau workbook: .twbx or .twb

No output schema declared.

No examples provided.

diff_workbooks ~138

Semantic diff between two Tableau workbooks: calculations added, removed, renamed or edited (with the downstream fields each edit affects), plus changed parameters, filters, worksheets, dashboards, data sources and stored SQL. Formula reformatting is ignored, and a field that disappears while an identical formula appears under a new name is reported as a rename. Use this for release notes, code review of a workbook change, or answering "what changed and what does it break?".

NameTypeReqDescription
afterstringyesPath to the later .twbx or .twb
beforestringyesPath to the earlier .twbx or .twb

No output schema declared.

No examples provided.

get_field ~88

Full detail for a single field by name (brackets optional, case-insensitive): formula, type, direct dependencies, and every field that directly uses it.

NameTypeReqDescription
fieldstringyesField name, e.g. "Profit Ratio" or "[Profit Ratio]"
pathstringyesAbsolute (or cwd-relative) path to a local Tableau workbook: .twbx or .twb

No output schema declared.

No examples provided.

get_lineage_graph ~72

The complete dependency graph as JSON: one node per field/parameter (with type) and one directed edge per dependency (source feeds target). Suitable for rendering or graph analysis.

NameTypeReqDescription
pathstringyesAbsolute (or cwd-relative) path to a local Tableau workbook: .twbx or .twb

No output schema declared.

No examples provided.

list_calculated_fields ~103

List every calculated field in the workbook with its formula, type (calculated / LOD / table calc), datasource, and what it directly depends on. Optionally filter by a case-insensitive substring of the field name or formula.

NameTypeReqDescription
filterstringOptional case-insensitive substring to match against field names and formulas
pathstringyesAbsolute (or cwd-relative) path to a local Tableau workbook: .twbx or .twb

No output schema declared.

No examples provided.

list_filters ~117

Every filter in the workbook, deduplicated across worksheets: the field it acts on (caption-resolved), filter kind (categorical / quantitative / relative-date), whether it is a context filter, which worksheets use it, selected member values when stored, and quantitative ranges. Includes a by_worksheet grouping and the distinct list of fields driving any filter. Data-source filters are marked "(data source filter)".

NameTypeReqDescription
pathstringyesAbsolute (or cwd-relative) path to a local Tableau workbook: .twbx or .twb

No output schema declared.

No examples provided.

list_parameters ~58

List every parameter in the workbook: current value, datatype, allowed values, and which calculated fields use each one.

NameTypeReqDescription
pathstringyesAbsolute (or cwd-relative) path to a local Tableau workbook: .twbx or .twb

No output schema declared.

No examples provided.

list_sql_queries ~122

Extract every SQL statement the workbook contains: Custom SQL relations (with the full query text), Initial SQL run when a connection opens, stored-procedure references with their parameters, and RAWSQL_* calculated fields. Each entry names the datasource and the database connection (class, server, dbname) it targets. Note: queries Tableau auto-generates at runtime for live connections are not stored in the file, so they cannot be extracted.

NameTypeReqDescription
pathstringyesAbsolute (or cwd-relative) path to a local Tableau workbook: .twbx or .twb

No output schema declared.

No examples provided.

list_worksheets ~100

Every worksheet in the workbook with the fields it uses (caption-resolved, from its datasource dependencies) and the filters it applies (field, kind, context status). The per-sheet view of the workbook: use it to answer "what does this sheet depend on?" or "where is this field actually displayed?".

NameTypeReqDescription
pathstringyesAbsolute (or cwd-relative) path to a local Tableau workbook: .twbx or .twb

No output schema declared.

No examples provided.

trace_dependencies ~119

Trace what a field is built from (upstream, recursive tree down to raw columns and parameters) and everything that would be affected if it changed (downstream, transitive). The impact-analysis tool: use before editing a calculation.

NameTypeReqDescription
fieldstringyesField name, e.g. "Profit Ratio" or "[Profit Ratio]"
max_depthintegerMaximum upstream recursion depth (default 10)
pathstringyesAbsolute (or cwd-relative) path to a local Tableau workbook: .twbx or .twb

No output schema declared.

No examples provided.

Common questions

What is the Tableau Workbook Auditor MCP server?

Tableau Workbook Auditor is an MCP server listed in the public MCP registry as io.github.andey0Saikiran/tableau-lineage. Local-only Tableau .twbx audit: lineage, unused fields, duplicate calcs, SQL, version diffs. This page covers its npm package (tableau-lineage-mcp).

Is the Tableau Workbook Auditor MCP server safe to use?

Tableau Workbook Auditor scores 86 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Tableau Workbook Auditor MCP server expose?

Tableau Workbook Auditor exposes 11 tools: analyze_workbook, list_calculated_fields, get_field, trace_dependencies, list_parameters, and 6 more. Their descriptions and schemas cost roughly 1,159 tokens of context every time the server is loaded.

Is the Tableau Workbook Auditor MCP server still maintained?

Tableau Workbook Auditor is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Tableau Workbook Auditor MCP server under?

Tableau Workbook Auditor declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.