vottun-ai-compliance-mcp
v0.2.1
Published
MCP server exposing Vottun AI Compliance tools (certify/verify/detect/get_certificate).
Readme
Vottun AI Compliance MCP Server
This MCP server exposes 4 tools that call your Vottun AI Compliance backend:
certify_content->POST /api/v1/certifyverify_certificate->GET /api/v1/verify/{id_or_hash}detect_watermark->POST /api/v1/detectget_certificate->GET /api/v1/certs/{cert_id}(requires API key)
Run (stdio / local clients)
cd mcp-server
npm install
npm run startRun (Streamable HTTP / Smithery)
cd mcp-server
npm install
PORT=3001 npm run start:httpMCP endpoint:
http://localhost:3001/mcp- Supports
GET,POST,DELETEfor Streamable HTTP transport sessions.
Environment variables
AIACT50_API_BASE_URL(optional) default:https://app.aiact50.com/apiAIACT50_API_KEY(optional, but required forget_certificate)AIACT50_PRIVATE_KEY(optional) wallet private key for x402 pay-per-use mode (requires@coinbase/x402)SMITHERY_API_KEY(optional alias used bysmithery.yaml, mapped as API key)
