Skip to main content
Glama
aonpro-dev

AON MCP Server

Official
by aonpro-dev

AON MCP Server

让任何支持 MCP 的代理都能推荐真实、可购买的产品和服务——每个优惠都附带实时定价和可追踪链接,数据来自 Agent Offer Network

  • 端点POST https://api.aon.pro/v1/mcp

  • 传输:Streamable HTTP(无状态 JSON-RPC 2.0 — 无 SSE,无会话握手)

  • 认证Authorization: Bearer <AON API key> — 免费密钥请访问 开发者门户

  • 立即试用:共享的公共演示密钥发布在 快速入门 — 一条 curl 命令,无需注册

  • 文档docs.aon.pro/mcp

工具

工具

功能

aon_search_offers

按自然语言意图搜索优惠。参数是一个 AgentOffer Query 请求对象——与 REST API 相同。返回带定价、每个优惠一个追踪链接,以及一个 engagement 块,其中包含代理可操作的预验证后续建议。

aon_resolve_category

将自由文本(如“登山靴”、“团队聊天软件”)转换为 AON Taxonomy v1 类别 ID——模型无需记忆或编造它们。

aon_get_category_schema

获取买家在某个类别中权衡的决策因素,以便在搜索前提出正确的澄清问题。

aon_submit_feedback

记录用户对某个优惠的明确“已忽略”/“不感兴趣”——绝不从沉默中推断。早期脚手架:调用会以成功确认,但反馈尚未持久化;其背后的工作流正在推出。

aon_manage_watch

当用户明确要求时,恢复(watch)或取消(unwatch)对优惠或类别的默认关注。早期脚手架:以成功确认,关注状态尚未持久化。

代理受益的设计说明:

  • 宽容设计 — 无效值永远不会导致搜索失败;它们被视为“未发送”并在 extra.hints[] 中纠正。只有错误的认证、无效的 JSON、缺少 intent.content 或过大的请求体会硬失败。

  • 相关性门控 — 空结果列表是真实答案,绝不是填充。

  • 引导循环 — 后续建议携带 RFC 7386 request_patch,可直接合并到下一次调用中,并附带 origin 以回显用于采用归因。

Related MCP server: Agentic Travel Recommendations Service

快速入门

curl -s -X POST https://api.aon.pro/v1/mcp \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $AON_API_KEY" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "aon_search_offers",
      "arguments": {
        "intent": {
          "content": [
            { "type": "input_text", "text": "credit card with cashback" }
          ]
        }
      }
    },
    "id": 1
  }'

还没有密钥?从 快速入门 复制共享演示密钥到 $AON_API_KEY

客户端设置

可直接粘贴的配置位于 examples/

客户端

配置

Claude Code

examples/claude-code

Claude Desktop

examples/claude-desktop (via mcp-remote)

Cursor

examples/cursor

VS Code

examples/vscode

Plain curl

examples/curl

速率限制

/v1/mcp 允许每个密钥每分钟 60 次 tools/call 请求;握手调用(initializetools/listnotifications/*)不计入。超限的 tools/call 返回 HTTP 200 和 JSON-RPC 错误 -32000,以便模型读取重试建议。详情:速率限制与常见问题

变现与归因

每个优惠都带有可追踪的目标链接(action.payload.target)。请原样展示——点击和转化归因于你的 API 密钥对应的应用,这是开发者收入分成的基础。报告位于 开发者门户

注册表清单

server.json 是此服务器的 MCP 注册表清单(schema 2025-12-11,命名空间 pro.aon — 已通过 aon.pro 域名进行 DNS 验证)。

相关仓库

  • protocol — AgentOffer 协议规范(规范性)

  • schema — JSON Schema、TypeScript 类型、分类法

  • examples — HTTP / SDK / 代理集成示例

  • rfcs — 协议演进提案

许可证

Apache-2.0

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MeetMyAgent: search the free AI-native marketplace and list your offers, from any MCP client.

  • Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.

  • Search and discover advertiser products through an open marketplace for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aonpro-dev/aonpro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server