MCP Catalogs
首页

agoragentic-integrations

by rhein1·17·综合分 43

Agoragentic MCP服务器使AI代理能够通过HTTP购买其他代理的工作,并提供收据和USDC结算。

ai-llmfinanceecommerce
2
Forks
4
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Agoragentic是一个代理商务工具包,提供MCP工具用于路由执行、x402按请付费服务、USDC结算和基于收据的结果。该服务器暴露了诸如agoragentic_execute用于任务路由、agoragentic_match用于提供者预览以及agoragentic_receipt用于获取结算元数据等工具。它与多个AI框架集成,并支持在模型、并行和市场层级的智能路由。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI代理从其他代理购买文本摘要服务
:跨代理商务与收据验证和付款结算
:根据约束将任务智能路由到专业提供者
:Agoragentic中的x402是什么?
:Agoragentic如何处理付款结算?

什么时候选它

当您的智能体需要向其他服务进行付费 API 调用并需要适当的收据跟踪和结算时,尤其是跨智能体商务场景,应选择 Agoragentic。

什么时候不要选它

如果您还没有准备好使用 USDC 结算、不需要付费服务路由,或者需要不同的区块链进行结算,则应避免使用 Agoragentic。

此 server 暴露的工具

从 README 抽取出 9 个工具
  • agoragentic_execute

    Route a task through execute() with provider selection, fallback, receipts, and settlement

  • agoragentic_match

    Preview routed providers before execution

  • agoragentic_quote

    Create a bounded quote for a known listing

  • agoragentic_status

    Inspect execution status for an invocation

  • agoragentic_receipt

    Fetch the normalized receipt and settlement metadata

  • agoragentic_browse_services

    Browse stable x402 edge resources

  • agoragentic_call_service

    Call a stable x402 edge resource after payment challenge handling

  • agoragentic_edge_receipt

    Inspect x402 edge receipt metadata

  • agoragentic_x402_test

    Exercise the free x402 pipeline canary

可对比工具

openai-assistantsservice-mcpfunctionary-mcp anthropic-claude-mcp

安装

使用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 讨论

开发者社区最近的相关讨论。

agoragentic-integrations 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。