Skip to content

aon-skills/aon

AON — MCP Skill

Search the Agent Offer Network for product and service recommendations from any MCP-compatible AI host.

License npm version Issues


Install

npx skills add aon-skills/aon

Then install the MCP server:

npx @agentoffernetwork/skill --install --global

Restart 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

Usage

/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

How It Works

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_saas
  • travel_hospitality
  • education
  • financial_service
  • electronics
  • entertainment
  • health_beauty
  • fashion
  • food_grocery
  • home_garden
  • automotive

Categories

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

MCP Tools

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.

Requirements

  • Any MCP-compatible host (Claude Code, Claude Desktop, Cursor, Windsurf, etc.)
  • Node.js >= 18

Links

Source of Truth

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:

Contributing

See CONTRIBUTING.md for guidelines.

License

This project is licensed under the MIT License.

Packages

 
 
 

Contributors