I
ironscout
/search_offers
Search ammunition offers
Search canonical ammunition products and their current per-retailer offers. Results are descriptive only — prices, availability, $/round, observation time, and
liveverifiedunknown~5s typical
mcpprobedironscout
$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-ai-ironscout-ironscout /search_offers for me.
Input
| Field | Type | Description |
|---|---|---|
| q | string | Free-text query over product name/brand/description. |
| caliber | string | Canonical caliber, e.g. "9mm" or ".223/5.56". |
| brand | string | |
| grain | integer | Bullet weight in grains. |
| case | string | Case material, e.g. "Brass", "Steel". |
| roundCountMin | integer | |
| roundCountMax | integer | |
| inStock | boolean | When true, only products with in-stock offers are returned. |
| sort | string (pricePerRoundAsc | pricePerRoundDesc | observedAtDesc) | Mechanical ordering only. Defaults to pricePerRoundAsc. |
| page | integer | |
| pageSize | integer |
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-ai-ironscout-ironscout","endpoint":"/search_offers","input":{}}'cli
npx cracked-ai run -p mcp-ai-ironscout-ironscout -e /search_offers -i '{}'mcp
run_tool({ provider: "mcp-ai-ironscout-ironscout", endpoint: "/search_offers", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.