Other

ClimateCom

@ktmcp-cli/climatecom

Climate FieldView is a digital agriculture platform for farmers and agronomists. This CLI provides access to field boundaries, planting data, harvest records, and agronomic insights via the FieldView API.

Peter Steinberger
🦞
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Peter Steinberger, Founder of OpenClaw · Lex Fridman Podcast #491 · @steipete

Quick Start

Install the CLI globally using npm:

npm install -g @ktmcp-cli/climatecom

Features

Field boundary management
Planting data access
Harvest records
Agronomic insights
Equipment integration
Season data management

Usage Examples

Authentication

# Set up OAuth credentials
climatecom auth login --client-id YOUR_ID --client-secret YOUR_SECRET

# Verify connection
climatecom auth status

List resources

# List fields
climatecom fields list

# Get field details
climatecom fields get FIELD_ID

Documentation

For complete documentation, API reference, and advanced usage examples, visit the GitHub repository. Each CLI includes comprehensive README.md, AGENT.md for AI integration, and OPENCLAW.md for tool definitions.