mcp-inmovilla
Verified Safeby laica-ayudavets
Overview
Enables LLMs to manage properties, clients, owners, and retrieve enumerations from the Inmovilla real estate platform by exposing an MCP-compliant API.
Installation
npm startEnvironment Variables
- INMOVILLA_API_TOKEN
- OPENAI_API_KEY
- MCP_API_KEY
Security Notes
The server demonstrates good security practices by using environment variables for API keys and employing Zod for robust input validation across its tools. No 'eval' or obfuscation patterns were found in the provided source code. All external API calls are directed to the legitimate Inmovilla API endpoint. The main security consideration is the broad CORS policy (allowOrigin: "*") which could be a risk if the server is exposed publicly without additional network access controls; however, for a local MCP server, this might be an expected configuration.
Similar Servers
boilerplate-mcp-server
Provides a production-ready foundation for developing custom Model Context Protocol (MCP) servers in TypeScript to connect AI assistants with external APIs and data sources, exemplified by an IP geolocation tool.
mcp-agent-kit
Simplifies the creation and management of AI agents, chatbots, and Model Context Protocol (MCP) servers with various LLM providers.
MCP-para-todo
An educational MCP server that connects language models with external tools in real-time, focusing on providing real-world context and extending LLM capabilities.
mcp-typescript-simple
Production-ready MCP (Model Context Protocol) server with dual-mode operation (STDIO & HTTP), multi-LLM integration, and OAuth authentication, designed for horizontal scalability and comprehensive observability.