Search the Agent Offer Network for product and service recommendations from any MCP-compatible AI host.
npx skills add aon-skills/aonThen install the MCP server:
npx @agentoffernetwork/skill --install --globalRestart your MCP host (Claude Code, Claude Desktop, Cursor, etc.). You're ready to go.
Alternative install via the official AON CLI:
npm install -g @agentoffernetwork/cli
aon skill install @agentoffernetwork/skill --global/aon noise-cancelling headphones under $300
/aon best project management tool for small teams
/aon online courses to learn Python
/aon luxury hotel in Tokyo for next week
/aon credit card with travel rewards and no annual fee
User: /aon <query>
│
├─ 1. Parse intent (category, budget, features)
│
├─ 2. Clarify if needed (via category schema)
│
├─ 3. Search AON offers (real-time API)
│
└─ 4. Return ranked recommendations
with pricing, links, and comparison
The skill connects to the AgentOffer Network and follows the canonical AON taxonomy defined here:
Current public categories:
software_saastravel_hospitalityeducationfinancial_serviceelectronicsentertainmenthealth_beautyfashionfood_groceryhome_gardenautomotive
| Category | Examples |
|---|---|
| Software & SaaS | Project management, CRM, dev tools |
| Travel & Hospitality | Hotels, flights, vacation packages |
| Education | Online courses, certifications |
| Financial Services | Credit cards, insurance, loans |
| Electronics | Headphones, laptops, wearables |
| Entertainment | Games, streaming, AI companions, music, live content |
| Health & Beauty | Skincare, supplements, cosmetics, wellness |
| Fashion | Clothing, shoes, accessories, jewelry |
| Food & Grocery | Meal kits, grocery delivery, snacks, beverages |
| Home & Garden | Furniture, appliances, decor, smart home |
| Automotive | Cars, lease, insurance, parts, EV charging |
| Tool | Purpose |
|---|---|
aon_search_offers |
Search offers by keywords, category, preferences, and budget |
aon_get_category_schema |
Get decision factors for a category (helps narrow down search) |
aon_get_category_schema currently ships built-in decision schemas for all 11 current canonical categories: software_saas, travel_hospitality, education, financial_service, electronics, entertainment, health_beauty, fashion, food_grocery, home_garden, and automotive.
- Any MCP-compatible host (Claude Code, Claude Desktop, Cursor, Windsurf, etc.)
- Node.js >= 18
- npm: @agentoffernetwork/skill
- npm: @agentoffernetwork/cli
- npm: @agentoffernetwork/sdk
- AgentOffer Protocol
- Agent Offer Network
This repository mirrors the public MCP skill definition and wrapper documentation. The packaged MCP server implementation is published from @agentoffernetwork/skill and maintained in the main AON monorepo:
See CONTRIBUTING.md for guidelines.
This project is licensed under the MIT License.