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
11
Total users
7
Monthly active users
12 days ago
Last modified
Categories
Share
India Real Estate MCP: 5 Tools: 99acres, NoBroker, Housing
Pay only for results delivered. Browse all Actors.
💰 From $0.02 / call.
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.
What the India Real Estate MCP can do
| 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.
Search every major India property portal in one call
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.
Find PG or guest-house listings in a city
Ask your agent: "Find PG accommodation in Pune under ₹15,000 a month."
99acres is the only one of the four sources with PG/guest-house inventory, so this is a direct call rather than a section of the aggregator.
// tools/call → search_properties_99acres{ "city": "Pune", "listing_type": "pg", "max_price": 15000, "max_results": 25 }
[{ "title": "...", "listing_type": "pg", "price": 12000, "locality": "Kothrud, Pune", "url": "https://www.99acres.com/..." },{ "title": "...", "listing_type": "pg", "price": 14500, "locality": "Baner, Pune", "url": "https://www.99acres.com/..." }]
Search commercial rent listings in a city
Ask your agent: "Find commercial office space for rent in Bangalore."
// tools/call → search_properties_housing{ "city": "Bangalore", "listing_type": "commercial_rent", "max_results": 25 }
[{ "title": "...", "listing_type": "commercial_rent", "price": 85000, "locality": "Whitefield, Bangalore", "url": "https://housing.com/..." },{ "title": "...", "listing_type": "commercial_rent", "price": 120000, "locality": "Indiranagar, Bangalore", "url": "https://housing.com/..." }]
search_properties_99acres also covers commercial (listing_type: "commercial") if you want a second source on the same city.
Connect the India Real Estate MCP to Claude, Cursor or Windsurf
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.
What does the India Real Estate MCP cost
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.
What this India Real Estate MCP does not cover
- 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 real estate data actors from The Mine Works
Individual actors behind these tools are published separately at apify.com/themineworks. Full MCP server suite: themineworks.com/mcp.
Last verified: 2026-08