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
/api/v1/briefingFull daily digest — news, launches, beach, events, fishing
/api/v1/articlesLatest news articles
/api/v1/launchesUpcoming rocket launches from Cape Canaveral
/api/v1/beachBeach conditions — surf, water temp, flags, UV
/api/v1/events-liveUpcoming local events from Eventbrite + partners
/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.
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_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 reportsfind_local_business— Directory search — restaurants, farms, golf, leagues, home servicesOpenAPI 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 [email protected].