loading…
Search for a command to run...
loading…
Real Estate Listing - MCP server providing AI-powered tools and automation by MEOK AI Labs
Real Estate Listing - MCP server providing AI-powered tools and automation by MEOK AI Labs
Real Estate Listing MCP Server - Property Intelligence AI
Real Estate Listing MCP Server - Property Intelligence AI Built by MEOK AI Labs | https://meok.ai
Property valuation, listing generation, comparable sales, mortgage calculations, and neighborhood analysis.
| Tool | Description |
|---|---|
estimate_valuation |
Estimate property valuation using comp-based methodology. |
generate_listing |
Generate a professional property listing description. |
find_comparable_sales |
Find comparable recent sales for pricing analysis. |
calculate_mortgage |
Calculate monthly mortgage payment with full breakdown. |
analyze_neighborhood |
Analyze neighborhood characteristics and livability scores. |
pip install meok-real-estate-listing-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"real-estate-listing": {
"command": "python",
"args": ["-m", "meok_real_estate_listing_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"real-estate-listing-mcp": {
"command": "npx",
"args": []
}
}
}