Back to Apps

Neighborhood
Supports UIby rohenaz
Live crime data for AI agents — interactive maps, statistics, and alerts for any US location.
1 stars
12 views
Updated 1 month ago
Works in:claude
Exposes:ToolsResources
What it does
Neighborhood aggregates live crime data from multiple public sources (ArcGIS, Socrata, SpotCrime, FBI NIBRS) and exposes it through MCP tools with an inline interactive map rendered via MCP Apps. Ask about any US zip code, city, or state and get crime incidents, statistics, trend analysis, and news alerts — all displayed directly inside Claude.
Key features
- Interactive crime maps — MapLibre GL JS maps with clustered markers, dark/light tile themes, and zoom/pan, rendered inline in Claude
- Multi-source aggregation — Pulls from ArcGIS, Socrata, SpotCrime, and FBI Crime Data Explorer simultaneously
- Flexible location input — Accepts zip codes, state names, state abbreviations, and city names with automatic geocoding
- Data dashboard — Crime statistics, severity breakdowns, top crime types, and trend analysis in a tabbed UI
- ZIP comparison — Side-by-side delta cards comparing crime stats between two locations
- News alerts — Aggregated local crime news from Google News and Patch.com RSS feeds
- SQLite caching — Persists incident data across restarts and handles source outages gracefully
Installation
Claude Code (Plugin)
claude plugin install neighborhood
Local Development
git clone https://github.com/rohenaz/neighborhood
cd neighborhood
bun install
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"neighborhood": {
"command": "/path/to/neighborhood/start.sh"
}
}
}
HTTP mode (optional)
bun run serve
# Starts HTTP server on port 3001
Supported hosts
- Claude Code (as a plugin)
- Claude Desktop
Quick install
claude plugin install neighborhoodInformation
- Pricing
- free
- Published
