Skip to main content
Glama
uitkhoanna

zk-circuit-auditor-mcp

by uitkhoanna

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CYSIC_MODELNoModel id.minimax-m3
CYSIC_API_KEYNoBearer token for the Cysic API. If not provided, server falls back to offline rule-based auditor.
CYSIC_BASE_URLNoOpenAI-compatible base URL.https://token-ai.cysic.xyz/v1
CYSIC_TIMEOUT_MSNoPer-request timeout in milliseconds.60000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
audit_circuitA

Audit a ZK circuit (Circom, Noir, or Halo2) for soundness and constraint bugs. Returns structured findings, a summary, and a 0-100 soundnessScore. Each finding is tagged with a ZK Weakness Classification id (ZKWC-001..015).

check_constraintA

Targeted check for a single reviewer's concern (e.g. 'is the output out fully constrained?'). Returns a verdict (sound/unsound/inconclusive), an explanation, and any findings.

explain_circuitA

Plain-English explanation of a ZK circuit: what it proves, its public/private signals, and a signal -> constraint map. Useful for onboarding reviewers.

suggest_constraintsA

Propose the minimal set of additional constraints (or, in Noir/Halo2, code-level additions) to make the circuit sound. Returns code snippets tagged with ZK Weakness Classification ids.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: full audit, targeted constraint check, circuit explanation, and constraint suggestion. There is no overlap or ambiguity.

Naming Consistency5/5

All tool names follow the consistent verb_noun pattern with snake_case (audit_circuit, check_constraint, explain_circuit, suggest_constraints), making them predictable and easy to remember.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose of ZK circuit auditing. Each tool covers a distinct aspect without unnecessary redundancy or gaps.

Completeness4/5

The toolset covers the core auditing workflow: full audit, targeted checks, explanation, and constraint suggestions. A minor gap is the lack of a dedicated tool to list or explain the weakness classifications referenced in results, but the core operations are complete.

Maintenance

ActivityInactive
ResponsivenessNo issues