Analytics

Sigma Computing MCP Server

Connect your account, then chat with AI to run tools.

Sigma Computing is a business intelligence platform that enables users to explore, analyze, and visualize data in a collaborative environment. It facilitates the creation of interactive reports and dashboards to uncover insights from data.

44 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Sigma Computing — workflow patterns, data models, and gotchas for your AI agent.

Sigma Computing

Sigma Computing is a business intelligence platform for exploring, analyzing, and visualizing data. Create interactive reports and dashboards collaboratively.

Data Model

  • Connections — warehouse links; health probes confirm reachability per Sigma’s API.
  • Workbooks — explorable documents made of pages hosting charts, tables, and controls.
  • Semantic models — curated datasets exposing columns, joins, and lineage for workbook authors.
  • Published reports — saved outputs plus optional delivery schedules.
  • Collaboration — workspaces bundle teams; members inherit content entitlements from team membership.

Gotchas

  • Regions: Sigma tenants live in a specific region; workbooks and connections visible in one region are not shared with another.

Tools in this Server (44)

Sigma Computing Copy Report

Duplicate an existing report to a new folder with a new name.

Sigma Computing Copy Workbook

Duplicate an existing workbook into a specified folder. Creates a full copy of the workbook including all pages, elements, and queries. The copy uses ...

Sigma Computing Create Report

Create a new report. Reports are read-only views of workbooks used for scheduled delivery and sharing.

Sigma Computing Delete Grant

Revoke a permission grant. The grantee (member or team) loses access to the resource. This does not delete the resource itself.

Sigma Computing Delete Member

Deactivate a member from Sigma Computing. The member loses access but their content is preserved. This cannot be undone via the API — contact Sigma su...

Sigma Computing Delete Rpt Sched

Delete a scheduled export from a report. The schedule stops running immediately.

Sigma Computing Delete Team

Permanently delete a team. This cannot be undone. Team members are NOT deleted — they just lose the team association. Team folder and its contents rem...

Sigma Computing Delete Wb Sched

Delete a scheduled export from a workbook. The schedule stops running immediately.

Sigma Computing Delete Workspace

Permanently delete a workspace and all its contents (workbooks, datasets, files). This cannot be undone. All content in the workspace is permanently r...

Sigma Computing Download Export

Download an exported file using the queryId from sigma_computing_export_workbook. If the export is still processing, returns a status. Poll until the ...

Sigma Computing Export Report

Export a report to a file. Returns a download URL for the exported file. Formats: csv, xlsx (spreadsheet), png/pdf (visual), json (data). For large re...

Sigma Computing Export Workbook

Export workbook data as CSV, JSON, XLSX, PDF, or PNG. Returns a queryId — pass it to sigma_computing_download_export to download the file. Optionally ...

Sigma Computing Get Connections

Get data connections in your Sigma organization. Pass connection_id for a single connection's details (type, host, warehouse, write access), or omit t...

Sigma Computing Get Data Model Cols

Get all columns across all elements in a data model. Returns column names, types, and which element they belong to. Use to understand the schema a dat...

Sigma Computing Get Data Model Elems

Get the elements (tables, joins, transformations) in a data model. Returns element IDs, names, and types. Use to understand the structure of a data mo...

Sigma Computing Get Data Model Lineage

Get the data lineage for a data model. Shows which connections, databases, schemas, and tables feed into this data model, and which workbooks consume ...

Sigma Computing Get Data Models

Get data models in your Sigma organization. Pass data_model_id for a single data model's details, or omit to list all. Data models are reusable transf...

Sigma Computing Get Data Model Sources

Get the data sources for a data model. Returns which connections and tables the data model reads from.

Sigma Computing Get Datasets

Get datasets in your Sigma organization. Pass dataset_id for a single dataset's full details (source, columns, last modified), or omit to list all. Da...

Sigma Computing Get Element Query

Get the SQL query behind a workbook element. Returns the compiled SQL that Sigma generates for tables, charts, and pivot tables. Use for debugging dat...

Sigma Computing Get Files

Get files in your Sigma organization. Pass file_id (inode ID) for a single file's details, or omit to list all files. Files include workbooks, dataset...

Sigma Computing Get Grants

Get permission grants in your Sigma organization. Pass grant_id for a single grant's details. Otherwise you MUST provide at least one filter: inode_id...

