Verifiable agent-to-agent task handoff with signed provenance chain. Initiating agent signs the ...
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"agenthandoffcertified": {
"command": "agent-handoff-certified-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Verifiable agent-to-agent task handoff with signed provenance chain. Initiating agent signs the ...
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'agent-handoff-certified-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked agent-handoff-certified-mcp against OSV.dev.
Click any tool to inspect its schema.
This server is missing a description.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.
AI agent control of 3D printers — 432 tools for OctoPrint, Moonraker, Bambu, Prusa, Elegoo
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless.
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/agent-handoff-certified-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Verifiable agent-to-agent handoffs with cryptographic chain
When agent A delegates to agent B (cross-process, cross-network, cross-org), both ends sign. verify_chain reconstructs + validates the full trace. Non-repudiation for multi-agent workflows.
By MEOK AI Labs.
pip install agent-handoff-certified-mcp
initiate_handoffaccept_handoffverify_chainlist_handoffssign_handoff_chain_attestation{
"mcpServers": {
"agenthandoffcertified": { "command": "agent-handoff-certified-mcp" }
}
}
The EU AI Act (Aug 2026), DORA (live), ISO 42001, and OWASP LLM01 Top-10 all demand runtime controls for agent systems — not just deployment-time audits. This MCP is that runtime control layer, emitting cryptographically signed evidence your auditor accepts.
agent-policy-enforcement-mcp — per-pair IAMagent-handoff-certified-mcp — signed delegation chainagent-prompt-injection-firewall-mcp — prompt injection WAFagent-rate-limiter-mcp — fleet-wide quotaagent-audit-logger-mcp — hash-chained signed loga2a-governance-bridge-mcp — map A2A to compliance frameworksmeok-attestation-verify — independent cert verifierMIT — MEOK AI Labs, 2026.