Awesome Indie
AI
Awesome Indie
/get_top_products

Top products by period

The ranked products for a period. Without a slug, the current period is a rolling window (last 1/7/30/365 days), exactly like the site. With a slug, an archived

liveverifiedunknown~5s typical
mcpprobedawesomeindie
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-awesomeindie-mcp /get_top_products for me.

Input

FieldTypeDescription
period*string (daily | weekly | monthly | yearly)daily, weekly, monthly or yearly
slugstringArchived period slug; omit for the current period
limitintegerHow many products to return (default 20)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-awesomeindie-mcp","endpoint":"/get_top_products","input":{"period":"daily"}}'
cli
npx cracked-ai run -p mcp-com-awesomeindie-mcp -e /get_top_products -i '{"period":"daily"}'
mcp
run_tool({ provider: "mcp-com-awesomeindie-mcp", endpoint: "/get_top_products", input: {"period":"daily"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.