SafePghStreetsMCPServer

bp4151/SafePghStreetsMCPServer
★ 0 stars Python 🌐 Browser/Web Updated 2d ago
Safe Streets Pittsburgh MCP Server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "safepghstreetsmcpser": {
      "command": "uvx",
      "args": [
        "safepghstreetsmcpserver"
      ]
    }
  }
}

Or install with pip: pip install safepghstreetsmcpserver

README Excerpt

An MCP (Model Context Protocol) server that analyzes bicycle crash safety on Pittsburgh streets using GPS routes (GPX/FIT format) and [WPRDC](https://data.wprdc.org) Allegheny County crash data. - **`get_wprdc_crash_data`** — Fetch all bicycle crash records for Allegheny County (2004–2024) - **`summarize_route_safety`** — Score each street on a GPX/FIT route from 1 (dangerous) to 10 (safe) based on historical crash counts