Skip to main content
Glama
Sigmodx

sigmodx-mcp

by Sigmodx

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SIGMODX_API_KEYYesYour Sigmodx API key.
SIGMODX_AGENT_IDYesYour Sigmodx agent UUID.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sigmodx_log_invoice_decisionA

Log an invoice approval decision to Sigmodx for cryptographic attestation. Use when an AI agent approves, rejects, or escalates an invoice. The input payload is hashed client-side — invoice data never leaves your environment.

sigmodx_log_gl_decisionA

Log a GL entry review decision to Sigmodx. Use when an AI agent approves, flags, or blocks a journal entry. Segregation of duties violations are auto-blocked.

sigmodx_log_anomaly_decisionA

Log an anomaly detection decision to Sigmodx. Use when an AI agent flags, clears, or escalates a financial transaction anomaly. Critical severity items are automatically escalated for immediate review.

sigmodx_verify_attestationA

Verify a Sigmodx attestation using a verification string. Returns the attestation record and confirms the cryptographic hash is intact. No authentication required.

sigmodx_get_reliabilityA

Get the current reliability state (ALLOW/LIMIT/BLOCK) for an agent in a specific scenario.

sigmodx_hash_inputsA

Hash an input payload using Sigmodx's deterministic SHA-256 method. The payload itself is never sent to Sigmodx.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sigmodx/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server