Back to Apps

Repliers Real Estate MCP
by repliers-io
Real-time MLS real estate data access via Repliers API for searching listings and market statistics.
0 stars
Works in:claude
Exposes:Tools
What it does
Provides AI assistants with real-time access to Multiple Listing Service (MLS) data via the Repliers API. It enables natural language searches for properties, market trend analysis, and detailed listing lookups across various geographies.
Tools
Search_Listings: Natural language search for listings (requires NLP enabled on Repliers account).get_listing: Fetch detailed information for a specific listing using its MLS number.Market_Statistics: Retrieve market averages, medians, and days-on-market data grouped by time or geography.Lookup_Possible_Values: Enumerate valid filter values like property types or neighborhoods for precise querying.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"repliers": {
"command": "node",
"args": ["/absolute/path/to/mcpServer.js"],
"env": {
"REPLIERS_API_KEY": "your-repliers-api-key"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
node mcpServer.jsInformation
- Pricing
- freemium
- Published
- 7/7/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"repliers": {
"command": "node",
"args": ["/absolute/path/to/mcpServer.js"],
"env": {
"REPLIERS_API_KEY": "your-repliers-api-key"
}
}
}
}





