MCP server for Sigmodx — AI agent audit infrastructure
Project description
sigmodx-mcp
MCP server for Sigmodx — audit infrastructure for AI agents making consequential decisions.
Exposes Sigmodx as MCP tools any compatible agent framework can call. Works with Claude, Cursor, LangChain, AutoGen, and any MCP client.
Installation
pip install sigmodx-mcp
Usage
SIGMODX_API_KEY=your-key \
SIGMODX_AGENT_ID=your-agent-uuid \
sigmodx-mcp
Claude Desktop / Cursor configuration
Add to your MCP config:
{
"mcpServers": {
"sigmodx": {
"command": "sigmodx-mcp",
"env": {
"SIGMODX_API_KEY": "your-api-key",
"SIGMODX_AGENT_ID": "your-agent-uuid"
}
}
}
}
Available tools
| Tool | Description |
|---|---|
sigmodx_log_invoice_decision |
Log invoice approval/rejection |
sigmodx_log_gl_decision |
Log GL entry review decision |
sigmodx_log_anomaly_decision |
Log anomaly flag/clear/escalate |
sigmodx_verify_attestation |
Verify a verification string |
sigmodx_get_reliability |
Get agent ALLOW/LIMIT/BLOCK state |
sigmodx_hash_inputs |
Hash input payload (no auth needed) |
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sigmodx_mcp-0.1.0.tar.gz.
File metadata
- Download URL: sigmodx_mcp-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76db98d9fcb7c0f4adef7d3a7d5af1cffda83e7f1d9848889c95172d687dc46d
|
|
| MD5 |
6ff4d7fb219e4d2a04a4c201e8bd5071
|
|
| BLAKE2b-256 |
14aaa9a5889a91539b9f22162eb43ac11c029961ca3df7f618feab73873446cd
|
File details
Details for the file sigmodx_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sigmodx_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2910baeac0e968910e1bb686ad9e0e732410f5781109b8bb87bc03132a21a484
|
|
| MD5 |
ea057536c1aa7b83a973418d31a0d8e2
|
|
| BLAKE2b-256 |
c18cf699a6ce4706f24116027c0fa12d5dbd7137c7bb0081ba13a3cd70426c06
|