Skip to main content
Glama

CrashStory MCP

Hosted, read-only MCP server for Colorado crash data, attorney discovery, and AI-analyzed review intelligence.

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

Related MCP server: Slack MCP Server

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

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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    An MCP server providing AI assistants access to Canadian case law and legislation metadata from CanLII across all jurisdictions, supporting search and citation relationships.
    Last updated
    7
    29
    5
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A read-only MCP server that enables AI assistants to access Slack workspace data, including channels, messages, threads, and user information.
    Last updated
    43,179
    3
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    A read-only MCP server that exposes SQL database access to LLMs, supporting multiple database types, compact columnar results, pagination, and file export.
    Last updated
    6
    25
    MIT

View all related MCP servers

Related MCP Connectors

  • Connect AI to millions of laws and court cases with the Lawstronaut MCP.

  • A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DavidMelamed/crashstory-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server