Catalog
app.qwady/borough
OfficialBorough NYC Real Estate API
Search NYC rentals and sales, property details, building data, and market analytics
Search NYC rental and sales properties with detailed building data and market analytics.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
BOROUGH_API_KEYrequiredsecretYour Borough API key (get one free at https://borough.qwady.app/pricing)
claude_desktop_config.json
{
"mcpServers": {
"borough": {
"command": "npx",
"args": [
"-y",
"@borough/mcp@1.1.0"
],
"env": {
"BOROUGH_API_KEY": "<YOUR_BOROUGH_API_KEY>"
}
}
}
}