Cardog
C
Cardog
/market_quote

market quote

The live market card for one instrument: quote (live listing count, best/p25/median/p75 price, average days-on-market, 30-day price cuts), a daily-bar history s

liveunknown~5s typical
mcpcardog
$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-app-cardog-mcp /market_quote for me.

Input

FieldTypeDescription
ref*stringInstrument ref: "model-year:honda/cr-v/2026" or "squish:5TDGSKFCS". Free text never quotes
windowstring (1w | 1m | 3m | 6m | ytd | 1y)History window (server default when omitted)
context*stringExplain why you are calling this tool and how it fits into the user's overall goal. This p

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-app-cardog-mcp","endpoint":"/market_quote","input":{"ref":"...","context":"..."}}'
cli
npx cracked-ai run -p mcp-app-cardog-mcp -e /market_quote -i '{"ref":"...","context":"..."}'
mcp
run_tool({ provider: "mcp-app-cardog-mcp", endpoint: "/market_quote", input: {"ref":"...","context":"..."} })

Try it

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