Adafruit IO REST API — Data
Adafruit IO Data — write and read individual time-series values on a feed, including batch writes, chart-aggregated reads, and positional queries (first/last/previous/next/retain). Self-contained Naftiko capability covering the data business surface.
Adafruit IO REST API — Data is a Naftiko capability published by Adafruit IO, one of 9 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET and POST methods rooted at /v2/{…}/feeds/{…}/data.
The capability includes 8 read-only operations and 4 state-changing operations. Lead operation: List Data Points on a Feed. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Adafruit IO, Data, Time Series, and IoT.
What You Can Do
MCP Tools
adafruit-io-list-data
List Data Points on a Feed
adafruit-io-create-data
Create a Data Point on a Feed
adafruit-io-create-batch-data
Create Multiple Data Points in One Request
adafruit-io-get-chart
Get Chart-Aggregated Data for a Feed
adafruit-io-get-last
Get the Most Recent Data Point on a Feed
adafruit-io-get-first
Get the First (Oldest) Data Point on a Feed
adafruit-io-get-previous
Get the Previous Data Point on a Feed
adafruit-io-get-next
Get the Next Data Point on a Feed
adafruit-io-get-retain
Get the Retained Value for a Feed
adafruit-io-get-data-point
Get a Specific Data Point by ID
adafruit-io-update-data-point
Replace a Data Point
adafruit-io-delete-data-point
Delete a Data Point