sigma-mcp

sigma-mcp is a skill for Claude Code, Codex from christianclaudio/mcp-server-sigma. It costs 33 tokens per session (1,261 once invoked), scanned A, original, Apache-2.0.

A skill for working with Sigma Computing, a cloud business-intelligence platform for analyzing data and building workbooks, charts, and pivot tables.

In plain words
What is it for?
Creating visual reports, syncing warehouse tables, changing a template's data sources, and handling tenant-scoped permissions.
Why use it?
It provides procedures for connecting data, keeping table information current, reusing workbook templates, and managing access across organizations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Creating visual reports, syncing warehouse tables, changing a template's data sources, and handling tenant-scoped permissions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/christianclaudio/mcp-server-sigma/sigma-mcp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add christianclaudio/mcp-server-sigma --skill sigma-mcp
Clone the repo
git clone --depth 1 https://github.com/christianclaudio/mcp-server-sigma

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sigma-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/christianclaudio/mcp-server-sigma/sigma-mcp/github.svg)](https://agentmods.dev/skills/christianclaudio/mcp-server-sigma/sigma-mcp)
Your own site
<a href="https://agentmods.dev/skills/christianclaudio/mcp-server-sigma/sigma-mcp"><img src="https://agentmods.dev/badge/skills/christianclaudio/mcp-server-sigma/sigma-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sigma-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/christianclaudio/mcp-server-sigma/sigma-mcp"><img src="https://agentmods.dev/badge/skills/christianclaudio/mcp-server-sigma/sigma-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,261 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.01261
Opus 5 $0.00016 $0.00630
Sonnet 5 $0.00007 $0.00252
Haiku 4.5 $0.00003 $0.00126

Measured 10d ago against content hash 49f58dc56b8d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

sigma-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sigma-mcp/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sigma Computing MCP Server (mcp-server-sigma) Agent Skill

This skill provides expert instructions, architectural workflows, and safety protocols for AI agents operating against Cloud BI & Analytics environments via mcp-server-sigma.


🎯 Core Agent Workflows

1. Data Model & Visual Provisioning Workflow

  • Step 1: Connection Verification — Call sigma_get_connection(connection_id=...) to inspect active database paths and schemas.
  • Step 2: Schema Synchronization — Invoke sigma_sync_all_tables_in_schema(connection_id=..., database=..., schema=...) to ensure all remote warehouse metadata is up to date.
  • Step 3: Template Instantiation — Use sigma_create_workbook_from_template(template_id=..., folder_id=..., name=...) to programmatically build real visual charts and pivot tables.
  • Step 4: Source Swapping — Apply sigma_swap_template_sources(template_id=..., connection_mapping=[...]) to rebind template tables to new warehouse targets.

2. Tenant Provisioning & Multi-Tenant Governance (RFC 8693)

  • Token Exchange & Allowlist: For tenant-scoped access, pass tenant_org_id to sigma_get_tenant_scoped_info. In strict tenant mode (SIGMA_STRICT_TENANT_ALLOWLIST=1), access is rejected unless tenant_org_id is explicitly present in SIGMA_ALLOWED_TENANTS.
  • Bulk Tenant Connection Sync: Execute sigma_bulk_sync_tenant_connections(dry_run=True) first to preview all tenant databases present in the allowed tenant set. Set dry_run=False to synchronize schemas across configured organization tenants concurrently.

3. Security, Permission & User Lifecycle Management

  • Member Onboarding: Call sigma_onboard_member(email=..., first_name=..., last_name=..., team_ids=[...]) to create the member and automatically assign team memberships.
  • Workbook Transfer: Use sigma_reassign_workbook_ownership(old_owner_email=..., new_owner_email=..., dry_run=True) to preview and transfer all owned workbooks during employee offboarding.
  • Bulk Offboarding Safety: Use sigma_bulk_deactivate_members(name_pattern=..., confirm=True). Safety cap enforces maximum 10 deactivations per run.

Read the full file on GitHub · 79 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 79 lines · 33 tokens per session scan A 49f58dc56b8d

Subscribe to this mod's changes

sigma-mcp is a skill published in the GitHub repository christianclaudio/mcp-server-sigma (0 stars, last pushed yesterday), licensed Apache-2.0. It adds 33 tokens to every session and 1,261 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.