Find Awesome Section
find_awesome_sectionDiscovers sections/categories across awesome lists matching a search query and returns matching sections from awesome lists.
How it works ↓Pricing
Per call
$0.01
Model
flat
Pay only for what you use. No subscriptions.
Inputs
limit
numberquery *
stringconfidence
numberInput Parameters
Cost per run
Execution cost$0.01
About Find Awesome Section
Discovers sections/categories across awesome lists matching a search query and returns matching sections from awesome lists.
You MUST call this function before 'get_awesome_items' to discover available sections UNLESS the user explicitly provides a githubRepo or listId.
Selection Process:
- Analyze the query to understand what type of resources the user is looking for
- Return the most relevant matches based on:
- Name similarity to the query and the awesome lists section
- Category/section relevance of the awesome lists
- Number of items in the section
- Confidence score
Response Format:
- Returns matching sections of the awesome lists with metadata
- Includes repository information, item counts, and confidence score
- Use the githubRepo or listId with relevant sections from results for get_awesome_items
For ambiguous queries, multiple relevant sections will be returned for the user to choose from.
Frequently Asked Questions
Discovers sections/categories across awesome lists matching a search query and returns matching sections from awesome lists. You MUST call this function before 'get_awesome_items' to discover available sections UNLESS the user explicitly provides a githubRepo or listId. Selection Process: 1. Analyze the query to understand what type of resources the user is looking for 2. Return the most relevant matches based on: - Name similarity to the query and the awesome lists section - Category/section relevance of the awesome lists - Number of items in the section - Confidence score Response Format: - Returns matching sections of the awesome lists with metadata - Includes repository information, item counts, and confidence score - Use the githubRepo or listId with relevant sections from results for get_awesome_items For ambiguous queries, multiple relevant sections will be returned for the user to choose from.
Find Awesome Section costs $0.01 per call on xpay. No subscription, no minimums. Pay only for the calls you make. New accounts get $5 in free credits.
Connect the Awesome Lists MCP endpoint to your client — Claude Code: claude mcp add --transport http awesome-lists "https://awesome-lists.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"; Cursor/Windsurf/Cline/VS Code: same URL in mcp.json. The agent will see find_awesome_section as a callable tool with the input schema and run it directly. (Unified across all providers: https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY, then xpay_run with toolPath awesome-lists/find_awesome_section.)
Yes — that's exactly what xpay is for. You don't need a Awesome Lists account or API key. Sign up at xpay.tools (Google or email), get $5 free credit, and run Find Awesome Section immediately. Billing flows through your xpay balance.
Find Awesome Section accepts 3 input parameters: limit, query, confidence. See the input schema and runnable form on this page for details and to test live.

