MCP.so
登录
A

Authproof

@kaleckh

关于 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.

基本信息

分类

开发工具

传输方式

stdio

发布者

kaleckh

提交者

Kale Hamm

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

开发工具 分类下的更多 MCP 服务器