321 Daily API

Free public API for Brevard County, Florida local data. Built for developers and AI agents.

Quick Start

Get everything happening in Brevard today with one call:

curl https://321daily.com/api/v1/briefing

Returns news, launches, beach conditions, events, and fishing report. No auth required.

Endpoints

GET/api/v1/briefing

Full daily digest — news, launches, beach, events, fishing

GET/api/v1/articles

Latest news articles

GET/api/v1/launches

Upcoming rocket launches from Cape Canaveral

GET/api/v1/beach

Beach conditions — surf, water temp, flags, UV

GET/api/v1/events-live

Upcoming local events from Eventbrite + partners

GET/api/v1/fishing

Fishing conditions and species activity

MCP Server (AI Agents)

321 Daily publishes a Model Context Protocol server so Claude, GPT, and other AI agents can natively query Brevard County data.

Install

npx 321daily-mcp

Or add to your MCP config:

{
  "mcpServers": {
    "321daily": {
      "command": "npx",
      "args": ["321daily-mcp"]
    }
  }
}

Available Tools

daily_briefingFull daily digest for Brevard County
local_newsLatest articles with optional category filter
next_launchesUpcoming Cape Canaveral launches
beach_reportBeach conditions across the Space Coast
local_eventsUpcoming events
fishing_reportFishing conditions and species reports

OpenAPI Spec

Machine-readable API specification:

https://321daily.com/api/v1/openapi.json

Usage

  • Free for personal and non-commercial use.
  • No authentication required.
  • Please include attribution ("Data from 321daily.com") when displaying our data.
  • Rate limit: 100 requests per minute.
  • For commercial use or higher limits, contact help@321daily.com.