Connect ParcelOps in four steps.
Your dashboard gives you the MCP URL. The steps below show where to put it and how to run your first property request.
Your first request.
- 1
Create your MCP connection
Create a ParcelOps account and open the MCP workspace.
- 2
Add the URL to your client
Use OAuth when your client supports it. Otherwise, copy the private URL from your dashboard. You can turn that URL off any time.
- 3
Choose a property source
Search by market or by the property question you need to answer.
- 4
Run your first request
ParcelOps checks access before it queries the selected source. The result includes its source details.
What comes back
The fields depend on the source you choose. Every result includes the source, request status, and coverage notes.
- Endpoint
- /api/mcp
- Source
- Chosen after coverage and access checks
- Request
- Checked before ParcelOps sends it
- Result
- Includes source and coverage notes
Add your MCP URL to your client.
Copy the signed-in URL from your dashboard. Clients with OAuth use the shared endpoint. Other clients use a private URL you can turn off any time.
Open CLI setup exampleshttps://parcelops.ai/api/mcp
// Find the source, inspect its contract, then call it
parcelops_discover({ query: "parcel at a point" })
parcelops_search_tools({ query: "find parcel at a point in Texas" })
parcelops_describe_tool({ name: "texas-parcels.identifyParcel" })
parcelops_callTool({ tool: "texas-parcels.identifyParcel", args: { latitude: 30.2672, longitude: -97.7431 } })Check coverage before you rely on a field.
global-geocoderWorldwide addresses and reverse geocodingNo credentialsosm-real-estateWorldwide buildings, addresses, and land useNo credentialsglobal-markets249 ISO markets plus World Bank contextNo credentialsproperty-dossierProperty research report with parcel and valuation fields, plus environmental, civic, crime, school, and disclosure contextNo credentialscensus-geocoderUS address matching and Census geography identifiersNo credentialscensus-acsUS housing estimates with published margins of errorFree Census API keyepa-echoUS regulated facilities, compliance, inspections, and enforcementNo credentialsnasa-powerWorldwide gridded climate context for a property pointNo credentialsusgs-earthquakeWorldwide published earthquake history and recent eventsNo credentialsfws-critical-habitatUS final and proposed federal critical-habitat polygonsNo credentialsus-parcels3,235 US counties checked · 162 verified APIs and layersNo credentialstexas-parcelsTxGIO StratMap 2025 statewide parcelsNo credentialsnetherlands-cadastreNationwide Kadaster BRK parcels via PDOKNo credentialsfloodzone · wetlands · soilsUS site and hazard contextNo credentialspostgresAuthorized customer property and portfolio dataRead-only credentialsA source marked "Live" has been tested end to end. Coverage still varies by place and by field. Check what a source covers before you rely on title, owner, value, or boundary data.
See what ParcelOps checks before each request.
Every request is checked before it leaves. ParcelOps confirms who is asking, which sources they can reach, the arguments sent, and where the request goes.
- OAuth, or a private URL you can turn off
- Source permissions for users, organizations, and partners
- Connector credentials encrypted and never shown to the model
- Checks that limit what each connector can send
- Usage limits, caching, response scanning, and audit trails
- Only the tools needed for the request are loaded
