DomiObstructionMCPServer

bp4151/DomiObstructionMCPServer
★ 0 stars Python 🧠 Memory/Knowledge Updated 2d ago
MCP server that allows users to pull street construction data from Pittsburgh's Department of Mobility and Infrastructure and query it using AI.
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": {
    "domiobstructionmcpse": {
      "command": "uvx",
      "args": [
        "domiobstructionmcpserver"
      ]
    }
  }
}

Or install with pip: pip install domiobstructionmcpserver

README Excerpt

This repository contains the **DOMI Obstruction MCP Server**, an [MCP](https://modelcontextprotocol.io/) server that exposes WPRDC DOMI obstruction/closure data. | Path | Description | |------|-------------| | **[`docs/`](docs/)** | **⭐ Documentation (Start here)** | | **[`server/`](server/)** | MCP server implementation (entrypoint, WPRDC ingestion, Docker, docs) |