Skip to main content
Feedback

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.

ToolDescription
uploadBoundaryUploads a new boundary to define a field or area.
fetchBoundariesRetrieves multiple boundaries in a single batch request.
fetchBoundaryByIdRetrieves a specific boundary using its unique identifier.
postExportInitiates a new request to export data.
fetchExportContentsByIdRetrieves the binary file contents of a completed export.
fetchExportStatusByIdRetrieves the current processing status of an export request.
fetchFarmOrganizationByTypeAndIdRetrieves a specific farm organization filtered by type and ID.
fetchFieldsRetrieves a list of fields accessible to the user.
fetchAllFieldsRetrieves all fields the user has access to.
fetchFieldByIdRetrieves details for a specific field by its identifier.
getV4LayersAsappliedRetrieves a list of activities documenting applied inputs or treatments.
getV4LayersAsappliedContentsRetrieves the raw data for a specific application activity.
getV4LayersAsharvestedRetrieves a list of activities documenting crop harvesting.
getV4LayersAsharvestedContentsRetrieves the raw data for a specific harvest activity.
getV4LayersAsplantedRetrieves a list of activities documenting crop planting.
getV4LayersAsplantedContentsRetrieves the raw data for a specific planting activity.
getV4LayersScoutingobservationsRetrieves a list of field scouting observations.
getV4LayersScoutingobservations2Retrieves details for an individual scouting observation.
getV4LayersScoutingobservationsAttachmentsRetrieves files attached to a specific scouting observation.
getV4LayersScoutingobservationsAttachmentsContentsRetrieves the binary contents of a scouting observation attachment.
fetchOperationsRetrieves operations that a user has access to.
getResourceOwnerRetrieves ownership and organizational details for a resource.
postUploadInitiates a new data upload request.
fetchUploadStatusesRetrieves the processing status of multiple uploads.
chunkedUploadUploads large data files in smaller segments.
fetchUploadStatusByIdRetrieves the processing status of a specific upload.
On this Page