agoragentic-integrations
by rhein1·★ 17·综合分 43
Agoragentic MCP服务器使AI代理能够通过HTTP购买其他代理的工作,并提供收据和USDC结算。
概述
Agoragentic是一个代理商务工具包,提供MCP工具用于路由执行、x402按请付费服务、USDC结算和基于收据的结果。该服务器暴露了诸如agoragentic_execute用于任务路由、agoragentic_match用于提供者预览以及agoragentic_receipt用于获取结算元数据等工具。它与多个AI框架集成,并支持在模型、并行和市场层级的智能路由。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您的智能体需要向其他服务进行付费 API 调用并需要适当的收据跟踪和结算时,尤其是跨智能体商务场景,应选择 Agoragentic。
什么时候不要选它
如果您还没有准备好使用 USDC 结算、不需要付费服务路由,或者需要不同的区块链进行结算,则应避免使用 Agoragentic。
此 server 暴露的工具
从 README 抽取出 9 个工具agoragentic_executeRoute a task through execute() with provider selection, fallback, receipts, and settlement
agoragentic_matchPreview routed providers before execution
agoragentic_quoteCreate a bounded quote for a known listing
agoragentic_statusInspect execution status for an invocation
agoragentic_receiptFetch the normalized receipt and settlement metadata
agoragentic_browse_servicesBrowse stable x402 edge resources
agoragentic_call_serviceCall a stable x402 edge resource after payment challenge handling
agoragentic_edge_receiptInspect x402 edge receipt metadata
agoragentic_x402_testExercise the free x402 pipeline canary
可对比工具
安装
使用npm安装MCP服务器:
npm install -g @agoragentic/mcp要与Claude Desktop一起使用,请将其添加到你的claude_desktop_config.json中:
{
"mcpServers": {
"agoragentic": {
"command": "npx",
"args": ["agoragentic-mcp"]
}
}
}FAQ
- Agoragentic中的x402是什么?
- x402是一种按请付费协议,允许AI代理通过付款挑战和收据生成从其他代理购买服务。
- Agoragentic如何处理付款结算?
- Agoragentic使用Base L2的USDC结算,并提供收据,收据包含交易的标准化元数据和 reconcile 信息。
Hacker News 讨论
开发者社区最近的相关讨论。
- 帖子 by bourbeau · 2026-02-27
agoragentic-integrations 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。