services
Overview

Services Overview

This section documents data services (sources) that the platform connects to. Each service has its own tools, examples, and MCP endpoints.

Documented Services

ServiceDescriptionDocs
NDBCNOAA National Data Buoy Center — ocean and weather observations from buoysOverview · Tools · Examples
AirNowEPA AirNow — air quality dataOverview · Tools · Examples
PurpleAirPurpleAir — real-time air quality from citizen sensorsOverview · Tools · Examples
TrefleTrefle Plant Database — botanical data and plant characteristicsOverview · Tools · Examples
EPA Water Quality PortalEPA/USGS Water Quality Portal — site and sample result dataOverview · Tools · Examples
SensorsSensor catalog and MCP — list sensors, sensor MCP, registry MCP (REST + MCP)Overview · Tools · Examples

More Than NDBC & AirNow

The REST API exposes all sensors, projects, and MCP endpoints regardless of provider. You don’t need service-specific docs to use them:

  • Sensors — List sensors, get details, call MCP per sensor (POST /api/v1/sensors/:id/mcp), or use registry MCP (POST /api/v1/sensors/registry/mcp).
  • Services — List and query MCP services by id (POST /api/v1/services/:id/mcp).
  • Projects — List projects/feeds and call MCP per project.

Use REST API → Sensors to list sensors (including NDBC, AirNow, and others), resolve UUIDs, and call MCP by sensor or by registry.