AON MCP Server
OfficialAON 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 命令,无需注册
工具
工具 | 功能 |
| 按自然语言意图搜索优惠。参数是一个 AgentOffer Query 请求对象——与 REST API 相同。返回带定价、每个优惠一个追踪链接,以及一个 |
| 将自由文本(如“登山靴”、“团队聊天软件”)转换为 AON Taxonomy v1 类别 ID——模型无需记忆或编造它们。 |
| 获取买家在某个类别中权衡的决策因素,以便在搜索前提出正确的澄清问题。 |
| 记录用户对某个优惠的明确“已忽略”/“不感兴趣”——绝不从沉默中推断。早期脚手架:调用会以成功确认,但反馈尚未持久化;其背后的工作流正在推出。 |
| 当用户明确要求时,恢复( |
代理受益的设计说明:
宽容设计 — 无效值永远不会导致搜索失败;它们被视为“未发送”并在
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 | |
Claude Desktop |
|
Cursor | |
VS Code | |
Plain curl |
速率限制
/v1/mcp 允许每个密钥每分钟 60 次 tools/call 请求;握手调用(initialize、tools/list、notifications/*)不计入。超限的 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— 协议演进提案
许可证
This server cannot be installed
Maintenance
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
AlicenseAqualityDmaintenanceEnables agents to search and inspect live service offerings, generate x402 payment snippets, and understand blockchain-only balance policies.4961MIT- FlicenseNot gradedqualityCmaintenanceEnables agents to discover and invoke travel recommendations with partner-specific caps and exclusions via MCP JSON-RPC.
- FlicenseAqualityCmaintenanceConnects AI agents to a live offers API, returning structured product offers in real time.1
- AlicenseNot gradedqualityDmaintenanceProvides a multilingual, region-aware brand catalogue and click-through URL generation for MCP-compatible agents, enabling commerce recommendations with attribution tracking.MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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