← doorbase.app

INDIVIDUAL MCP TOOL

get_zip_market

Full 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.

doorbase.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://doorbase.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_zip_market and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

doorbase.app

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.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.

Related tools

  • search_markets — Filter 30,000+ US zip codes by rental market criteria (state, cap rate, vacancy, rent, population, home value, renter share).
  • top_markets — National (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.
  • compare_zips — Side-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.