real-estate-data
stdioUsed by 1 plugin
Installs real-estate-investment, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub aznatkoiny/zai-skills --plugin real-estate-investmentAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"real-estate-data": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-servers/real-estate-data/server.py"
],
"env": {
"ATTOM_API_KEY": "<your-attom-api-key>",
"AIRDNA_API_KEY": "<your-airdna-api-key>",
"CENSUS_API_KEY": "",
"RENTCAST_API_KEY": "",
"MASHVISOR_API_KEY": "<your-mashvisor-api-key>"
}
}
}
}Replace placeholder values for: MASHVISOR_API_KEY, AIRDNA_API_KEY, ATTOM_API_KEY
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Admin access level
This server has elevated permissions. Review the source code before enabling.
Command
python3Access Level
admin
Arguments
${CLAUDE_PLUGIN_ROOT}/mcp-servers/real-estate-data/server.py
Environment Variables
ATTOM_API_KEY=AIRDNA_API_KEY=CENSUS_API_KEY=RENTCAST_API_KEY=MASHVISOR_API_KEY=Required Secrets
MASHVISOR_API_KEYAIRDNA_API_KEYATTOM_API_KEY