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:
REST API /v1
Section titled “REST API /v1”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.
- Base URL:
https://api.hub.akuasense.com/v1 - Full reference: API Reference
- Get started: Getting started
MCP server
Section titled “MCP server”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
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.
What you need
Section titled “What you need”| You want to… | Use… | Authentication |
|---|---|---|
| Wire up a program / dashboard | REST API /v1 | API key (x-api-key) |
| Give access to an AI assistant | MCP server | OAuth “Connect” |
Both rely on the same authorization foundation (scopes, multi-company, per-company ownership). See Authentication.
This space is in a testing period. Discovery (this page and the API overview) is public; the rest is reserved for subscribers.