M
mcp
/get_price_trend
get price trend
Returns the median-ask price trend (rising/stable/falling) for a specific Birkin spec over the last N days using daily snapshots. Use this for 'should I wait',
liveverifiedunknown~5s typical
mcpprobedmcp
$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-birkinbagstock-mcp /get_price_trend for me.
Input
| Field | Type | Description |
|---|---|---|
| color | string | |
| days | integer | Lookback window 7-90, default 30 |
| leather | string | |
| query | string | Free-text spec description if slug unknown |
| size | string | |
| slug | string | Existing /ask landing slug, e.g. 'birkin-30-etoupe-togo' |
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-birkinbagstock-mcp","endpoint":"/get_price_trend","input":{}}'cli
npx cracked-ai run -p mcp-com-birkinbagstock-mcp -e /get_price_trend -i '{}'mcp
run_tool({ provider: "mcp-com-birkinbagstock-mcp", endpoint: "/get_price_trend", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.