property-MCP
Verified Safeby noahw345
Overview
Connects Claude AI to real estate data via the ATTOM Data API to fetch property information for a given address.
Installation
python -m mcp_server.serverEnvironment Variables
- ATTOM_API_KEY
- BASE_ATTOM_URL
Security Notes
Secrets (ATTOM_API_KEY) are loaded from environment variables using python-dotenv, which is a good practice. There are no 'eval' calls or obfuscation found. Network requests use the 'requests' library with a timeout, and errors are robustly handled at the API client and tool layer, preventing raw exception leakage. The API key is sent in standard HTTP headers.
Similar Servers
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
converse
Orchestrates and exposes various AI tools (chat, multi-model consensus, job management) over the Model Context Protocol, enabling local, persistent, and potentially asynchronous AI interactions across multiple Large Language Model (LLM) providers.
mcp-example
A Model Context Protocol (MCP) server that acts as a bridge between Claude Desktop and the Rick and Morty GraphQL API, demonstrating MCP functionality with HTTPS transport.
mcp-server-real-state
Facilitate LLM interaction with a real estate database for property data management and SEO content generation.