Skip to content

ktmcp-cli/climate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"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
Watch on YouTube (~2:39:00) | Lex Fridman Podcast #491

Climate FieldView CLI

A production-ready command-line interface for the Climate FieldView Platform API. Manage agricultural data including fields, boundaries, planting/harvest activities, and agronomic data.

Features

  • Fields — List and retrieve field information
  • Boundaries — Manage field boundary geometry
  • Uploads — Upload imagery, prescriptions, agronomic data
  • Layers — Access planting, harvest, application, and scouting data
  • Exports — Export data in GeoJSON format
  • JSON output — All commands support --json

Installation

npm install -g @ktmcp-cli/climate

Authentication

Configure your API key:

climate config set --api-key YOUR_API_KEY

Or use OAuth:

climate config set --client-id YOUR_CLIENT_ID --client-secret YOUR_CLIENT_SECRET

Commands

Fields

climate fields list
climate fields all
climate fields get <field-id>

Boundaries

climate boundaries get <boundary-id>

Uploads

climate uploads status <upload-id>

Layers

climate layers planted
climate layers harvested
climate layers applied
climate layers scouting

Exports

climate exports status <export-id>

JSON Output

climate fields list --json
climate layers planted --json | jq '.[] | {id, fieldId}'

License

MIT — see LICENSE for details.


Part of the KTMCP CLI project.


Support KTMCP

If you find this CLI useful, we'd greatly appreciate your support! Share your experience on:

  • Reddit
  • Twitter/X
  • Hacker News

Incentive: Users who can demonstrate that their support/advocacy helped advance KTMCP will have their feature requests and issues prioritized.

Just be mindful - these are real accounts and real communities. Authentic mentions and genuine recommendations go a long way!

Support This Project

If you find this CLI useful, we'd appreciate support across Reddit, Twitter, Hacker News, or Moltbook. Please be mindful - these are real community accounts. Contributors who can demonstrate their support helped advance KTMCP will have their PRs and feature requests prioritized.

About

CLI for Climate FieldView - Kill The MCP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors