mcpbeat Sign in

Agent Mandate Verification MCP Server

by api-disk-integrations Your server? Claim it
local only

Agent Mandate Verification runs on your own machine — the client starts it, so there is no endpoint to ping. 352 installs a week from npm. Last commit 16 Sep 2026.

Verify a proposed action against a signed Agent Mandate without executing or mutating accounts.

Installs per day peak 352 · avg 11
a month agotoday
352
Installs / week
npm · @api-disk-integrations/agent-mandate-mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Agent Mandate Verification every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agent-mandate -- npx -y @api-disk-integrations/agent-mandate-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-mandate": {
      "args": [
        "-y",
        "@api-disk-integrations/agent-mandate-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-mandate]
command = "npx"
args = ["-y", "@api-disk-integrations/agent-mandate-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-mandate": {
      "args": [
        "-y",
        "@api-disk-integrations/agent-mandate-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-mandate": {
      "args": [
        "-y",
        "@api-disk-integrations/agent-mandate-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENT_MANDATE_API_KEY (Caller-owned Agent Mandate API key.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agent Mandate Verification

same job, measured the same way
MadTaco
by madtaco

Verification and trust checks for AI agents: validate, screen, propose, accounts, usage.

96 installs/wk local only
Proctor
by pulsemcp

MCP server for running Proctor exams against MCP servers with exam execution and result management.

67 installs/wk local only
Soma
by medianemi-beep

Execution-verified code generation and verification with signed, offline-checkable certificates.

29 installs/wk local only
Agent Verification Utility
by kgninja-agent-economy

Deterministic JSON checks with signed evidence and x402-paid execution

5 tools answering
Verirun
by baopeak

Execution-grounded verification for AI coding agents on Windows: evidence, not agent claims.

351 installs/wk local only
Postcept
by postcept

Verify agent actions against the system of record and get signed completion receipts.

43 installs/wk local only
I
AegisAI
by kadopi

Paid pre-execution risk verification for AI agents over MCP and x402.

17 tools answering
I
Vizier
by vassiliylakhonin

Deterministic authorization for one proposed AI agent action, returned with a signed receipt.

1 tools answering

Agent Mandate Verification — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Mandate Verification?
Agent Mandate Verification runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @api-disk-integrations/agent-mandate-mcp was installed 352 times last week.
How do I connect Agent Mandate Verification?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @api-disk-integrations/agent-mandate-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Mandate Verification?
The npm package @api-disk-integrations/agent-mandate-mcp was installed 352 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Mandate Verification open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.