CM
CrashStory MCP
/search_attorneys
search attorneys
Search for personal injury attorneys in Colorado. Filter by city, county, specialty, rating, and verification status. Returns attorney profiles plus the canonic
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_attorneys for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Search by name or firm name |
| city | string | City name (e.g. "Denver", "Colorado Springs") |
| county | string | Service county name |
| specialty | string | Specialty filter (e.g. "Car Accident", "Wrongful Death") |
| min_rating | number | Minimum average rating (1.0-5.0) |
| verified | boolean | Only return verified attorneys |
| sort_by | string (relevance | rating | reviews | experience) | Sort order default "relevance" |
| limit | integer | Max results (1-50) default 20 |
| page | integer | Page number default 1 |
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_attorneys","input":{"sort_by":"relevance","limit":20,"page":1}}'cli
npx cracked-ai run -p mcp-com-crashstory-crashstory -e /search_attorneys -i '{"sort_by":"relevance","limit":20,"page":1}'mcp
run_tool({ provider: "mcp-com-crashstory-crashstory", endpoint: "/search_attorneys", input: {"sort_by":"relevance","limit":20,"page":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.