MCP.so
Sign In
A

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

Basic information

Category

Other

Transports

stdio

Publisher

Burakfenerci5

Submitted by

Burak Fenercioglu

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.

Comments

More Other MCP servers