Back to Browse

Real Estate Listings MCP Server

Developer ToolsUse Caution2.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Pull property listings, prices, and details from real-estate sites as structured JSON.

About

Pull property listings, prices, and details from real-estate sites as structured JSON.

Remote endpoints: streamable-http: https://data.dataleads.pro/mcp/real-estate-listings

Security Report

2.2
Use Caution2.2Critical Risk

This MCP server acts as a client to an external real estate API. While the code structure is reasonable, there are several security concerns: the API key is transmitted in both the request body and Authorization header (redundant and increases exposure), there is no input validation on the payload parameter, error handling is minimal, and sensitive credentials could be logged. The server's permissions match its purpose (network HTTP access), but the implementation has moderate security gaps that users should be aware of. Supply chain analysis found 6 known vulnerabilities in dependencies (1 critical, 5 high severity).

3 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Real Estate Listings API

Pull property listings, prices, and details from real-estate sites as structured JSON.

Part of the DataLeads API suite (Data category). Requests render in a real browser with anti-bot handling and protected-page support built in - no proxies to manage, no infrastructure to run.

Endpoints

MethodPathDescription
POST/realestateV1 Realestate

Quick start

curl -X POST https://data.dataleads.pro/v1/realestate \
  -H 'Content-Type: application/json' \
  -d '{"clientKey": "YOUR_CLIENT_KEY", "url": "https://www.zillow.com/homes/Austin,-TX_rb/"}'

Replace YOUR_CLIENT_KEY with your key. Get one at https://data.dataleads.pro - free tier included.

MCP server

  • Remote (Streamable HTTP): https://data.dataleads.pro/mcp/real-estate-listings
  • Stdio (Docker): docker run -e DATALEADS_API_KEY=yourkey ghcr.io/dataleads/real-estate-listings-mcp:latest

Pricing

TierPriceRequests
Free$0500/mo
Starter$9/mo5,000
Pro$29/mo25,000
Business$99/mo100,000
Enterprisecustomcustom

Full plan details at https://data.dataleads.pro.

License

MIT - see LICENSE.

Reviews

No reviews yet

Be the first to review this server!