INDIVIDUAL MCP TOOL
get_neighborhood_data
Profile of the neighborhood (or census block group) containing one US address or coordinate pair: demographics, median household income, home values, rent by bedroom count, education attainment, cost-of-living indices, climate and natural-disaster risk.
LIVE ENDPOINT
https://api.doorprofit.com/mcp
Connect to this endpoint to inspect the live schema for get_neighborhood_data and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.doorprofit]
url = "https://api.doorprofit.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"doorprofit": {
"type": "http",
"url": "https://api.doorprofit.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: doorprofit
Remote MCP URL: https://api.doorprofit.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": {
"doorprofit": {
"url": "https://api.doorprofit.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"doorprofit": {
"type": "http",
"url": "https://api.doorprofit.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "doorprofit",
"transport": "streamable-http",
"url": "https://api.doorprofit.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_crime_data— Crime safety grade and incident history for one US address or coordinate pair: a letter score (A+ safest through F), a per-crime-type breakdown against the national average, and the individual incidents recorded within 1000ft over a rolling 90-day window.search_offenders— Search US registered offenders in one of two modes.get_api_usage— Report the plan, monthly and daily call usage, remaining quota, reset times, rate limit and overage status for the DoorProfit API key authenticating this session.