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.

Hosted endpoint (no install)

Streamable HTTP, no authentication. Paste this URL into Claude, ChatGPT, Cursor or any client that supports remote MCP servers:

https://321daily.com/mcp

Claude Code:

claude mcp add --transport http 321daily https://321daily.com/mcp

Or in an MCP config file:

{
  "mcpServers": {
    "321daily": {
      "type": "http",
      "url": "https://321daily.com/mcp"
    }
  }
}

Local (stdio)

For clients that only speak stdio, the same server is on npm:

{
  "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
find_local_businessDirectory search — restaurants, farms, golf, leagues, home services

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 [email protected].