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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.

Sentry
modelcontextprotocolModel Context Protocol Servers
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
评论