Skip to main content
Glama
Alec2435

streeteasy-mcp

by Alec2435

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort to listen on. Railway sets this automatically.3000
MCP_AUTH_TOKENNoOptional. If set, POST /mcp requires Authorization: Bearer <token>.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_rentalsA

Search active NYC rental listings on StreetEasy with filters. Areas accept names (e.g. 'MANHATTAN', 'Williamsburg', 'upper east side') or numeric area codes — use list_areas to discover them. Amenities are uppercase enum tokens — use list_amenities. Returns a compact list of listings plus a totalCount; paginate with page/perPage. Each listing has an id you can pass to get_rental_details, plus leadPhotoUrl and photoUrls (ready-to-view image URLs) and a url to the listing page.

get_rental_detailsB

Fetch full details for a single rental listing by its id (the id field from search_rentals results). Returns description, full amenities/features, pricing history, building info, nearby transit & schools, and media: media.photoUrls and media.floorPlanUrls (CDN image URLs), media.videoLinks (YouTube/Vimeo watch URLs + thumbnails), and media.tour3dUrl (3D walkthrough) when available.

list_areasA

List StreetEasy area names and their numeric codes for use in search_rentals. Optionally pass a search term to filter (e.g. 'brooklyn', 'harlem', 'williams'). Names are matched case/spacing-insensitively.

list_amenitiesA

List the valid amenity enum tokens accepted by search_rentals (e.g. WASHER_DRYER, DOORMAN, GYM, PRIVATE_OUTDOOR_SPACE).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Alec2435/streeteasy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server