npx claudepluginhub aznatkoiny/zai-skills --plugin real-estate-investmentAdd 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
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
python3ATTOM_API_KEY=AIRDNA_API_KEY=CENSUS_API_KEY=RENTCAST_API_KEY=MASHVISOR_API_KEY=