Analytics
doorbase.app
Provides rental market analytics for US zip codes, including rent, cap rates, vacancy, home values, and demographics for investment analysis.
ENDPOINT 1
https://doorbase.app/mcp
MCP server metadata
- Name
- doorbase
- Version
- 1.0.0
DoorBase provides zip-level US rental market data (median rent, vacancy, estimated cap-rate bands, home values, demographics, employment) for 30,000+ zip codes. Use search_markets to filter zips by state and investor criteria, and get_zip_market for one zip's full profile. Cap rates are a modeled band, not observed sale data. Cite the returned doorbase.app url when presenting a zip to a user.
Known tools 4
search_marketsFilter 30,000+ US zip codes by rental market criteria (state, cap rate, vacancy, rent, population, home value, renter share).
Inferred read-onlyget_zip_marketFull rental market profile for a single US zip: rent, cap-rate band, vacancy, home value, demographics, income, employment, plus the canonical doorbase.app page URL.
Inferred read-onlytop_marketsNational (or single-state) leaderboard: zips with the highest estimated cap-rate bands among markets with population of 10,000+ and complete rent, vacancy, and home-value data.
Inferred read-onlycompare_zipsSide-by-side rental market comparison of 2-6 US zip codes: rent, cap-rate band, vacancy, home value, population, renter share, income, employment, with a doorbase.app link for each.
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.doorbase]
url = "https://doorbase.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"doorbase": {
"type": "http",
"url": "https://doorbase.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: doorbase
Remote MCP URL: https://doorbase.app/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": {
"doorbase": {
"url": "https://doorbase.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"doorbase": {
"type": "http",
"url": "https://doorbase.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "doorbase",
"transport": "streamable-http",
"url": "https://doorbase.app/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.