← Index

Borough NYC Real Estate API

app.qwady/borough·v1.1.0·Analytics
Quality Score
92
/100

Search NYC rentals and sales, property details, building data, and market analytics

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://borough.qwady.app/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "borough": {
      "command": "npx",
      "args": [
        "-y",
        "@borough/mcp"
      ],
      "env": {
        "BOROUGH_API_KEY": "<your-borough_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "borough": {
      "command": "npx",
      "args": [
        "-y",
        "@borough/mcp"
      ],
      "env": {
        "BOROUGH_API_KEY": "<your-borough_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @borough/mcp
§02  Environment variables
BOROUGH_API_KEY
requiredsecret

Your Borough API key (get one free at https://borough.qwady.app/pricing)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Analytics