CrashStory MCP
A read-only MCP server that provides access to Colorado crash records, attorney discovery, and AI-analyzed review intelligence for use in AI workflows.
README
CrashStory MCP
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.
What It Does
- 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
Quick Start
Claude Code
claude mcp add --transport http crashstory https://crashstory-mcp-production.up.railway.app/mcp
Cursor
{
"mcpServers": {
"crashstory": {
"url": "https://crashstory-mcp-production.up.railway.app/mcp"
}
}
}
Windsurf
{
"mcpServers": {
"crashstory": {
"serverUrl": "https://crashstory-mcp-production.up.railway.app/mcp"
}
}
}
Gemini CLI
{
"mcpServers": {
"crashstory": {
"httpUrl": "https://crashstory-mcp-production.up.railway.app/mcp"
}
}
}
ChatGPT Actions
Import this OpenAPI file:
https://crashstory.com/mcp/gpt-actions-openapi.json
Public Links
- 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
Example Prompts
See examples/prompts.md or the live gallery at https://crashstory.com/mcp/examples
Tool Categories
Attorney discovery
search_attorneyslist_attorney_citiesfind_nearby_attorneysget_attorney_leaderboardget_attorney_profilecompare_attorneys
Review intelligence
get_attorney_reviewsget_review_analyticsget_review_intelligencecompare_review_intelligenceget_city_review_leaderboardsearch_attorney_reviews
Crash data
search_crashesget_crash_detailsget_nearby_crashes
Local Development
npm install
npm run typecheck
npm run build
npm run dev:http
Notes
- 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.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.