Real Estate MCP Server
by 0Xfftobit
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host for SSE/HTTP transport. Default: 127.0.0.1. | 127.0.0.1 |
| PORT | No | Port for SSE/HTTP transport. Default: 8000. | 8000 |
| LOG_LEVEL | No | Logging level: DEBUG, INFO, WARNING, ERROR, CRITICAL. Default: INFO. | INFO |
| EPA_ENABLED | No | Enable EPA Envirofacts integration (keyless). Default: false. | false |
| FEMA_ENABLED | No | Enable FEMA NFHL integration (keyless). Default: false. | false |
| FRED_API_KEY | No | API key for FRED (required if FRED_ENABLED=true). | |
| FRED_ENABLED | No | Enable FRED integration. Default: false. | false |
| NOAA_ENABLED | No | Enable NOAA/NWS integration (keyless). Default: false. | false |
| MCP_TRANSPORT | No | Transport protocol: stdio, sse, or streamable-http. Default: stdio. | stdio |
| CENSUS_API_KEY | No | API key for Census Bureau (required if CENSUS_ENABLED=true). | |
| CENSUS_ENABLED | No | Enable Census Bureau integration. Default: false. | false |
| ZILLOW_API_KEY | No | API key for Zillow provider (required if ZILLOW_ENABLED=true). | |
| ZILLOW_ENABLED | No | Enable Zillow integration (paid enterprise license). Default: false. | false |
| ZILLOW_BASE_URL | No | Base URL for Zillow provider endpoint. | |
| RENTCAST_API_KEY | No | API key for RentCast (required if RENTCAST_ENABLED=true). | |
| RENTCAST_ENABLED | No | Enable RentCast integration (metered). Default: false. | false |
| FBI_CRIME_API_KEY | No | API key for FBI Crime Data (required if FBI_CRIME_ENABLED=true). | |
| FBI_CRIME_ENABLED | No | Enable FBI Crime Data integration. Default: false. | false |
| WALKSCORE_API_KEY | No | API key for Walk Score (required if WALKSCORE_ENABLED=true). | |
| WALKSCORE_ENABLED | No | Enable Walk Score integration. Default: false. | false |
| REALESTATE_MCP_ENABLE_AREA | No | Enable Area tools. | true |
| REALESTATE_MCP_ENABLE_AGENT | No | Enable Agent tools. | true |
| REALESTATE_MCP_ENABLE_CLIENT | No | Enable Client tools. | true |
| REALESTATE_MCP_ENABLE_MARKET | No | Enable Market tools. | true |
| REALESTATE_MCP_ENABLE_SYSTEM | No | Enable System tools. | true |
| REALESTATE_MCP_ENABLE_DOCUMENT | No | Enable Document tools. | true |
| REALESTATE_MCP_ENABLE_MORTGAGE | No | Enable Mortgage tools. | true |
| REALESTATE_MCP_ENABLE_PROPERTY | No | Enable Property tools. Set to false to disable. | true |
| REALESTATE_MCP_ENABLE_VALUATION | No | Enable Valuation tools. | true |
| REALESTATE_MCP_ENABLE_INTEGRATIONS | No | Enable Integration status and lookup tools. | true |
| REALESTATE_MCP_ENABLE_ANALYSIS_QUEUE | No | Enable Analysis Queue tools. | true |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/0Xfftobit/RE-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server