# mcp-server-sigma (pypi · mcp-server-sigma)

MCP server for Sigma Computing. Provision dashboards, build models, and automate cloud analytics.

- Trust score: 66/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- pypi · `mcp-server-sigma`: 66/100 (this document), [markdown](https://verifymcp.io/servers/christianclaudio-sigma/mcp-server-sigma.md), [page](https://verifymcp.io/servers/christianclaudio-sigma/mcp-server-sigma)

## Channel facts

- Registry: `pypi`
- Package: `mcp-server-sigma`
- Version: `1.1.5`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Supply Chain Security**: 50/100
  - Malware scan not yet available for this package.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - 1 of 32 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 35/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (Apache Software License) isn't a recognized OSI-approved license.
  - Actively maintained (last published 8 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 81/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 6468 tokens (~40/item across 159 items; 155 tools + 4 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 17 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 156 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the mcp-server-sigma server?

mcp-server-sigma runs locally as a PyPI package, launched with uvx mcp-server-sigma. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add christianclaudio-sigma -- uvx mcp-server-sigma
```

### Cursor

```json
{
  "mcpServers": {
    "christianclaudio-sigma": {
      "command": "uvx",
      "args": [
        "mcp-server-sigma"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "christianclaudio-sigma": {
      "command": "uvx",
      "args": [
        "mcp-server-sigma"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add christianclaudio-sigma -- uvx mcp-server-sigma
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "christianclaudio-sigma": {
      "type": "local",
      "command": [
        "uvx",
        "mcp-server-sigma"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add christianclaudio-sigma --command uvx --arg mcp-server-sigma
```

### Hermes

```yaml
mcp_servers:
  christianclaudio-sigma:
    command: "uvx"
    args: ["mcp-server-sigma"]
```

### Netclaw

```json
{
  "McpServers": {
    "christianclaudio-sigma": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "mcp-server-sigma"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add christianclaudio-sigma -t stdio -c uvx -a mcp-server-sigma
```

### Other

```json
{
  "mcpServers": {
    "christianclaudio-sigma": {
      "command": "uvx",
      "args": [
        "mcp-server-sigma"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-21 (score 66, 0)

- [security] Stability: 0.97 → pass

### 2026-09-20 (score 66, +1)

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

### 2026-09-18 (score 65, +1)

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

### 2026-09-16 (score 64, +1)

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

### 2026-09-15 (score 63, −3)

- [functional] Stability: pass → 0.80

### 2026-09-14 (score 66, −15)

- [security regression] Malware scan: pass → unverified
- [security] Stability: 0.97 → pass

### 2026-09-13 (score 81, +1)

- [functional] Package version: 1.1.4 → 1.1.5

### 2026-09-12 (score 80, +15)

- [security improvement] Malware scan: unverified → pass

## MCP tools (155)

### `sigma_list_connections` (~35 tokens)

List all connections in the Sigma organization. Pass summary_only=True for concise token-efficient response.

Input parameters:

- `summary_only` (boolean)

Output parameters:

- `result` (string)

### `sigma_get_connection` (~24 tokens)

Get details for a specific connection.

Input parameters:

- `connection_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_sync_connection` (~38 tokens)

Force Sigma to re-index a warehouse path. Pass empty list for full sync.

Input parameters:

- `connection_id` (string, required)
- `path`

Output parameters:

- `result` (string)

### `sigma_test_connection` (~23 tokens)

Test connectivity for a connection.

Input parameters:

- `connection_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_columns_for_table` (~30 tokens)

List columns for a warehouse table by its tableId.

Input parameters:

- `table_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_connection_grants` (~26 tokens)

List permission grants on a connection.

Input parameters:

- `connection_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_add_connection_grant` (~81 tokens)

Add a grant to a connection.

grant_type: 'member' or 'team'.
permission: 'annotate' (Can Use & Annotate) or 'usage' (Can Use).

Input parameters:

- `connection_id` (string, required)
- `grant_type` (string, required)
- `grantee_id` (string, required)
- `permission` (string, required)

Output parameters:

- `result` (string)

### `sigma_delete_connection_path_grant` (~52 tokens)

Delete a grant from a connection path. DESTRUCTIVE. Requires confirm=True.

Input parameters:

- `confirm` (boolean)
- `connection_path_id` (string, required)
- `grant_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workbooks` (~43 tokens)

List all workbooks in the organization. Pass summary_only=True for concise token-efficient response.

Input parameters:

- `limit` (integer)
- `summary_only` (boolean)

Output parameters:

- `result` (string)

### `sigma_get_workbook` (~22 tokens)

Get workbook metadata.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_create_workbook` (~40 tokens)

Create an empty workbook in a folder.

Input parameters:

- `description` (string)
- `folder_id` (string, required)
- `name` (string, required)

Output parameters:

- `result` (string)

### `sigma_duplicate_workbook` (~86 tokens)

Duplicate an existing workbook.

workbook_id: ID of the workbook to clone.
name: Name for the new cloned workbook (required by the API).
destination_folder_id: ID of the destination folder. If omitted, clones into the same folder as the original.

Input parameters:

- `destination_folder_id` (string)
- `name` (string, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_delete_file` (~40 tokens)

Delete a file/workbook/data model by its inode ID. Requires confirm=True.

Input parameters:

- `confirm` (boolean)
- `inode_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workbook_pages` (~25 tokens)

List pages in a workbook.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workbook_page_elements` (~38 tokens)

List elements on a specific page of a workbook.

Input parameters:

- `page_id` (string, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workbook_elements` (~35 tokens)

List all elements (tables, charts, controls, etc.) in a workbook.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workbook_columns` (~34 tokens)

List all columns across all elements in a workbook, including formulas and types.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workbook_queries` (~30 tokens)

List generated SQL queries for all elements in a workbook.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workbook_controls` (~31 tokens)

List control elements (filters, parameters) in a workbook.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workbook_sources` (~27 tokens)

List data sources used by a workbook.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_swap_workbook_sources` (~53 tokens)

Swap data sources for a workbook. Use connectionMapping for connection-level swaps, sourceMapping for table-level swaps.

Input parameters:

- `connection_mapping`
- `source_mapping`
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workbook_lineage` (~27 tokens)

List data lineage for a workbook.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_get_workbook_version_history` (~27 tokens)

Get version history for a workbook.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_restore_workbook_version` (~34 tokens)

Restore a workbook to a previous version.

Input parameters:

- `version` (integer, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_get_element_query` (~39 tokens)

Get the generated SQL query for a specific element in a workbook.

Input parameters:

- `element_id` (string, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_get_element_columns` (~36 tokens)

List columns for a specific element in a workbook.

Input parameters:

- `element_id` (string, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_convert_workbook_to_report` (~89 tokens)

Convert a workbook to a report (one-way, creates a new report).

workbook_id: ID of the workbook to convert.
name: Name for the new report (required by the API).
destination_folder_id: Optional folder ID for the report; defaults to My Documents.

Input parameters:

- `destination_folder_id`
- `name` (string, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workbook_grants` (~27 tokens)

List permission grants on a workbook.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_grant_workbook_access` (~72 tokens)

Grant access to a workbook. grant_type: 'member' or 'team'. permission: 'view', 'explore', 'edit'.

Input parameters:

- `grant_type` (string, required)
- `grantee_id` (string, required)
- `permission` (string, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workbook_embeds` (~27 tokens)

List embed configurations for a workbook.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_create_workbook_embed` (~103 tokens)

Create an embed for a workbook.

embed_type: Visibility of the embed. Only 'public' is currently supported.
source_type: Scope of the embed — 'workbook' (entire workbook), 'page', or 'element'.
source_id: Required when source_type is 'page' or 'element'.

Input parameters:

- `embed_type` (string)
- `source_id`
- `source_type` (string)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_export_workbook` (~111 tokens)

Export a workbook element. If element_id is empty, exports the first page.

format: 'pdf', 'png', 'csv', 'xlsx', 'json', 'jsonl'.
layout: 'portrait' or 'landscape' (only for pdf/png).
element_id: The specific element to export. If omitted, uses the first page element.

Input parameters:

- `element_id` (string)
- `format` (string)
- `layout` (string)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workbook_schedules` (~27 tokens)

List scheduled exports for a workbook.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_add_workbook_schedule` (~42 tokens)

Create a scheduled export for a workbook. See Sigma docs for schedule body schema.

Input parameters:

- `body` (object, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_delete_workbook_schedule` (~43 tokens)

Delete a scheduled export. Requires confirm=True.

Input parameters:

- `confirm` (boolean)
- `schedule_id` (string, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_materialize_element` (~41 tokens)

Trigger materialization for a workbook. Pass elementId in body if needed.

Input parameters:

- `element_id` (string, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_get_materialization_job` (~35 tokens)

Check status of a materialization job.

Input parameters:

- `job_id` (string, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_materialization_schedules` (~28 tokens)

List materialization schedules for a workbook.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workbook_bookmarks` (~31 tokens)

List bookmarks (saved filter states) in a workbook.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_add_workbook_bookmark` (~34 tokens)

Add a bookmark to a workbook.

Input parameters:

- `body` (object, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_get_workbook_tags` (~25 tokens)

List tags on a workbook.

Input parameters:

- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_tag_workbook` (~56 tokens)

Apply a version tag to a workbook by tag NAME (e.g. 'Production'). The Sigma API takes the tag name here, not its ID.

Input parameters:

- `tag_name` (string, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_remove_workbook_tag` (~45 tokens)

Remove a tag from a workbook. Requires confirm=True.

Input parameters:

- `confirm` (boolean)
- `tag_id` (string, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_templates` (~23 tokens)

List all templates in the organization.

Input parameters:

- `limit` (integer)

Output parameters:

- `result` (string)

### `sigma_get_template` (~21 tokens)

Get template details.

Input parameters:

- `template_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_create_workbook_from_template` (~56 tokens)

Create a workbook from a template. This brings real visuals — the only programmatic way to get charts/tables.

Input parameters:

- `folder_id` (string, required)
- `name`
- `template_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_save_template_from_workbook` (~41 tokens)

Save a workbook as a reusable template.

Input parameters:

- `folder_id` (string, required)
- `name`
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_swap_template_sources` (~52 tokens)

Swap data sources on a template. Use connectionMapping for connection-level swaps, sourceMapping for table-level swaps.

Input parameters:

- `connection_mapping`
- `source_mapping`
- `template_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_data_models` (~43 tokens)

List all data models in the organization. Pass summary_only=True for concise token-efficient response.

Input parameters:

- `limit` (integer)
- `summary_only` (boolean)

Output parameters:

- `result` (string)

### `sigma_get_data_model` (~24 tokens)

Get data model metadata.

Input parameters:

- `data_model_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_get_data_model_spec` (~42 tokens)

Get the full code representation (JSON spec) of a data model — tables, columns, metrics, relationships.

Input parameters:

- `data_model_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_create_data_model` (~42 tokens)

Create a data model from a JSON code representation. Must include name, folderId, schemaVersion, and pages with elements.

Input parameters:

- `spec` (object, required)

Output parameters:

- `result` (string)

### `sigma_update_data_model` (~42 tokens)

Update an existing data model from a JSON code representation (full replacement via PUT).

Input parameters:

- `data_model_id` (string, required)
- `spec` (object, required)

Output parameters:

- `result` (string)

### `sigma_list_data_model_elements` (~27 tokens)

List elements in a data model.

Input parameters:

- `data_model_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_data_model_columns` (~31 tokens)

List all columns across all elements in a data model.

Input parameters:

- `data_model_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_swap_data_model_sources` (~35 tokens)

Swap data sources for a data model.

Input parameters:

- `body` (object, required)
- `data_model_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_data_model_lineage` (~28 tokens)

List lineage for a data model.

Input parameters:

- `data_model_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_tag_data_model` (~52 tokens)

Apply a version tag to a data model by tag NAME. The Sigma API takes the tag name here, not its ID.

Input parameters:

- `data_model_id` (string, required)
- `tag_name` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_reports` (~23 tokens)

List all reports in the organization.

Input parameters:

- `limit` (integer)

Output parameters:

- `result` (string)

### `sigma_get_report` (~21 tokens)

Get report metadata.

Input parameters:

- `report_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_create_report` (~20 tokens)

Create a report.

Input parameters:

- `body` (object, required)

Output parameters:

- `result` (string)

### `sigma_duplicate_report` (~79 tokens)

Duplicate a report.

report_id: ID of the report to clone.
name: Name for the new cloned report (required by the API).
destination_folder_id: ID of the destination folder to clone into (required by the API).

Input parameters:

- `destination_folder_id` (string, required)
- `name` (string, required)
- `report_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_report_sources` (~26 tokens)

List data sources used by a report.

Input parameters:

- `report_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_swap_report_sources` (~52 tokens)

Swap data sources on a report. Use connectionMapping for connection-level swaps, sourceMapping for table-level swaps.

Input parameters:

- `connection_mapping`
- `report_id` (string, required)
- `source_mapping`

Output parameters:

- `result` (string)

### `sigma_list_report_elements` (~24 tokens)

List elements in a report.

Input parameters:

- `report_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_report_queries` (~25 tokens)

List SQL queries in a report.

Input parameters:

- `report_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_report_lineage` (~25 tokens)

List lineage for a report.

Input parameters:

- `report_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_export_report` (~42 tokens)

Export a report. format: 'pdf', 'png', 'csv', 'xlsx'.

Input parameters:

- `format` (string)
- `report_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_report_schedules` (~26 tokens)

List scheduled exports for a report.

Input parameters:

- `report_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_create_report_schedule` (~33 tokens)

Create a scheduled export for a report.

Input parameters:

- `body` (object, required)
- `report_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_deployments` (~16 tokens)

List all deployment policies.

Output parameters:

- `result` (string)

### `sigma_get_deployment` (~23 tokens)

Get a deployment policy.

Input parameters:

- `policy_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_create_deployment` (~29 tokens)

Create a deployment policy.

Input parameters:

- `body` (object, required)
- `name` (string, required)

Output parameters:

- `result` (string)

### `sigma_archive_deployment` (~37 tokens)

Delete (archive) a deployment policy. Requires confirm=True.

Input parameters:

- `confirm` (boolean)
- `policy_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_deactivate_member` (~34 tokens)

Deactivate a member. Requires confirm=True.

Input parameters:

- `confirm` (boolean)
- `member_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_deployment_documents` (~26 tokens)

List documents in a deployment policy.

Input parameters:

- `policy_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_add_deployment_documents` (~37 tokens)

Add workbooks/reports to a deployment policy.

Input parameters:

- `inode_ids` (array, required)
- `policy_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_tenants` (~21 tokens)

List all tenant organizations (for multi-tenant deployments).

Output parameters:

- `result` (string)

### `sigma_get_tenant` (~23 tokens)

Get tenant organization details.

Input parameters:

- `tenant_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_create_tenant` (~27 tokens)

Create a tenant organization.

Input parameters:

- `body`
- `name` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_api_connectors` (~20 tokens)

List all API connectors (custom data integrations).

Output parameters:

- `result` (string)

### `sigma_get_api_connector` (~25 tokens)

Get details for an API connector.

Input parameters:

- `connector_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_source_swap_policies` (~26 tokens)

List all source swap policies (rules for automatic source swapping on deployment).

Output parameters:

- `result` (string)

### `sigma_get_source_swap_policy` (~25 tokens)

Get a source swap policy.

Input parameters:

- `policy_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_create_source_swap_policy` (~27 tokens)

Create a source swap policy for automated deployments.

Input parameters:

- `body` (object, required)

Output parameters:

- `result` (string)

### `sigma_list_shared_templates` (~21 tokens)

List templates shared with your organization from other orgs.

Output parameters:

- `result` (string)

### `sigma_accept_shared_template` (~27 tokens)

Accept a pending template share from another organization.

Input parameters:

- `share_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_members` (~41 tokens)

List all members in the organization. Pass summary_only=True for concise token-efficient response.

Input parameters:

- `limit` (integer)
- `summary_only` (boolean)

Output parameters:

- `result` (string)

### `sigma_get_member` (~25 tokens)

Get member details including homeFolderId.

Input parameters:

- `member_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_create_member` (~57 tokens)

Create a new member. member_type: 'admin', 'creator', 'viewer'.

Input parameters:

- `email` (string, required)
- `first_name` (string, required)
- `last_name` (string, required)
- `member_type` (string)

Output parameters:

- `result` (string)

### `sigma_update_member` (~42 tokens)

Update member properties (firstName, lastName, memberType, isActive, etc.).

Input parameters:

- `body` (object, required)
- `member_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_get_current_user` (~17 tokens)

Get the current authenticated user's details.

Output parameters:

- `result` (string)

### `sigma_list_member_teams` (~26 tokens)

List teams a member belongs to.

Input parameters:

- `member_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_teams` (~39 tokens)

List all teams. Pass summary_only=True for concise token-efficient response.

Input parameters:

- `limit` (integer)
- `summary_only` (boolean)

Output parameters:

- `result` (string)

### `sigma_get_team` (~21 tokens)

Get team details.

Input parameters:

- `team_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_create_team` (~28 tokens)

Create a new team.

Input parameters:

- `description` (string)
- `name` (string, required)

Output parameters:

- `result` (string)

### `sigma_delete_team` (~32 tokens)

Delete a team. Requires confirm=True.

Input parameters:

- `confirm` (boolean)
- `team_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_team_members` (~24 tokens)

List members of a team.

Input parameters:

- `team_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_update_team_members` (~42 tokens)

Add or remove members from a team. Provide lists of member IDs.

Input parameters:

- `add`
- `remove`
- `team_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_files` (~48 tokens)

List files/folders. Optionally filter by parentId or type ('workbook', 'folder', 'data-model', 'template').

Input parameters:

- `parent_id`
- `type_filter`

Output parameters:

- `result` (string)

### `sigma_create_folder` (~28 tokens)

Create a folder.

Input parameters:

- `name` (string, required)
- `parent_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_update_file` (~35 tokens)

Update file properties (name, parentId for moving).

Input parameters:

- `body` (object, required)
- `inode_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_tags` (~16 tokens)

List all tags in the organization.

Output parameters:

- `result` (string)

### `sigma_create_tag` (~73 tokens)

Create a new tag (used for version promotion like 'Production', 'Staging').

color: Tag color, required by the Sigma API. One of: cyan, grass, violet, plum, amber, bronze.
       Defaults to 'cyan'.

Input parameters:

- `color` (string)
- `name` (string, required)

Output parameters:

- `result` (string)

### `sigma_delete_tag` (~32 tokens)

Delete a tag. Requires confirm=True.

Input parameters:

- `confirm` (boolean)
- `tag_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_user_attributes` (~24 tokens)

List all user attributes (used for row-level security and dynamic parameters).

Output parameters:

- `result` (string)

### `sigma_create_user_attribute` (~78 tokens)

Create a user attribute for RLS or dynamic parameters.

name: Attribute name (e.g. 'Region', 'CustomerID').
default_value: Default string value assigned when no override exists.
description: Optional description of the attribute.

Input parameters:

- `default_value` (string)
- `description` (string)
- `name` (string, required)

Output parameters:

- `result` (string)

### `sigma_set_user_attribute_for_teams` (~77 tokens)

Set a user attribute value for specific teams.

assignments: List of objects, each with 'teamId' (str) and 'value' (str).
Example: [{"teamId": "abc123", "value": "US"}]

Input parameters:

- `assignments` (array, required)
- `attribute_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_set_user_attribute_for_tenants` (~79 tokens)

Set a user attribute value for specific tenants.

assignments: List of objects, each with 'tenantOrganizationId' (str) and 'value' (str).
Example: [{"tenantOrganizationId": "org123", "value": "US"}]

Input parameters:

- `assignments` (array, required)
- `attribute_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_get_user_attribute_users` (~28 tokens)

Get all user assignments for a user attribute.

Input parameters:

- `attribute_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_get_user_attribute_teams` (~29 tokens)

Get all team assignments for a user attribute.

Input parameters:

- `attribute_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_get_user_attribute_tenants` (~29 tokens)

Get all tenant assignments for a user attribute.

Input parameters:

- `attribute_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_update_user_attribute_for_users` (~131 tokens)

Revoke a user attribute assignment for specific users. Requires confirm=True.

user_ids: List of user IDs whose attribute assignments should be removed.
Example: ["user-uuid-1", "user-uuid-2"]

To assign (not revoke), use sigma_set_user_attribute_for_users instead
(direct POST to /v2/user-attributes/{id}/users not yet exposed as a
dedicated tool — use sigma_create_grant with a raw body as a workaround).

Input parameters:

- `attribute_id` (string, required)
- `confirm` (boolean)
- `user_ids` (array, required)

Output parameters:

- `result` (string)

### `sigma_update_user_attribute_for_teams` (~80 tokens)

Revoke a user attribute assignment for specific teams. Requires confirm=True.

team_ids: List of team IDs whose attribute assignments should be removed.
Example: ["team-uuid-1", "team-uuid-2"]

Input parameters:

- `attribute_id` (string, required)
- `confirm` (boolean)
- `team_ids` (array, required)

Output parameters:

- `result` (string)

### `sigma_update_user_attribute_for_tenants` (~83 tokens)

Revoke a user attribute assignment for specific tenants. Requires confirm=True.

tenant_org_ids: List of tenant organization IDs whose attribute assignments should be removed.
Example: ["org-uuid-1", "org-uuid-2"]

Input parameters:

- `attribute_id` (string, required)
- `confirm` (boolean)
- `tenant_org_ids` (array, required)

Output parameters:

- `result` (string)

### `sigma_delete_user_attribute_for_user` (~53 tokens)

Delete a user attribute assignment for a specific user. DESTRUCTIVE. Requires confirm=True.

Input parameters:

- `attribute_id` (string, required)
- `confirm` (boolean)
- `user_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_delete_user_attribute_for_team` (~53 tokens)

Delete a user attribute assignment for a specific team. DESTRUCTIVE. Requires confirm=True.

Input parameters:

- `attribute_id` (string, required)
- `confirm` (boolean)
- `team_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_delete_user_attribute_for_tenant` (~55 tokens)

Delete a user attribute assignment for a specific tenant. DESTRUCTIVE. Requires confirm=True.

Input parameters:

- `attribute_id` (string, required)
- `confirm` (boolean)
- `tenant_org_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workspaces` (~22 tokens)

List all workspaces.

Input parameters:

- `limit` (integer)

Output parameters:

- `result` (string)

### `sigma_get_workspace` (~21 tokens)

Get workspace details.

Input parameters:

- `workspace_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_create_workspace` (~21 tokens)

Create a new workspace.

Input parameters:

- `name` (string, required)

Output parameters:

- `result` (string)

### `sigma_delete_workspace` (~32 tokens)

Delete a workspace. Requires confirm=True.

Input parameters:

- `confirm` (boolean)
- `workspace_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workspace_grants` (~26 tokens)

List permission grants on a workspace.

Input parameters:

- `workspace_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_grant_workspace_access` (~81 tokens)

Grant workspace access.

grant_type: 'member' or 'team'.
permission: 'view', 'explore', 'organize' (Contribute), or 'edit' (Manage).

Input parameters:

- `grant_type` (string, required)
- `grantee_id` (string, required)
- `permission` (string, required)
- `workspace_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_delete_workspace_grant` (~50 tokens)

Delete a permission grant from a workspace. DESTRUCTIVE. Requires confirm=True.

Input parameters:

- `confirm` (boolean)
- `grant_id` (string, required)
- `workspace_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_account_types` (~22 tokens)

List all account types (license types) in the organization.

Output parameters:

- `result` (string)

### `sigma_list_grants` (~37 tokens)

List grants for a specific file/workbook/data model by inodeId. Required: inodeId.

Input parameters:

- `inode_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_create_grant` (~37 tokens)

Create or update a grant. Body must include inodeId, granteeId, permission, type.

Input parameters:

- `body` (object, required)

Output parameters:

- `result` (string)

### `sigma_list_translations` (~15 tokens)

List organization translation files.

Output parameters:

- `result` (string)

### `sigma_sync_all_tables_in_schema` (~48 tokens)

Sync all tables in a warehouse schema so they become visible in Sigma.

Input parameters:

- `connection_id` (string, required)
- `database` (string, required)
- `schema` (string, required)

Output parameters:

- `result` (string)

### `sigma_copy_workbook_to_member` (~60 tokens)

Copy a workbook into a member's My Documents folder.

name: Optional name for the copied workbook. Defaults to the original workbook name.

Input parameters:

- `member_id` (string, required)
- `name`
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_materialize_and_wait` (~45 tokens)

Trigger materialization and poll until complete or timeout.

Input parameters:

- `element_id` (string, required)
- `timeout_seconds` (integer)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_onboard_member` (~60 tokens)

Onboard a new member: create account then add to teams.

Input parameters:

- `email` (string, required)
- `first_name` (string, required)
- `last_name` (string, required)
- `member_type` (string)
- `team_ids`

Output parameters:

- `result` (string)

### `sigma_bulk_assign_team_members` (~37 tokens)

Add multiple members to a team in one call.

Input parameters:

- `member_ids` (array, required)
- `team_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_deploy_template_to_folder` (~57 tokens)

Full deployment: instantiate a template into a folder, then optionally swap its sources.

Input parameters:

- `connection_mapping`
- `folder_id` (string, required)
- `name` (string, required)
- `template_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_promote_workbook` (~93 tokens)

Promote a workbook by tagging it (e.g., 'Production'). Creates tag if it doesn't exist.

tag_color: Color for newly created tags. One of: cyan, grass, violet, plum, amber, bronze.
           Ignored if the tag already exists. Defaults to 'cyan'.

Input parameters:

- `tag_color` (string)
- `tag_name` (string, required)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_export_and_download` (~165 tokens)

Export a workbook/element and download the result. Polls until ready.

format: 'csv', 'pdf', 'xlsx', 'png'. layout: 'portrait' or 'landscape' (pdf only).
parameters: Sigma control overrides e.g. {'DateRange': 'min:2024-01-01,max:2024-01-31'}.
max_bytes: maximum allowed response size (default 10 MB). Returns size info without
content if exceeded.
Returns base64-encoded file content on success.

Input parameters:

- `element_id`
- `format` (string)
- `layout` (string)
- `max_bytes` (integer)
- `parameters`
- `timeout_seconds` (integer)
- `workbook_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_reassign_workbook_ownership` (~94 tokens)

Transfer all workbooks from one member to another.

Resolves members by email, finds all workbooks owned by old owner, then
PATCHes /v2/files/{id} to reassign. dry_run=True (default) reports what
would change without making changes.

Input parameters:

- `dry_run` (boolean)
- `new_owner_email` (string, required)
- `old_owner_email` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_workbooks_shared_with_member` (~47 tokens)

List all workbooks accessible to a member with full workbook metadata.

Cross-references member's file list against the full workbook catalog.

Input parameters:

- `member_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_all_input_tables` (~50 tokens)

Scan all workbooks to find input-table elements.

Returns a list of input tables with their workbook, page, and element context.
Errors on individual workbooks/pages are collected rather than silently swallowed.

Output parameters:

- `result` (string)

### `sigma_change_member_email` (~42 tokens)

Change a member's email address via PATCH /v2/members/{id}.

Input parameters:

- `member_id` (string, required)
- `new_email` (string, required)

Output parameters:

- `result` (string)

### `sigma_bulk_sync_tenant_connections` (~95 tokens)

Sync connections across all tenant organizations.

Lists all tenants, then for each tenant: obtains a tenant-scoped token,
lists their connections, and syncs each one. Requires multi-tenant auth
(for_tenant method). Uses bounded concurrency.

NOTE: Requires PyJWT and the for_tenant() method (Phase C). Returns an
error if token exchange is not available.

Input parameters:

- `dry_run` (boolean)

Output parameters:

- `result` (string)

### `sigma_list_tenants_paginated` (~44 tokens)

List all tenants using cursor-based pagination (nextPageToken model).

Unlike offset-based pagination, tenants use cursor tokens.
Returns the complete list of all tenant organizations.

Output parameters:

- `result` (string)

### `sigma_get_tenant_scoped_info` (~67 tokens)

Demonstrate tenant token exchange by calling /whoami through a tenant-scoped client.

Uses RFC 8693 token exchange to obtain a tenant-scoped token, then
calls the whoami endpoint to verify the scoped identity.

Input parameters:

- `tenant_org_id` (string, required)

Output parameters:

- `result` (string)

### `sigma_api_capabilities` (~23 tokens)

Describe what the Sigma REST API can and cannot do programmatically.

Output parameters:

- `result` (string)

### `sigma_list_all_workbooks` (~23 tokens)

List ALL workbooks in the organization, automatically following pagination.

Output parameters:

- `result` (string)

### `sigma_list_all_members` (~21 tokens)

List ALL members in the organization, automatically following pagination.

Output parameters:

- `result` (string)

### `sigma_list_all_teams` (~22 tokens)

List ALL teams in the organization, automatically following pagination.

Output parameters:

- `result` (string)

### `sigma_list_all_files` (~35 tokens)

List ALL files/folders in the organization, automatically following pagination.

Input parameters:

- `parent_id`
- `type_filter`

Output parameters:

- `result` (string)

### `sigma_list_all_reports` (~21 tokens)

List ALL reports in the organization, automatically following pagination.

Output parameters:

- `result` (string)

### `sigma_list_all_data_models` (~23 tokens)

List ALL data models in the organization, automatically following pagination.

Output parameters:

- `result` (string)

### `sigma_formula_pitfalls` (~57 tokens)

Return a curated reference of common Sigma formula pitfalls — column reference syntax, type requirements, NULL handling, aggregate vs row-level context, date function argument order, and metrics vs calculated columns. Use this before writing any Sigma formula expression.

Output parameters:

- `result` (string)

### `sigma_search_docs` (~61 tokens)

Search Sigma Computing documentation using AI-powered semantic search. Returns relevant doc passages with source URLs. Use this to answer questions about Sigma features, configuration, formulas, administration, embedding, and best practices.

read_only_hint: True

Input parameters:

- `query` (string, required)

Output parameters:

- `result` (string)

### `sigma_get_doc_page` (~69 tokens)

Fetch a specific Sigma documentation page as clean Markdown. Pass the page slug (e.g. 'create-a-workbook') or a section path (e.g. 'docs/create-a-workbook'). Returns the full page content.

read_only_hint: True

Input parameters:

- `page_slug` (string, required)

Output parameters:

- `result` (string)

### `sigma_list_recent_webhooks` (~38 tokens)

List recently recorded incoming Sigma webhook events.

read_only_hint: True

Input parameters:

- `event_type`
- `limit` (integer)

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/christianclaudio-sigma/mcp-server-sigma#diagnostics

## Score history

- 2026-09-21: 66
- 2026-09-20: 66
- 2026-09-19: 65
- 2026-09-18: 65
- 2026-09-17: 64
- 2026-09-16: 64
- 2026-09-15: 63
- 2026-09-14: 66
- 2026-09-13: 81
- 2026-09-12: 80
- 2026-09-11: 65
- 2026-09-10: 79
- 2026-09-09: 79
- 2026-09-08: 81
- 2026-09-07: 81
- 2026-09-06: 80
- 2026-09-05: 80
- 2026-09-04: 79
- 2026-09-03: 79
- 2026-09-02: 78
- 2026-09-01: 78
- 2026-08-31: 77
- 2026-08-30: 77
- 2026-08-29: 77
- 2026-08-28: 76
- 2026-08-27: 76
- 2026-08-26: 75
- 2026-08-25: 73
- 2026-08-24: 73
- 2026-08-23: 72

## Common questions

### What is the mcp-server-sigma server?

mcp-server-sigma is listed in the public MCP registry as io.github.christianclaudio/sigma. MCP server for Sigma Computing. Provision dashboards, build models, and automate cloud analytics. This page covers its PyPI package (mcp-server-sigma).

### Is the mcp-server-sigma server safe to use?

mcp-server-sigma scores 66 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. 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 mcp-server-sigma server expose?

mcp-server-sigma exposes 155 tools: sigma_list_connections, sigma_get_connection, sigma_sync_connection, sigma_test_connection, sigma_list_columns_for_table, and 150 more. Their descriptions and schemas cost roughly 6,397 tokens of context every time the server is loaded.

### Is the mcp-server-sigma server still maintained?

mcp-server-sigma 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.

## Links

- PyPI project: https://pypi.org/project/mcp-server-sigma/
- Socket report: https://socket.dev/pypi/package/mcp-server-sigma
- Repository: https://github.com/christianclaudio/mcp-server-sigma
- Changelog RSS feed: https://verifymcp.io/servers/christianclaudio-sigma/mcp-server-sigma.xml
- Changelog JSON feed: https://verifymcp.io/servers/christianclaudio-sigma/mcp-server-sigma.json
- HTML version of this page: https://verifymcp.io/servers/christianclaudio-sigma/mcp-server-sigma
