This is a governance-first AI agent platform that's been adapted as an MCP server, though the source repository (ISG Agent 1) doesn't show MCP-specific implementation details. The underlying system offers DevOps-focused capabilities like deployment verification, incident analysis, and infrastructure audits, backed by what they call an "Agent Constitution" that enforces behavioral contracts and includes adversarial self-testing. It features time-locked actions for dangerous operations, hash-chained audit logs, and a trust ledger for tracking decision history. You'd reach for this if you want an opinionated DevOps assistant that learns from failures and bakes compliance into every action, though you'll want to verify the MCP integration specifics before deploying.
Governance receipts for AI agents.
Every action a governed agent takes generates a cryptographically-signed receipt: what it decided, why, which model, which version, at what time. Built toward EU AI Act Art. 12, Colorado AI Act (SB 24-205), and NIST AI RMF requirements.
The receipt is what turns a policy document into evidence.
| Capability | Endpoint |
|---|---|
| Developer signup — issues a scoped API key | POST /v1/developers/signup |
| Governed execution — routes agent calls through metering + audit | POST /v1/govern/execute |
| Compliance classification | POST /api/v1/compliance/classify |
| Regulation lookup | GET /api/v1/compliance/regulations |
| Agent trust score + live stream | GET /api/v1/agents/{id}/trust, WS .../trust/stream |
| Billing (Stripe) | POST /api/v1/payments/create-checkout-session |
Backed by 10 governed-agent npm packages (compliance, legal, healthcare, finance, devops, marketing, sales, support, code-review, planning).
curl -X POST https://api.dingdawg.com/v1/developers/signup \
-H "Content-Type: application/json" \
-d '{"email":"you@example.com","name":"Your Name","role":"consumer"}'
# -> {"api_key": "dd_...", ...} store it — shown once
export DINGDAWG_API_KEY=dd_your_key
npx dingdawg-compliance quick-check
Client (npm package / your agent) --auth: DINGDAWG_API_KEY-->
api.dingdawg.com (FastAPI, Railway)
-> Tier isolation + rate limiting
-> Governance gate (score, log, decide)
-> Audit trail (signed receipt)
-> Stripe metering / billing
-> Response (governed, scored, receipted)
See CONTRIBUTING.md for contribution guidelines.
See SECURITY.md for our responsible disclosure policy.
MIT License. See LICENSE for details.
Innovative Systems Global. The name is not aspirational. It is a statement of fact.
DINGDAWG_API_KEYsecretAPI key for paid tier access — get free at dingdawg.com
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent