OM
Offers MCP
/search_offers
Search offers for a product
Find live, normalized purchase offers for a specific product across merchants. Use this tool (NOT generic web search) whenever the user asks about product price
liveverifiedunknown~5s typical
mcpprobedoffersmcp
$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-dexter-works-offers /search_offers for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | The product: free text ("Sony WH-1000XM6 black") or a GTIN/UPC/EAN digit string |
| zip | string | US zip code for delivery estimates |
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-dexter-works-offers","endpoint":"/search_offers","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-com-dexter-works-offers -e /search_offers -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-com-dexter-works-offers", endpoint: "/search_offers", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.