{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.crashstory/crashstory",
  "title": "CrashStory MCP",
  "version": "1.0.0",
  "description": "Colorado crash data, attorney search, and AI-analyzed review intelligence",
  "websiteUrl": "https://crashstory.com/mcp",
  "repository": {
    "url": "https://github.com/DavidMelamed/crashstory-platform",
    "source": "github"
  },
  "packages": [
    {
      "registryType": "npm",
      "identifier": "crashstory-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "CRASHSTORY_API_URL",
          "description": "CrashStory API base URL",
          "required": false,
          "default": "https://crashstory-api-production.up.railway.app"
        },
        {
          "name": "CRASHSTORY_WEB_URL",
          "description": "CrashStory web URL",
          "required": false,
          "default": "https://crashstory.com"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://crashstory-mcp-production.up.railway.app/mcp"
    }
  ]
}
