Climate FieldView MCP connector
Climate FieldView is Climate Corporation's precision agriculture platform that provides growers and agronomists with digital field management and analytics tools. The Climate FieldView MCP connector allows AI agents to manage field boundaries and farm organizations, retrieve planting and harvest data, and access agricultural imagery. It also supports exporting field operation records, querying fields across multiple farms, and uploading boundary data for precision agriculture workflows.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Climate FieldView MCP connector to perform the following actions:
- Track field boundaries, planting dates, and harvest activities across multiple farm operations
- Export agricultural imagery and field data for analysis in external business intelligence tools
- Monitor application activities and scouting observations to optimize crop management decisions
- Retrieve real-time field information accessible to your organization and team members
- Upload custom field boundaries and operational data to Climate FieldView for centralized farm records
- Automate data collection from scouting reports, attachments, and harvest records into your workflows
- Sync planting, application, and harvest activities to downstream systems for farm planning
Example prompts
Use the following example prompts to invoke Climate FieldView MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all fields in Climate FieldView that our organization has access to.Upload a new field boundary to Climate FieldView for the north pasture.Export all harvest activity data from Climate FieldView for the 2024 growing season.Retrieve the latest scouting observations and their attachments from Climate FieldView.List all planting activities recorded in Climate FieldView for this farm operation.Get the status of a file I uploaded to Climate FieldView yesterday.Find all application activities in Climate FieldView from the last 30 days.Retrieve the farm organization details for our primary operation in Climate FieldView.Download the processed export file from Climate FieldView that I requested earlier.Show me scouting observations with attachments from Climate FieldView this week.
Climate FieldView MCP connector tools
The Climate FieldView MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| uploadBoundary | Uploads a new boundary to define a field or area. |
| fetchBoundaries | Retrieves multiple boundaries in a single batch request. |
| fetchBoundaryById | Retrieves a specific boundary using its unique identifier. |
| postExport | Initiates a new request to export data. |
| fetchExportContentsById | Retrieves the binary file contents of a completed export. |
| fetchExportStatusById | Retrieves the current processing status of an export request. |
| fetchFarmOrganizationByTypeAndId | Retrieves a specific farm organization filtered by type and ID. |
| fetchFields | Retrieves a list of fields accessible to the user. |
| fetchAllFields | Retrieves all fields the user has access to. |
| fetchFieldById | Retrieves details for a specific field by its identifier. |
| getV4LayersAsapplied | Retrieves a list of activities documenting applied inputs or treatments. |
| getV4LayersAsappliedContents | Retrieves the raw data for a specific application activity. |
| getV4LayersAsharvested | Retrieves a list of activities documenting crop harvesting. |
| getV4LayersAsharvestedContents | Retrieves the raw data for a specific harvest activity. |
| getV4LayersAsplanted | Retrieves a list of activities documenting crop planting. |
| getV4LayersAsplantedContents | Retrieves the raw data for a specific planting activity. |
| getV4LayersScoutingobservations | Retrieves a list of field scouting observations. |
| getV4LayersScoutingobservations2 | Retrieves details for an individual scouting observation. |
| getV4LayersScoutingobservationsAttachments | Retrieves files attached to a specific scouting observation. |
| getV4LayersScoutingobservationsAttachmentsContents | Retrieves the binary contents of a scouting observation attachment. |
| fetchOperations | Retrieves operations that a user has access to. |
| getResourceOwner | Retrieves ownership and organizational details for a resource. |
| postUpload | Initiates a new data upload request. |
| fetchUploadStatuses | Retrieves the processing status of multiple uploads. |
| chunkedUpload | Uploads large data files in smaller segments. |
| fetchUploadStatusById | Retrieves the processing status of a specific upload. |