AON MCP Server
OfficialAON MCP 서버
MCP를 지원하는 모든 에이전트에게 실제로 구매 가능한 제품과 서비스를 추천할 수 있는 기능을 제공합니다 — 모든 제안에 실시간 가격과 추적 가능한 링크가 포함되며, Agent Offer Network에서 제공됩니다.
엔드포인트:
POST https://api.aon.pro/v1/mcp전송 방식: Streamable HTTP(무상태 JSON-RPC 2.0 — SSE 없음, 세션 핸드셰이크 없음)
인증:
Authorization: Bearer <AON API 키>— Developer Portal에서 무료 키 발급지금 사용해 보기: 공용 데모 키가 Quick Start에 공개되어 있습니다 — curl 한 번이면 가입 없이 사용 가능
문서: docs.aon.pro/mcp
도구
도구 | 기능 |
| 자연어 의도로 제안을 검색합니다. 인자는 AgentOffer Query 요청 객체입니다 — REST API와 동일한 형태입니다. 가격, 각 제안의 추적 링크, 에이전트가 활용할 수 있는 사전 검증된 후속 제안이 포함된 |
| 자유 텍스트("하이킹 부츠", "팀 채팅 소프트웨어")를 AON Taxonomy v1 카테고리 ID로 변환합니다 — 모델이 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
}'아직 키가 없으신가요? Quick Start에서 공용 데모 키를 복사하여 $AON_API_KEY에 넣으세요.
클라이언트 설정
바로 붙여넣을 수 있는 구성은 examples/에 있습니다:
클라이언트 | 구성 |
Claude Code | |
Claude Desktop |
|
Cursor | |
VS Code | |
일반 curl |
속도 제한
/v1/mcp는 키당 분당 60회의 tools/call 요청을 허용합니다. 핸드셰이크 호출(initialize, tools/list, notifications/*)은 계산되지 않습니다. 한도를 초과한 tools/call은 HTTP 200과 함께 JSON-RPC 오류 -32000을 반환하여 모델이 재시도 조언을 읽을 수 있게 합니다. 자세한 내용: Rate Limits & FAQ.
수익화 및 귀속
모든 제안에는 추적된 대상 링크(action.payload.target)가 포함됩니다. 이를 그대로 표시하세요 — 클릭과 전환은 API 키의 애플리케이션에 귀속되며, 이는 개발자 수익 공유의 기준입니다. 보고는 Developer Portal에서 확인할 수 있습니다.
레지스트리 매니페스트
server.json은 이 서버의 MCP 레지스트리 매니페스트입니다(스키마 2025-12-11, 네임스페이스 pro.aon — aon.pro 도메인에 대해 DNS 검증됨).
관련 저장소
protocol— AgentOffer Protocol 사양(표준)schema— JSON 스키마, 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