360 Ghar - Real Estate MCP Server
@360ghar
About 360 Ghar - Real Estate MCP Server
Real estate MCP server for property search, bookings, leases and property management in India. Search properties, schedule visits, manage leases, track rent, and handle maintenance requests through any MCP-compatible AI client.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"360ghar": {
"transport": "http",
"url": "https://api.360ghar.com/mcp"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 360 Ghar - Real Estate MCP Server?
A high-performance FastAPI backend that powers the 360 Ghar unified real estate platform. It serves three integrated modules: a real estate marketplace with swipe‑based discovery, a short‑stay booking system for hotels and vacation rentals, and a comprehensive property management system for landlords and property managers.
How to use 360 Ghar - Real Estate MCP Server?
Clone the repository, install dependencies with uv sync or pip, copy .env.example to .env with your Supabase and database credentials, start PostgreSQL and Redis via Docker Compose, run database migrations with supabase db push, optionally load sample data, then start the application with uv run python run.py or uv run fastapi dev app/main.py --port 3600 --host 0.0.0.0. The API is then available at http://localhost:3600.
Key features of 360 Ghar - Real Estate MCP Server
- Tinder‑like property swiping for discovery
- Geospatial, full‑text, and filtered property search
- Agent‑managed visit scheduling with load balancing
- Short‑stay booking with dynamic pricing
- Tenant, lease, and rent collection management
- Financial reporting and document vault
- Asynchronous architecture with FastAPI and PostgreSQL/PostGIS
- Secure authentication via Supabase Auth (phone‑first)
Use cases of 360 Ghar - Real Estate MCP Server
- Buyers and renters discovering properties via swipe and map‑based search
- Users scheduling property visits coordinated with agents
- Travelers booking short‑stay accommodations with availability checks
- Landlords managing tenants, leases, maintenance requests, and rent collection
- Property managers generating financial reports and storing documents
FAQ from 360 Ghar - Real Estate MCP Server
What technologies does it use?
The tech stack includes FastAPI, PostgreSQL with PostGIS, SQLAlchemy 2.0 async, Pydantic, Supabase Auth, optional Redis caching, Sentry for observability, and Docker.
How is authentication handled?
Clients authenticate directly with Supabase Auth SDK using phone as primary method. The backend expects an Authorization: Bearer <supabase_access_token> header for protected routes.
Does it support Docker?
Yes. Full Docker and Docker Compose support is provided for development – databases can be started with docker-compose up -d db redis.
What is the MCP HTTP server?
The backend exposes Model Context Protocol (MCP) HTTP servers for AI assistants and MCP‑based integrations, as described in the “MCP HTTP Server” section.
What database does it use?
PostgreSQL with the PostGIS extension for geospatial queries, managed via SQLAlchemy and Supabase migrations.
Frequently asked questions
What technologies does it use?
The tech stack includes FastAPI, PostgreSQL with PostGIS, SQLAlchemy 2.0 async, Pydantic, Supabase Auth, optional Redis caching, Sentry for observability, and Docker.
How is authentication handled?
Clients authenticate directly with Supabase Auth SDK using phone as primary method. The backend expects an `Authorization: Bearer <supabase_access_token>` header for protected routes.
Does it support Docker?
Yes. Full Docker and Docker Compose support is provided for development – databases can be started with `docker-compose up -d db redis`.
What is the MCP HTTP server?
The backend exposes Model Context Protocol (MCP) HTTP servers for AI assistants and MCP‑based integrations, as described in the “MCP HTTP Server” section.
What database does it use?
PostgreSQL with the PostGIS extension for geospatial queries, managed via SQLAlchemy and Supabase migrations.
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments