sigmodx-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SIGMODX_API_KEY | Yes | Your Sigmodx API key. | |
| SIGMODX_AGENT_ID | Yes | Your Sigmodx agent UUID. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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