CM
CrashStory MCP
/get_crash_details
get crash details
Get full details of a specific Colorado crash by its CUID (Crash Unique Identifier). Returns complete crash record including all vehicles involved, injuries, co
liveverifiedunknown~5s typical
mcpprobedcrashstorymcp
$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-crashstory-crashstory /get_crash_details for me.
Input
| Field | Type | Description |
|---|---|---|
| cuid* | string | CDOT Crash Unique ID (e.g. "2024-001234") |
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-crashstory-crashstory","endpoint":"/get_crash_details","input":{"cuid":"..."}}'cli
npx cracked-ai run -p mcp-com-crashstory-crashstory -e /get_crash_details -i '{"cuid":"..."}'mcp
run_tool({ provider: "mcp-com-crashstory-crashstory", endpoint: "/get_crash_details", input: {"cuid":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.