India Real Estate MCP | 5 Tools: 99acres, NoBroker, Housing
Pricing
Pay per event + usage
India Real Estate MCP | 5 Tools: 99acres, NoBroker, Housing
Aggregated India property data for AI agents: 99acres, MagicBricks, NoBroker, and Housing.com — residential and commercial, rent and sale, in one call. No result, no charge.
Pricing
Pay per event + usage
Rating
0.0
(0)
Developer
The Mine Works
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share
India Real Estate MCP
Four India property portals, one MCP endpoint — residential and commercial, rent and sale.
Built by The Mine Works, on top of our published data actors.
Tools
| Tool | What it returns | Price |
|---|---|---|
search_all_india_properties | 99acres, MagicBricks, NoBroker, Housing.com — one query, all four (rent/buy only) | $0.12 complete · $0.07 partial · $0.02/source · $0 if nothing found |
search_properties_99acres | Rent, sale, PG/guest-house, and commercial — all four in one tool | $0.05 |
search_properties_magicbricks | Residential rent or sale, BHK-filterable | $0.05 |
search_properties_nobroker | Residential rent or sale, zero-brokerage listings, 10 cities | $0.05 |
search_properties_housing | Residential rent/sale or its own commercial rent/sale, 32 cities | $0.05 |
search_all_india_properties always costs less than calling the 4 tools individually.
The aggregator is scoped to residential rent/buy — the one listing type all four sources fully support. For PG/guest-house listings, use search_properties_99acres directly (the only source that has them). For commercial, use search_properties_99acres or search_properties_housing directly — MagicBricks and NoBroker don't cover commercial at all, and folding a 1-2-source result into a 4-source aggregator's fixed price would either overcharge or overpromise.
Worked example
Ask your agent: "Find 2BHK apartments for rent in Pune across every major India listing site."
// tools/call → search_all_india_properties{ "city": "Pune", "listing_type": "rent", "max_per_source": 10 }
{"city": "Pune","listing_type": "rent","sources_tier": "complete","sources_attempted": 4,"sources_usable": 4,"total_listings_found": 38,"results_by_source": {"ninetynine_acres": ["..."],"magicbricks": ["..."],"nobroker": ["..."],"housing": ["..."]}}
One call, four sources, one bill — $0.12 for a complete result instead of $0.20 buying each source separately.
Setup
The server speaks Streamable HTTP. Use your Apify API token as a bearer token.
Claude Desktop / Claude Code — add to your MCP config:
{"mcpServers": {"india-real-estate": {"url": "https://themineworks--india-real-estate-mcp.apify.actor/mcp","headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }}}}
Cursor — same block in .cursor/mcp.json.
Windsurf — same block under mcpServers in your Windsurf MCP settings.
Cold start is about 6 seconds; warm calls answer in about a second.
Billing promise
No result, no charge. Ever.
- A search that finds nothing costs nothing — not a reduced fee, nothing.
- Repeat an identical call within 60 seconds and it's free (retries shouldn't cost twice).
- The aggregator is priced by what it actually delivered: complete, partial, or per-source. Nothing found, nothing billed.
- Apify plan discounts apply on top of every price above.
Apify platform usage is billed by Apify on top of these prices, as with any Standby actor.
Coverage — read this before you buy
- 99acres is the deepest single source: rent, sale, PG, and commercial, all in one tool, nationwide.
- MagicBricks and NoBroker are residential rent/sale only — no PG, no commercial.
- Housing.com splits commercial into its own rent/sale pair (
commercial_rent/commercial_buy), separate from residential. - City coverage varies by source. 99acres and MagicBricks accept any Indian city name as free text. NoBroker is limited to 10 major metros; Housing.com to 32. A city outside a source's own coverage reports as a clean "not usable" for that source in the aggregator — it does not fail the whole call.
- This server is India-only. For US property data (Zillow, Redfin, Realtor.com, Airbnb), see our Real Estate MCP.
More from The Mine Works
Individual actors behind these tools are published separately at apify.com/themineworks. Full MCP server suite: themineworks.com/mcp.