1acre MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@1acre MCPHow many survey lookups do I have left?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
1acre MCP
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.
What you can do
Once connected, any MCP client can call these tools as the signed-in 1acre user:
Tool | Free | Description |
| ✅ | Check how many survey lookups remain on your account |
| ✅ | Walk the location hierarchy (state → district → mandal → village) |
| ✅ | List survey numbers that exist in a given village |
| ⚠ Costs 1 lookup | Generate a full report for a survey number |
| ⚠ Costs 1 lookup | Identify the parcel at a lat/lng coordinate |
Regular 1acre accounts get 3 lifetime lookups. create_survey_number_report and identify_parcel_at_point permanently consume one each. Free tools have no cost.
Related MCP server: mcp-rosreestr
Quick start — Claude Code
claude mcp add --scope user --transport http 1acre https://mcp.1acre.in/mcp \
--callback-port 8118 \
--client-id eKg8BebDnd09zxwyThen in Claude Code:
Type
/mcp— you'll see1acrewith Needs authenticationClick Sign In
Browser opens 1acre's sign-in page (phone number)
Enter your phone number → receive OTP via SMS → enter code
Consent screen → Allow
1acreflips to ✓ Connected
Now ask Claude anything land-related: "How many survey lookups do I have left?", "What districts does Telangana have?", etc.
Quick start — Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or the equivalent path on your OS:
{
"mcpServers": {
"1acre": {
"url": "https://mcp.1acre.in/mcp",
"transport": "http",
"oauth": {
"clientId": "eKg8BebDnd09zxwy",
"callbackPort": 8118
}
}
}
}Restart Claude Desktop. Sign in via the MCP servers dialog.
Quick start — Cursor
Cursor's MCP config lives at ~/.cursor/mcp.json. Add:
{
"mcpServers": {
"1acre": {
"url": "https://mcp.1acre.in/mcp"
}
}
}Cursor prompts you to authenticate on first tool call.
More detailed examples in examples/.
Authentication
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).
Your phone number becomes your identity.
You must have a 1acre.in account first — sign up at 1acre.in with the phone number you plan to use. MCP resolves your Clerk identity to that Account by matching the phone.
Sessions are managed by the auth server; your MCP client refreshes tokens automatically.
Registering an OAuth client
The client_id you use in the config comes from 1acre's OAuth provider. To request one, contact hello@1acre.co with:
Your MCP client name (e.g. "Claude Code", "Cursor", "Internal agent X")
The exact callback URL your client will use (e.g.
http://localhost:8118/callbackfor Claude Code)
You'll receive a client_id (public — safe to commit; PKCE-only, no client secret).
Available at
MCP endpoint:
https://mcp.1acre.in/mcpDiscovery:
https://mcp.1acre.in/.well-known/oauth-protected-resourceHealth:
https://mcp.1acre.in/healthz
Costs & limits
Free tools (browse, list, quota check): unlimited
Paid tools (report generation, parcel identification): 3 lifetime lookups per regular account
Rate limits: 60 requests/minute per token
For higher limits, contact hello@1acre.co.
Support
Email:
hello@1acre.co
License
MIT — see LICENSE.
Server code is not open source; this repo covers client-side configuration and documentation only.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for converting PLSS legal descriptions to GPS coordinates and vice versa, enabling AI agents to work with U.S. Public Land Survey System data.MIT
- AlicenseAqualityAmaintenanceMCP server for Russian Rosreestr open cadastral data — lookup by cadastral number, address or coordinates; cadastral value with history.4MIT
- AlicenseAqualityDmaintenanceMCP server giving agents canonical access to 180M+ US parcels with ownership, valuation, permits, deeds, hazard, and market data.828Apache 2.0
- Flicense-qualityCmaintenanceRead-only MCP server providing direct, credentialed access to parcel data via Regrid and county ArcGIS sources, with tools for querying by point, owner, size, and county.
Related MCP Connectors
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1acre-in/1acre-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server