A2V
by Devin-AXIS·★ 1,200·综合分 50
A2V 协议是一款兼容 MCP 的 AI 价值计算协议,可在区块链上实现 AI 代理的价值测量、交换和结算。
概述
A2V (AI 价值计算协议) 充当突触网格,连接 AI 代理、模型和区块链价值系统。它提供了一个去中心化的治理层,通过智能合约衡量和结算 AI 交互。该协议与 MCP (模型上下文协议) 集成,支持 10,000+ 工具和代理,同时提供对代理间交易和 X402 协议的原生支持。它还具备 AI 补偿量化系统,可根据代理性能和价值创建自动计算薪酬。
试试问 AI
装完之后,这里有 7 个你可以让 AI 做的事:
什么时候选它
当你需要为 AI 代理构建具有基于区块链的价值衡量和补偿的经济层时,选择 A2V。
什么时候不要选它
如果你正在寻找扩展 AI 代理功能的 MCP server,不要选择 A2V,因为它主要是一个区块链协议,仅声称与 MCP 兼容。
此 server 暴露的工具
从 README 抽取出 8 个工具registerAgentRegister an AI agent with the A2V protocol
measureInteractionMeasure and track the value of AI interactions
calculateCompensationCalculate compensation for AI agents based on performance
enableA2AEnable agent-to-agent transactions and collaborations
initiateA2ATransactionStart a transaction between two AI agents
enableX402Enable X402 protocol integration for value computation
computeValueWithX402Compute AI interaction value using X402 protocol
processPaymentViaX402Process payments through X402 infrastructure
说明:Tool names were inferred from code examples in the documentation rather than a dedicated 'Tools' section. The README mentions compatibility with 10,000+ MCP tools but doesn't provide specific tool names.
可对比工具
安装
安装
选项 1:HTTP 网关集成
# 克隆仓库
git clone https://github.com/yourusername/a2vhub.git
cd a2vhub
# 安装依赖(如适用)
npm install # 或 yarn install / pnpm install
# 启动本地服务器
python3 -m http.server 8000
# 或
npm start选项 2:MCP 集成
// 示例:将 A2V 与您的 MCP 代理集成
import { A2VClient } from '@a2v/sdk';
const client = new A2VClient({
apiKey: '您的-api-key',
network: 'mainnet', // 或 'testnet'
});Claude Desktop 集成
添加到 claude_desktop_config.json:
{
"mcpServers": {
"a2v": {
"command": "node",
"args": ["/path/to/a2v/index.js"],
"env": {
"A2V_API_KEY": "您的-api-key"
}
}
}
}FAQ
- A2V 与其他 MCP 服务器有何不同?
- A2V 专注于在区块链上测量、交换和结算 AI 价值,为 AI 代理创建经济层,而不仅仅是提供工具。
- A2V 如何与 MCP 工具集成?
- A2V 完全兼容 10,000+ MCP 工具和代理,使它们能够参与价值测量和结算系统,同时保持现有功能。
- X402 协议集成的目的是什么?
- X402 协议集成为 A2V 提供高级 AI 价值计算和支付基础设施,通过复杂的金融机制和结算选项增强其功能。
A2V 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。