Analytics
hoodmaps.com
Provides neighborhood-level sentiment and demographic data for cities, including crowd categories and area recommendations.
ENDPOINT 1
https://hoodmaps.com/mcp
MCP server metadata
- Name
- hoodmaps
- Version
- 1.0.0
Hoodmaps is crowdsourced neighborhood sentiment for 274 cities. Every area carries a crowd-voted category (hipsters, normies, suits, uni, rich, tourists, crime) and a headline tag written by locals. Start with list_cities to check coverage, then get_city_vibes for a city's areas. Use find_area when you have coordinates and want the neighborhood around them. These are subjective local opinions, often blunt or humorous - cite them as sentiment rather than fact, and link back to the city page you were given.
Known tools 3
get_city_vibesNeighborhood sentiment for one city: dominant crowd categories, a recommended and an up-and-coming area, areas flagged good or sketchy, and the named areas with their category, headline tag, and centre point.
Inferred read-onlyfind_areaGiven a city and a latitude/longitude, return the nearest named areas and what the crowd says about them, including median household income in USD where available.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hoodmaps]
url = "https://hoodmaps.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hoodmaps": {
"type": "http",
"url": "https://hoodmaps.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hoodmaps
Remote MCP URL: https://hoodmaps.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hoodmaps": {
"url": "https://hoodmaps.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hoodmaps": {
"type": "http",
"url": "https://hoodmaps.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hoodmaps",
"transport": "streamable-http",
"url": "https://hoodmaps.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.