CM
CrashStory MCP
/search_crashes
search crashes
Search Colorado crash records by location, date range, crash type, and severity. Database contains 500,000+ CDOT crash records. Returns key fields including loc
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 /search_crashes for me.
Input
| Field | Type | Description |
|---|---|---|
| location | string | City, county, or street name (case-insensitive partial match) |
| date_from | string | Start date (ISO 8601, e.g. "2024-01-01") |
| date_to | string | End date (ISO 8601, e.g. "2024-12-31") |
| crash_type | string | Crash type: BROADSIDE, REAR_END, SIDESWIPE_SAME_DIRECTION, SIDESWIPE_OPPOSITE_DIRECTION, H |
| severity | string | Severity: FATAL, SERIOUS_INJURY, MINOR_INJURY, POSSIBLE_INJURY, PROPERTY_DAMAGE_ONLY |
| limit | integer | Max results (1-100, default 20) default 20 |
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":"/search_crashes","input":{"limit":20}}'cli
npx cracked-ai run -p mcp-com-crashstory-crashstory -e /search_crashes -i '{"limit":20}'mcp
run_tool({ provider: "mcp-com-crashstory-crashstory", endpoint: "/search_crashes", input: {"limit":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.