CM
CrashStory MCP
/get_review_analytics
get review analytics
Get review velocity analytics for a specific attorney. Includes review frequency trends, freshness score, momentum indicators, composite score, city percentile
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_review_analytics for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Canonical attorney slug from search_attorneys (e.g. "levine-law-llc-denver") |
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_review_analytics","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-com-crashstory-crashstory -e /get_review_analytics -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-com-crashstory-crashstory", endpoint: "/get_review_analytics", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.