realestate-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REALESTATE_MCP_CHANNEL | No | Browser channel; msedge also works | chrome |
| REALESTATE_MCP_PROFILE | No | Where the warm browser profile lives | ~/.realestate-mcp/profile |
| REALESTATE_MCP_TIMEOUT | No | Navigation timeout in ms | 60000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_listingsA | Search realestate.com.au for properties to buy, rent, or recently sold. Returns up to 25 listings per page with address, price, bed/bath/car counts, land size, agency, agents, inspection times and auction dates. Call resolve_location first if the user's location is vague or misspelled. |
| get_listingA | Fetch full detail for one realestate.com.au listing, including the complete description, all photos, floorplans, agency and agent contacts. Accepts a listing URL or a bare numeric listing ID. |
| resolve_locationA | Turn partial or ambiguous location text into canonical REA suburb/region names with state and postcode. Fast (no browser needed). Use this to disambiguate before search_listings — e.g. "bondi" returns Bondi, Bondi Beach, Bondi Junction. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ErrolMc/RealEstateMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server