
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@borough/mcp
Advanced tools
MCP server for Borough NYC Real Estate API — search rentals, sales, property details, and building data across all five NYC boroughs
Remote MCP bridge package for Borough, a read-only NYC real estate connector for Claude, ChatGPT, Cursor, VS Code, and other MCP-compatible clients.
Borough MCP gives AI tools authenticated access to:
For hosted MCP clients, use Borough's remote MCP endpoint:
https://borough.qwady.app/mcp
OAuth-capable clients should prefer the built-in Borough OAuth flow. That is the primary connector path for Claude and other hosted remote MCP clients.
Docs:
https://borough.qwady.app/mcp
Discovery metadata:
https://borough.qwady.app/.well-known/mcp/server.json
search_rentalssearch_saleslist_areasget_market_snapshotget_market_trendscompare_neighborhoodsget_propertyget_property_by_urlget_buildingget_building_listingsAll Borough MCP tools are read-only.
The search and market tools accept either area IDs or neighborhood names. Search tools also support compact amenity-aware filtering, including DISHWASHER and WASHER_DRYER.
If your MCP client supports remote connectors and OAuth, use the hosted endpoint directly and complete the Borough sign-in flow when prompted.
For Claude-specific steps:
For MCP clients that do not support Borough's OAuth flow, use a Borough API key in the Authorization header:
Authorization: Bearer BOROUGH-<your_key>
Examples:
{
"mcpServers": {
"borough": {
"url": "https://borough.qwady.app/mcp",
"headers": {
"Authorization": "Bearer BOROUGH-<your_key>"
}
}
}
}
{
"servers": {
"borough": {
"type": "http",
"url": "https://borough.qwady.app/mcp",
"headers": {
"Authorization": "Bearer BOROUGH-<your_key>"
}
}
}
}
npx Bridge UsageThis package is mainly useful when you want to bridge the hosted Borough MCP endpoint into a stdio-only client.
BOROUGH_API_KEY=BOROUGH-<your_key> npx @borough/mcp
BOROUGH_API_KEY is required for the direct stdio bridge path.
Ask your AI client:
For support, contact api@qwady.com.
FAQs
MCP server for Borough NYC Real Estate API — search rentals, sales, property details, and building data across all five NYC boroughs
The npm package @borough/mcp receives a total of 45 weekly downloads. As such, @borough/mcp popularity was classified as not popular.
We found that @borough/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.