Submit

CrashStory MCP

@DavidMelamed

Hosted, read-only Streamable HTTP MCP server for Colorado crash data, attorney search, and AI-analyzed review intelligence.
Overview

CrashStory MCP

CrashStory MCP is a hosted, read-only Streamable HTTP MCP server that lets supported AI apps answer questions using CrashStory's Colorado crash, attorney, review, ranking, and live incident data.

Server Details

What It Can Do

Attorney Discovery

Search firms, compare attorneys, find nearby offices, and pull canonical slugs for profile lookups.

  • search_attorneys
  • list_attorney_cities
  • find_nearby_attorneys
  • get_attorney_leaderboard
  • get_attorney_profile
  • compare_attorneys

Review Intelligence

Query rating velocity, review trends, review dimensions, and case-specific review matches.

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

Crash Data

Search Colorado crash records, inspect a single crash, and analyze crashes near a law office.

  • search_crashes
  • get_crash_details
  • get_nearby_crashes

Supported Clients

  • Claude / Claude Code
  • Cursor
  • Windsurf
  • Gemini CLI
  • ChatGPT Actions

Quick Setup

Cursor

{ "mcpServers": { "crashstory": { "url": "https://crashstory-mcp-production.up.railway.app/mcp" } } }

Claude Code

claude mcp add --transport http crashstory https://crashstory-mcp-production.up.railway.app/mcp

Windsurf

{ "mcpServers": { "crashstory": { "serverUrl": "https://crashstory-mcp-production.up.railway.app/mcp" } } }

Server Config

{
  "mcpServers": {
    "crashstory": {
      "url": "https://crashstory-mcp-production.up.railway.app/mcp"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.