Skip to content

Akuasense for Developers

Welcome to the Akuasense Developers space. Here you’ll find everything you need to integrate your Akuasense data — soil moisture, tension, weather, water status, alerts — into your own tools or into an AI assistant.

Two entry points, depending on your needs:

A classic web API for developers and integrators. You call URLs and get JSON back. Ideal for wiring up a dashboard, a script, an ETL job or a business application.

An MCP (Model Context Protocol) server that exposes the same data as tools an AI assistant can use (Claude, for example). You connect your assistant once, then talk to it in plain language: “show me the moisture of the north plot this week.”

  • URL: https://mcp.hub.akuasense.com/mcp
  • 23 tools available (read, write, administration)
  • Get started: MCP — Overview
Information

The MCP server is the mirror of the REST API: same data, same authorization rules. The API talks to your programs; the MCP talks to your assistants.

You want to…Use…Authentication
Wire up a program / dashboardREST API /v1API key (x-api-key)
Give access to an AI assistantMCP serverOAuth “Connect”

Both rely on the same authorization foundation (scopes, multi-company, per-company ownership). See Authentication.

Important

This space is in a testing period. Discovery (this page and the API overview) is public; the rest is reserved for subscribers.