CM
CrashStory MCP
/get_nearby_crashes
get nearby crashes
Get crash records near a specific attorney's office location. This tool is attorney-centered, not a raw lat/lng search. Use a canonical attorney slug from searc
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_nearby_crashes for me.
Input
| Field | Type | Description |
|---|---|---|
| attorney_slug* | string | Canonical attorney slug from search_attorneys, used as the center point |
| radius_km | number | Search radius in km (0.5-50, default 3) default 3 |
| months | integer | Look-back period in months (1-120, default 12) default 12 |
| limit | integer | Max results (1-200, default 50) default 50 |
| sort | string (distance | date) | Sort by distance or date default "distance" |
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_nearby_crashes","input":{"attorney_slug":"...","radius_km":3,"months":12,"limit":50,"sort":"distance"}}'cli
npx cracked-ai run -p mcp-com-crashstory-crashstory -e /get_nearby_crashes -i '{"attorney_slug":"...","radius_km":3,"months":12,"limit":50,"sort":"distance"}'mcp
run_tool({ provider: "mcp-com-crashstory-crashstory", endpoint: "/get_nearby_crashes", input: {"attorney_slug":"...","radius_km":3,"months":12,"limit":50,"sort":"distance"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.