Sigma Computing Get Members

Get members in your Sigma organization. Pass member_id for a single member's details (name, email, role, teams), or omit to list all members. Use to a...

Sigma Computing Get Reports

Get reports in your Sigma organization. Pass report_id for a single report's details, or omit to list all. Reports are read-only snapshots of workbook...

Sigma Computing Get Report Scheds

List all scheduled exports for a report. Returns schedule IDs, recurrence, target destinations, and status.

Sigma Computing Get Teams

Get teams in your Sigma organization. Pass team_id for a single team's details (members, user attributes), or omit to list all teams. Teams control ac...

Sigma Computing Get Templates

Get templates in your Sigma organization. Pass template_id for a single template's details and source info, or omit to list all. Templates are reusabl...

Sigma Computing Get Wb Schedules

List all scheduled exports for a workbook. Returns schedule IDs, recurrence, target destinations (email, Slack, webhook, cloud storage), and status. U...

Sigma Computing Get Workbook Elements

Get elements (tables, charts, pivot tables, controls, text) in a workbook. Omit element_id to list all elements with their types and names. Pass eleme...

Sigma Computing Get Workbook Lineage

Get the data lineage for a workbook. Shows the full dependency graph: which connections, databases, schemas, tables, and datasets feed into this workb...

Sigma Computing Get Workbook Pages

Get the pages in a workbook. Returns page IDs, names, and order. Use this to understand workbook structure before drilling into individual page elemen...

Sigma Computing Get Workbook Queries

List all SQL queries in a workbook. Returns every query that Sigma generates across all elements and pages. Use for a full overview of the SQL a workb...

Sigma Computing Get Workbooks

Get workbooks in your Sigma organization. Pass workbook_id for a single workbook's full details (owner, pages, last modified, version history URL), or...

Sigma Computing Get Workspaces

Get workspaces in your Sigma organization. Pass workspace_id for a single workspace's details and grants, or omit to list all. Workspaces are folders ...

Sigma Computing Send Report

Send a report via email to one or more recipients. The report is exported in the specified format and attached to the email.

Sigma Computing Send Workbook

Send a workbook to one or more email addresses. The workbook is rendered in the specified format (PDF, CSV, XLSX, PNG) and delivered as an attachment....

Sigma Computing Test Connection

Test whether a data connection is working. Returns connectivity status and any error details. Use after setting up a connection or when debugging data...

Sigma Computing Upsert Grant

Create or update a permission grant on a Sigma resource. Specify the resource (inode_id), the permission level, and who to grant it to (member_id or t...

Sigma Computing Upsert Member

Create or update a Sigma member. To create: provide email, first_name, last_name, and member_type. To update: provide member_id plus fields to change ...

Sigma Computing Upsert Rpt Sched

Create or update a scheduled export for a report. To create: provide report_id, cron_expression, export_format, and targets. To update: provide report...

Sigma Computing Upsert Team

Create or update a Sigma team. To create: provide name (required), optionally description, visibility, members, create_team_folder. To update: provide...

Sigma Computing Upsert Wb Sched

Create or update a scheduled export for a workbook. To create: provide workbook_id, cron_expression, export_format, and targets. To update: provide wo...

Sigma Computing Upsert Workbook

Create a new Sigma workbook. Requires folder_id (destination folder) and name. The workbook starts empty — add data elements by connecting to a data s...

Sigma Computing Upsert Workspace

Create or update a Sigma workspace. To create: provide name (required). Set no_duplicates=true to prevent duplicate names. To update: provide workspac...

Frequently Asked Questions

What is the Sigma Computing MCP server?

Sigma Computing is a business intelligence platform that enables users to explore, analyze, and visualize data in a collaborative environment. It facilitates the creation of interactive reports and dashboards to uncover insights from data. It provides 44 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Sigma Computing to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/sigma-computing. Authentication is handled automatically.

How many tools does Sigma Computing provide?

Sigma Computing provides 44 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Sigma Computing require?

Sigma Computing uses API Key. Sigma Computing requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Sigma Computing to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/sigma-computing

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Sigma Computing?

Sign in to connect your credentials and start running tools from the chat.

Sigma Computing MCP Server & Skill — 44 Tools