# CrashStory MCP (remote · crashstory-mcp-production.up.railway.app)

Colorado personal injury attorney directory, AI-analyzed review intelligence, and crash data

- Trust score: 67/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `crashstory-mcp-production.up.railway.app`: 67/100 (this document), [markdown](https://verifymcp.io/servers/com-crashstory-crashstory/crashstory-mcp-production.md), [page](https://verifymcp.io/servers/com-crashstory-crashstory/crashstory-mcp-production)
- remote · `crashstory-mcp-production.up.railway.app`: 62/100, [markdown](https://verifymcp.io/servers/com-crashstory-crashstory/crashstory-mcp-production-2.md), [page](https://verifymcp.io/servers/com-crashstory-crashstory/crashstory-mcp-production-2)

## Channel facts

- Endpoint: `https://crashstory-mcp-production.up.railway.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 18 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1900 tokens (~105/item across 18 items; 18 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

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

### Codex

```toml
[mcp_servers.com-crashstory-crashstory]
url = "https://crashstory-mcp-production.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-crashstory-crashstory": {
      "type": "remote",
      "url": "https://crashstory-mcp-production.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-crashstory-crashstory --url https://crashstory-mcp-production.up.railway.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-crashstory-crashstory:
    url: "https://crashstory-mcp-production.up.railway.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-crashstory-crashstory": {
      "type": "http",
      "url": "https://crashstory-mcp-production.up.railway.app/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 66, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 64, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 64)

First indexed and scored.

## MCP tools (18)

### `search_attorneys` (~174 tokens)

Search for personal injury attorneys in Colorado. Filter by city, county, specialty, rating, and verification status. Returns attorney profiles plus the canonical slug to use with profile, review, and comparison tools.

Input parameters:

- `city` (string): City name (e.g. "Denver", "Colorado Springs")
- `county` (string): Service county name
- `limit` (integer): Max results (1-50)
- `min_rating` (number): Minimum average rating (1.0-5.0)
- `page` (integer): Page number
- `query` (string): Search by name or firm name
- `sort_by` (string): Sort order
- `specialty` (string): Specialty filter (e.g. "Car Accident", "Wrongful Death")
- `verified` (boolean): Only return verified attorneys

### `get_attorney_profile` (~75 tokens)

Get a detailed attorney profile by slug. Returns full bio, practice areas, reviews, credentials, office location, and AI-analyzed intelligence data when available.

Input parameters:

- `slug` (string, required): Canonical attorney slug from search_attorneys or list_attorney_cities (e.g. "levine-law-llc-denver")

### `find_nearby_attorneys` (~99 tokens)

Find personal injury attorneys near a geographic location. Uses Haversine distance calculation. Returns attorneys sorted by distance with contact info and ratings.

Input parameters:

- `latitude` (number, required): Latitude of the location
- `limit` (integer): Max results (1-50, default 10)
- `longitude` (number, required): Longitude of the location
- `radius_miles` (number): Search radius in miles (1-100, default 10)

### `list_attorney_cities` (~39 tokens)

List all Colorado cities that have active personal injury attorneys, with the count of attorneys in each city. Useful for discovering which cities have coverage.

### `get_attorney_leaderboard` (~60 tokens)

Get the top-ranked personal injury attorneys in Colorado. Returns attorneys ranked by a composite score considering ratings, reviews, experience, and case outcomes.

Input parameters:

- `limit` (integer): Number of attorneys to return (1-50, default 20)

### `compare_attorneys` (~67 tokens)

Compare 2-4 attorney profiles side-by-side. Use canonical slugs from search_attorneys. Returns key comparison metrics including ratings, reviews, specialties, practice areas, and known experience fields.

Input parameters:

- `slugs` (array, required): Array of 2-4 attorney slugs to compare

### `get_attorney_reviews` (~73 tokens)

Get paginated client reviews for a specific attorney. Includes review text, rating, reviewer name, date, and rating distribution breakdown.

Input parameters:

- `limit` (integer): Reviews per page (1-50, default 20)
- `page` (integer): Page number
- `slug` (string, required): Attorney slug identifier

### `get_review_analytics` (~72 tokens)

Get review velocity analytics for a specific attorney. Includes review frequency trends, freshness score, momentum indicators, composite score, city percentile rank, and month-over-month time series.

Input parameters:

- `slug` (string, required): Canonical attorney slug from search_attorneys (e.g. "levine-law-llc-denver")

### `get_city_review_leaderboard` (~85 tokens)

Get the review-based leaderboard for attorneys in a specific Colorado city. Ranks attorneys by composite review metrics including velocity, freshness, momentum, and rating.

Input parameters:

- `city` (string, required): City name (e.g. "Denver", "Boulder", "Colorado Springs")
- `limit` (integer): Number of attorneys to return (1-50, default 10)

### `get_review_intelligence` (~79 tokens)

Get AI-analyzed review intelligence for a law firm. Returns plain-language praise and complaint summaries, 12 consumer pain point dimensions, case type distribution, trust signals, response quality, and highlight reviews.

Input parameters:

- `firm_slug` (string, required): Canonical firm slug from search_attorneys (e.g. "levine-law-llc-denver")

### `compare_review_intelligence` (~68 tokens)

Compare AI-analyzed review intelligence across 2-5 law firms. Returns side-by-side pain point dimensions, sentiment, trust signals, response quality, and case type distributions for competitive analysis.

Input parameters:

- `firm_slugs` (array, required): Array of 2-5 firm slugs to compare

### `search_attorney_reviews` (~211 tokens)

Search a law firm's detailed reviews for the most relevant matches to a specific need, case type, injury, sentiment, or pain point. Use this when someone asks for reviews about communication, wrongful death, motorcycle crashes, fees, settlement clarity, or similar client concerns.

Input parameters:

- `case_type` (string): Case type, e.g. "wrongful death", "motorcycle", "truck accident"
- `dimension` (string): Specific review-intelligence dimension, e.g. "Communication" or "FeeTransparency"
- `firm_slug` (string, required): Canonical firm slug from search_attorneys or get_review_intelligence
- `injury` (string): Injury or harm keyword, e.g. "back injury", "death", "concussion"
- `limit` (integer): Max ranked reviews to return
- `need` (string): Natural-language client need or concern, e.g. "good communication" or "fast settlement"
- `sentiment` (string): Filter toward praise, complaints, or mixed reviews

### `search_crashes` (~242 tokens)

Search Colorado crash records by location, date range, crash type, and severity. Database contains 500,000+ CDOT crash records. Returns key fields including location, date, severity, injuries, fatalities, and contributing factors.

Input parameters:

- `crash_type` (string): Crash type: BROADSIDE, REAR_END, SIDESWIPE_SAME_DIRECTION, SIDESWIPE_OPPOSITE_DIRECTION, HEAD_ON, ROLLOVER, FIXED_OBJECT, ANIMAL, PEDESTRIAN, BICYCLE, MOTORCYCLE, OTHER
- `date_from` (string): Start date (ISO 8601, e.g. "2024-01-01")
- `date_to` (string): End date (ISO 8601, e.g. "2024-12-31")
- `limit` (integer): Max results (1-100, default 20)
- `location` (string): City, county, or street name (case-insensitive partial match)
- `severity` (string): Severity: FATAL, SERIOUS_INJURY, MINOR_INJURY, POSSIBLE_INJURY, PROPERTY_DAMAGE_ONLY

### `get_crash_details` (~71 tokens)

Get full details of a specific Colorado crash by its CUID (Crash Unique Identifier). Returns complete crash record including all vehicles involved, injuries, contributing factors, road conditions, weather, and narrative.

Input parameters:

- `cuid` (string, required): CDOT Crash Unique ID (e.g. "2024-001234")

### `get_nearby_crashes` (~151 tokens)

Get crash records near a specific attorney's office location. This tool is attorney-centered, not a raw lat/lng search. Use a canonical attorney slug from search_attorneys, then this tool will search around that office address.

Input parameters:

- `attorney_slug` (string, required): Canonical attorney slug from search_attorneys, used as the center point
- `limit` (integer): Max results (1-200, default 50)
- `months` (integer): Look-back period in months (1-120, default 12)
- `radius_km` (number): Search radius in km (0.5-50, default 3)
- `sort` (string): Sort by distance or date

### `list_research_datasets` (~36 tokens)

List CrashStory research datasets that can be queried through the MCP server, including gas-price analysis datasets and their available data views.

### `get_research_dataset_summary` (~69 tokens)

Get the structured summary/report for a CrashStory research dataset. Use this before row-level querying to understand coverage, methodology, findings, and limitations.

Input parameters:

- `slug` (string, required): Dataset slug. Options: gas-prices-vs-crashes, gas-prices-vs-fatalities-national.

### `query_research_dataset` (~229 tokens)

Query rows from CrashStory research datasets. Supports the gas-price analysis datasets with optional state, year, and month filters so agents can perform their own follow-on analysis.

Input parameters:

- `dataset` (string, required): Data view. Colorado options: analysis_window, full_window. National options: state_year_panel, state_year_yoy, state_profiles, national_summary.
- `limit` (integer): Maximum rows to return.
- `month_from` (string): Optional minimum month filter in YYYY-MM format, mainly for the Colorado monthly dataset.
- `month_to` (string): Optional maximum month filter in YYYY-MM format, mainly for the Colorado monthly dataset.
- `order` (string): Sort order (default desc).
- `slug` (string, required): Dataset slug. Options: gas-prices-vs-crashes, gas-prices-vs-fatalities-national.
- `sort` (string): Optional sort field.
- `state` (string): Optional two-letter state abbreviation filter, mainly for national datasets.
- `year_from` (integer): Optional minimum year filter.
- `year_to` (integer): Optional maximum year filter.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-crashstory-crashstory/crashstory-mcp-production#diagnostics

## Score history

- 2026-08-03: 67
- 2026-08-02: 67
- 2026-08-01: 66
- 2026-07-31: 66
- 2026-07-30: 66
- 2026-07-29: 66
- 2026-07-28: 65
- 2026-07-27: 64
- 2026-07-26: 64

## Links

- Remote endpoint: https://crashstory-mcp-production.up.railway.app/mcp
- Website: https://crashstory.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-crashstory-crashstory/crashstory-mcp-production/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-crashstory-crashstory/crashstory-mcp-production/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-crashstory-crashstory/crashstory-mcp-production
