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.

コメント

「開発者ツール」の他のコンテンツ