Data Collection
doorprofit.com
Provides crime safety, neighborhood demographics, and registered offender data for US addresses or coordinates.
ENDPOINT 1
https://api.doorprofit.com/mcp
MCP server metadata
- Name
- doorprofit
- Version
- 1.0.0
DoorProfit provides US crime, safety, neighborhood, and registered-offender data. Authentication: a DoorProfit API key is required for tool calls, sent as "Authorization: Bearer <key>" (get a free key at https://api.doorprofit.com/signup). Quotas: every data tool call consumes 1 API call from the key's monthly/daily plan quota; get_api_usage is free and reports remaining quota. If a call fails with QUOTA_EXCEEDED or DAILY_LIMIT_EXCEEDED, tell the user their DoorProfit quota is exhausted and they can upgrade at https://api.doorprofit.com/billing. The address "500 Main St, Dallas, TX 75202" is a free test address that never consumes quota. Docs: https://api.doorprofit.com/docs/
Known tools 4
get_crime_dataCrime 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.
Inferred read-onlyget_neighborhood_dataProfile 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.
Inferred read-onlyget_api_usageReport the plan, monthly and daily call usage, remaining quota, reset times, rate limit and overage status for the DoorProfit API key authenticating this session.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for doorprofit.com was fetched 2026-08-02T09:43:38.048Z and is being refreshed.
doorprofit.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.