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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Comments