CrashStory MCP logo

CrashStory MCP

DavidMelamed/crashstory-mcp
0 starsMITUpdated 2026-03-09Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

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.md

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_attorneys
  • list_attorney_cities
  • find_nearby_attorneys
  • get_attorney_leaderboard
  • get_attorney_profile
  • compare_attorneys

Review intelligence

  • get_attorney_reviews
  • get_review_analytics
  • get_review_intelligence
  • compare_review_intelligence
  • get_city_review_leaderboard
  • search_attorney_reviews

Crash data

  • search_crashes
  • get_crash_details
  • get_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

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.