mcp-server
Verified Safeby dacionxo
Overview
This server provides a Model Context Provider (MCP) interface to the Repliers API, enabling natural language access to real estate listings, property data, market analytics, and AI-powered tools.
Installation
node mcpServer.jsEnvironment Variables
- REPLIERS_API_KEY
Security Notes
The server demonstrates strong security practices including explicit environment variable loading from a .env file, mandatory checks for critical API keys (REPLIERS_API_KEY), and robust error handling. All external API calls use the fetch API with properly constructed URLs and headers, minimizing injection risks. There are no evident uses of 'eval' or other dynamic code execution from untrusted input, nor any hardcoded secrets in the provided source.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
claude-prompts-mcp
Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.
zonerMCP
This server provides a hardened Model Context Protocol (MCP) interface for accessing Lebanon, NH GIS data (zoning, addresses, parcels, environmental overlays) to AI agents, designed for platforms like OpenAI Agent Builder.
polybrain-mcp
Connects AI agents to multiple LLM models, providing conversation history management and model switching capabilities.