CrashStory MCP
CM
CrashStory MCP
/query_research_dataset

query research dataset

Query rows from CrashStory research datasets. Supports the gas-price analysis datasets with optional state, year, and month filters so agents can perform their

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 /query_research_dataset for me.

Input

FieldTypeDescription
slug*string (gas-prices-vs-crashes | gas-prices-vs-fatalities-national)Dataset slug. Options: gas-prices-vs-crashes, gas-prices-vs-fatalities-national.
dataset*string (analysis_window | full_window | state_year_panel | state_year_yoy | state_profiles | national_summary)Data view. Colorado options: analysis_window, full_window. National options: state_year_pa
statestringOptional two-letter state abbreviation filter, mainly for national datasets.
year_fromintegerOptional minimum year filter.
year_tointegerOptional maximum year filter.
month_fromstringOptional minimum month filter in YYYY-MM format, mainly for the Colorado monthly dataset.
month_tostringOptional maximum month filter in YYYY-MM format, mainly for the Colorado monthly dataset.
sortstringOptional sort field.
orderstring (asc | desc)Sort order (default desc). default "desc"
limitintegerMaximum rows to return. default 50

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":"/query_research_dataset","input":{"slug":"gas-prices-vs-crashes","dataset":"analysis_window","order":"desc","limit":50}}'
cli
npx cracked-ai run -p mcp-com-crashstory-crashstory -e /query_research_dataset -i '{"slug":"gas-prices-vs-crashes","dataset":"analysis_window","order":"desc","limit":50}'
mcp
run_tool({ provider: "mcp-com-crashstory-crashstory", endpoint: "/query_research_dataset", input: {"slug":"gas-prices-vs-crashes","dataset":"analysis_window","order":"desc","limit":50} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.