Skip to main content
Glama

Borough NYC Real Estate API

Server Details

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

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

10 tools
compare_neighborhoodsTry in Inspector

Compare market data across 1-5 NYC neighborhoods side by side. Returns inventory, median rent, days on market, and concession rate for each area. Optionally filter by bedroom count and listing type. Use this when someone wants to compare neighborhoods or decide where to live.

ParametersJSON Schema
NameRequiredDescriptionDefault
areasYesComma-separated area IDs to compare, 1-5 areas (use list_areas to find IDs)
bedroomsNoFilter by bedroom count 0-4 (omit for all bedroom counts)
listingTypeNoListing type (default: rental)
get_buildingTry in Inspector

Get detailed information about a specific NYC building by its ID. Returns building name, address, year built, floor count, unit count, amenities, policies, tax abatement status, and management company. Requires Starter plan ($19/mo) or higher. Use this when you need building-level data rather than individual listing details.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesBuilding ID (from listing details or other tool responses)
get_building_listingsTry in Inspector

Get all active listings within a specific building. Filter by listing status (active, in contract, off market) and type (rental, sale). Requires Starter plan ($19/mo) or higher. Use this to see all available units in a building.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesBuilding ID
pageNoPage number (default 1)
statusNoFilter by listing status (default: all statuses)
perPageNoResults per page (default 10)
listingTypeNoFilter by listing type (default: both)
get_market_snapshotTry in Inspector

Get a current market snapshot for a specific NYC neighborhood. Returns inventory count, median rent, average days on market, and concession rate. Optionally filter by bedroom count and listing type (rental or sale). Use this to understand current market conditions in a specific area.

ParametersJSON Schema
NameRequiredDescriptionDefault
areaIdYesArea ID (required — use list_areas to find IDs)
bedroomsNoFilter by bedroom count 0-4 (omit for all bedroom counts)
listingTypeNoListing type (default: rental)
get_propertyTry in Inspector

Get full details for a specific NYC listing by its ID. Returns 50+ fields including price, address, beds/baths, sqft, amenities, fees, pet policy, and listing history. Requires Starter plan ($19/mo) or higher. Use this when you have a listing ID from search results and need complete details.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesListing ID (from search results or other tool responses)
get_property_by_urlTry in Inspector

Look up a specific NYC listing by its URL path (e.g. "apartment-for-rent/1234567/manhattan/nyc"). Returns the same full detail as get_property. Requires Starter plan ($19/mo) or higher. Use this when you have a listing URL instead of an ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesURL path of the listing (e.g. "apartment-for-rent/1234567/manhattan/nyc")
list_areasTry in Inspector

List all 349 NYC neighborhoods, boroughs, and sub-areas with their IDs. Filter by hierarchy level (0=borough, 1=neighborhood) or parent area. Use this to find area IDs for search filters, market data, or neighborhood comparison. Borough IDs: Manhattan=100, Bronx=200, Brooklyn=300, Queens=400, Staten Island=500.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1)
levelNoArea hierarchy level: 0=borough, 1=neighborhood (default: all levels)
perPageNoResults per page (default 10, max depends on plan tier)
parentIdNoParent area ID to get sub-areas (e.g. 200 for Bronx neighborhoods)
search_rentalsTry in Inspector

Search active rental listings across all five NYC boroughs. Filter by neighborhood, price range, bedrooms, bathrooms, building type, and no-fee status. Returns up to 25 results per page with address, price, beds/baths, and listing link. Use this for any question about finding apartments or rental availability in NYC.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1, up to 25 results per page)
sortNoSort field (default: PRICE)
areasNoComma-separated area IDs to filter by (use list_areas tool to find IDs). Borough IDs: Manhattan=100, Bronx=200, Brooklyn=300, Queens=400, Staten Island=500
noFeeNoFilter for no-fee listings only (no broker fee)
maxBedsNoMaximum bedrooms
minBedsNoMinimum bedrooms (0 = studio)
perPageNoResults per page (default 10, max depends on plan tier)
sortDirNoSort direction (default: DESC)
maxBathsNoMaximum full bathrooms
maxPriceNoMaximum monthly rent in USD
minBathsNoMinimum full bathrooms
minPriceNoMinimum monthly rent in USD
has3dTourNoFilter for listings with 3D virtual tours
buildingTypeNoComma-separated building types: RENTAL, CONDO, CO_OP, HOUSE, MULTI_FAMILY, TOWNHOUSE
hasOpenHouseNoFilter for listings with scheduled open houses
maxMonthlyCostNoMaximum total monthly cost in USD (rent + maintenance + common charges + property tax)
minTransitScoreNoMinimum transit accessibility score (0-100)
search_salesTry in Inspector

Search active for-sale listings across all five NYC boroughs. Filter by neighborhood, price range, bedrooms, bathrooms, building type, and sale type (resale, sponsor unit, foreclosure). Returns up to 25 results per page with address, price, beds/baths, and listing link. Use this for any question about buying property or sales availability in NYC.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1, up to 25 results per page)
sortNoSort field (default: PRICE)
areasNoComma-separated area IDs to filter by (use list_areas to find IDs). Borough IDs: Manhattan=100, Bronx=200, Brooklyn=300, Queens=400, Staten Island=500
noFeeNoFilter for no-fee listings only
maxBedsNoMaximum bedrooms
minBedsNoMinimum bedrooms (0 = studio)
perPageNoResults per page (default 10, max depends on plan tier)
sortDirNoSort direction (default: DESC)
maxBathsNoMaximum full bathrooms
maxPriceNoMaximum sale price in USD
minBathsNoMinimum full bathrooms
minPriceNoMinimum sale price in USD
saleTypeNoSale type filter: RESALE (standard), SPONSOR_UNIT (new development), FORECLOSURE
has3dTourNoFilter for listings with 3D virtual tours
buildingTypeNoComma-separated building types: CONDO, CO_OP, HOUSE, MULTI_FAMILY, TOWNHOUSE
hasOpenHouseNoFilter for listings with scheduled open houses

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.