CM
CrashStory MCP
/get_research_dataset_summary
get research dataset summary
Get the structured summary/report for a CrashStory research dataset. Use this before row-level querying to understand coverage, methodology, findings, and limit
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_research_dataset_summary for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string (gas-prices-vs-crashes | gas-prices-vs-fatalities-national) | Dataset slug. Options: gas-prices-vs-crashes, gas-prices-vs-fatalities-national. |
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_research_dataset_summary","input":{"slug":"gas-prices-vs-crashes"}}'cli
npx cracked-ai run -p mcp-com-crashstory-crashstory -e /get_research_dataset_summary -i '{"slug":"gas-prices-vs-crashes"}'mcp
run_tool({ provider: "mcp-com-crashstory-crashstory", endpoint: "/get_research_dataset_summary", input: {"slug":"gas-prices-vs-crashes"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.