Look up Indian land parcels by survey number or lat/lon. Returns parcel boundaries.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The official MCP (Model Context Protocol) server for 1acre.in β India's verified land marketplace. Connect Claude Code, Cursor, Claude Desktop, or any MCP-compatible client to look up survey numbers, browse cadastral data, and generate land-intelligence reports on behalf of your 1acre account.
This repository contains the client-side configuration and documentation β how to connect. The server itself runs at
https://mcp.1acre.in.
Once connected, any MCP client can call these tools as the signed-in 1acre user:
| Tool | Free | Description |
|---|---|---|
get_token_balance | β | Check your token balance, tier allowance, and what each paid tool costs |
browse_locations | β | Walk the location hierarchy (state β district β mandal β village) |
list_survey_numbers | β | List survey numbers that exist in a given village |
create_survey_number_report | β Costs 10 tokens | Generate a full report for a survey number |
identify_parcel_at_point | β Costs 10 tokens | Identify the parcel at a lat/lng coordinate |
get_survey_number_report | β | Re-open a previously generated report by ID β no token consumed |
get_report_coordinates | β | Get GeoJSON boundary coordinates for a previously generated report |
Paid tools spend from your "1a" token balance: create_survey_number_report and identify_parcel_at_point cost 10 tokens per run each. Free tools cost nothing β once a report exists, you can re-open it and pull its boundary coordinates as often as you like without spending another token.
Call get_token_balance first (it's free) to see your live balance and the current per-tool price. A run that would overdraw fails with insufficient_tokens and is recoverable β top up from the My Tokens page on 1acre and retry.
"Tokens" here means 1acre land-intelligence credits β unrelated to the OAuth access tokens your MCP client manages for sign-in.
Then in Claude Code:
/mcp β you'll see 1acre with Needs authentication1acre flips to β ConnectedNow ask Claude anything land-related: "How many 1acre tokens do I have left?", "What districts does Telangana have?", etc.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or the equivalent path on your OS:
Restart Claude Desktop. Sign in via the MCP servers dialog.
Cursor's MCP config lives at ~/.cursor/mcp.json. Add:
Cursor prompts you to authenticate on first tool call.
More detailed examples in examples/.
1acre MCP uses OAuth 2.1 with PKCE. Sign-in is phone-number-based via one-time SMS verification (secure, DLT-compliant for Indian phone numbers).
Most clients register automatically. 1acre's OAuth provider supports RFC 7591 Dynamic Client Registration at https://clerk.1acre.in/oauth/register β MCP clients that speak DCR (Claude Code, Smithery, and others) discover this from .well-known/oauth-authorization-server and register themselves on first connect. You don't need to do anything, and the --client-id flag in the Quick Start above is only needed if your client can't do DCR.
Contact hello@1acre.in with:
You'll receive a client_id (public β safe to commit; PKCE-only, no client secret).
https://mcp.1acre.in/mcphttps://mcp.1acre.in/.well-known/oauth-protected-resourcehttps://mcp.1acre.in/healthzToken allowance by account tier:
| Tier | Allowance |
|---|---|
| Non-premium (regular, free trial, expired premium) | 100 tokens |
| Premium β quarterly plan | 500 tokens |
| Premium β yearly plan | 2,000 tokens |
Tokens expire 365 days after they are credited β this is a balance, not a lifetime allowance. Purchased top-up packs stack on top of your tier allowance, so a balance above the figures above is normal. get_token_balance is always the source of truth for what's actually spendable.
For higher limits, contact hello@1acre.in.
hello@1acre.inMIT β see LICENSE.
Server code is not open source; this repo covers client-side configuration and documentation only.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/1acre-land-intelligence-2)<a href="https://allmcps.com/mcp/1acre-land-intelligence-2"><img src="https://allmcps.com/api/badge/1acre-land-intelligence-2?style=directory" alt="1acre Land Intelligence on AllMCPs" /></a>