Hosted, read-only MCP server for Colorado crash data, attorney discovery, and AI-analyzed review intelligence.
- Install page: https://crashstory.com/mcp
- Examples: https://crashstory.com/mcp/examples
- Status: https://crashstory.com/mcp/status
- Manifest: https://crashstory.com/.well-known/mcp/server.json
- Hosted endpoint: https://crashstory-mcp-production.up.railway.app/mcp
CrashStory MCP is built for Claude, Cursor, Windsurf, Gemini CLI, ChatGPT Actions, and other compatible AI clients. The goal is simple: make CrashStory's structured Colorado crash and attorney data directly usable in modern AI workflows.
- Search Colorado crash records
- Pull a crash detail record with richer context
- Search Colorado personal injury attorneys
- Compare attorney profiles and review intelligence
- Search attorney reviews for specific needs, concerns, or case types
- Find crash activity near a law office
claude mcp add --transport http crashstory https://crashstory-mcp-production.up.railway.app/mcp{
"mcpServers": {
"crashstory": {
"url": "https://crashstory-mcp-production.up.railway.app/mcp"
}
}
}{
"mcpServers": {
"crashstory": {
"serverUrl": "https://crashstory-mcp-production.up.railway.app/mcp"
}
}
}{
"mcpServers": {
"crashstory": {
"httpUrl": "https://crashstory-mcp-production.up.railway.app/mcp"
}
}
}Import this OpenAPI file:
https://crashstory.com/mcp/gpt-actions-openapi.json
- Install page: https://crashstory.com/mcp
- Prompt gallery: https://crashstory.com/mcp/examples
- Status page: https://crashstory.com/mcp/status
llms.txt: https://crashstory.com/llms.txt- Attorney directory: https://crashstory.com/lawyers
- Find an accident: https://crashstory.com/find-accident
- Live incidents: https://crashstory.com/accidents/live
- Statistics: https://crashstory.com/statistics
- Rankings: https://crashstory.com/rankings
See examples/prompts.md or the live gallery at https://crashstory.com/mcp/examples
search_attorneyslist_attorney_citiesfind_nearby_attorneysget_attorney_leaderboardget_attorney_profilecompare_attorneys
get_attorney_reviewsget_review_analyticsget_review_intelligencecompare_review_intelligenceget_city_review_leaderboardsearch_attorney_reviews
search_crashesget_crash_detailsget_nearby_crashes
npm install
npm run typecheck
npm run build
npm run dev:http- The primary public transport is stateless Streamable HTTP.
- The server is intentionally read-only.
- This repository is the public MCP surface only. The broader CrashStory application remains private.
MIT