MCP.so
Sign In
A

Authproof

@kaleckh

About Authproof

API auth for AI agents. Replace shared API keys with signed, non-replayable requests. Agents discover, self-register, and sign requests with ERC-8128.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "authproof": {
      "command": "npx",
      "args": [
        "-y",
        "@authproof/mcp-server"
      ],
      "env": {
        "AUTHPROOF_SERVER": "https://authproof.io"
      }
    }
  }
}

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 Authproof?

Authproof provides API authentication for AI agents, replacing shared API keys with signed, non-replayable requests. Agents discover, self-register, and sign requests using the ERC-8128 standard.

How to use Authproof?

Key features of Authproof

  • Replaces shared API keys with signed requests
  • Non-replayable request authentication
  • Enables agent discovery and self-registration
  • Uses ERC-8128 signing standard

Use cases of Authproof

  • Securing API endpoints for AI agents
  • Eliminating vulnerabilities of shared API keys
  • Authenticating agents without replay attacks

FAQ from Authproof

What is Authproof for?

Authproof provides API authentication for AI agents, replacing shared API keys with signed, non-replayable requests.

How does Authproof work?

Agents discover, self-register, and sign requests using the ERC-8128 standard.

What protocol does Authproof use?

It uses ERC-8128 for signing requests.

Frequently asked questions

What is Authproof for?

Authproof provides API authentication for AI agents, replacing shared API keys with signed, non-replayable requests.

How does Authproof work?

Agents discover, self-register, and sign requests using the ERC-8128 standard.

What protocol does Authproof use?

It uses ERC-8128 for signing requests.

Comments

More Developer Tools MCP servers