Actionproof
@Burakfenerci5
About Actionproof
Gives AI agents verifiable, tamper-evident receipts for their actions — attest_action signs a cryptographic receipt for what the agent did (email sent, payment made, form filed), verify_receipt checks it offline, get_identity returns the agent's did:key. Sign locally, verify anyw
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"actionproof": {
"command": "npx",
"args": [
"-y",
"actionproof-mcp"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Actionproof?
Actionproof is an MCP server that enables AI agents to generate verifiable, tamper-evident cryptographic receipts for actions they perform. It provides tools to sign receipts for actions like sending emails, making payments, or filing forms, and to verify these receipts offline. It is intended for developers building trust and auditability into autonomous agent workflows.
How to use Actionproof?
Use the attest_action tool to sign a cryptographic receipt for an agent's action (e.g., email sent, payment made). Use verify_receipt to check the receipt offline. Use get_identity to return the agent's DID key. The server works locally; no backend is required.
Key features of Actionproof
- Cryptographic receipt signing via
attest_action - Offline receipt verification via
verify_receipt - Identity retrieval via
get_identity(DID key) - Tamper-evident proof for agent actions
- Sign locally, verify anywhere with zero backend
Use cases of Actionproof
- Auditing autonomous agent actions in financial transactions
- Providing proof of form submissions or email dispatches
- Enabling verifiable accountability in AI-driven workflows
- Offline verification of agent activities without third-party services
FAQ from Actionproof
What does attest_action do?
It signs a cryptographic receipt for an action the agent performed, such as sending an email or making a payment.
How does verify_receipt work?
It checks the receipt offline to confirm its authenticity and tamper evidence.
What identity does get_identity return?
It returns the agent's DID key (did:key).
Does Actionproof require any backend or cloud service?
No, it operates entirely locally — sign locally, verify anywhere, zero backend.
What kinds of actions can be attested?
Actions such as email sent, payment made, or form filed.
Frequently asked questions
What does `attest_action` do?
It signs a cryptographic receipt for an action the agent performed, such as sending an email or making a payment.
How does `verify_receipt` work?
It checks the receipt offline to confirm its authenticity and tamper evidence.
What identity does `get_identity` return?
It returns the agent's DID key (did:key).
Does Actionproof require any backend or cloud service?
No, it operates entirely locally — sign locally, verify anywhere, zero backend.
What kinds of actions can be attested?
Actions such as email sent, payment made, or form filed.
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments