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/briefingFull daily digest — news, launches, beach, events, fishing
GET
/api/v1/articlesLatest news articles
GET
/api/v1/launchesUpcoming rocket launches from Cape Canaveral
GET
/api/v1/beachBeach conditions — surf, water temp, flags, UV
GET
/api/v1/events-liveUpcoming local events from Eventbrite + partners
GET
/api/v1/fishingFishing 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_briefing— Full daily digest for Brevard Countylocal_news— Latest articles with optional category filternext_launches— Upcoming Cape Canaveral launchesbeach_report— Beach conditions across the Space Coastlocal_events— Upcoming eventsfishing_report— Fishing conditions and species reportsOpenAPI Spec
Machine-readable API specification:
https://321daily.com/api/v1/openapi.jsonUsage
- 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.