
Calfeed
Turn a written event or class schedule into a subscribe-able calendar feed that stays in sync across Apple Calendar, Google Calendar, and Outlook.
Overview
Calfeed is a MCP server for the Launch phase that turns written schedules into live, subscribable calendar links for Apple, Google, and Outlook.
What is this MCP server?
- Remote streamable HTTP MCP at https://calfeed.ai/api/mcp
- Bearer auth with Calfeed access tokens (cf_...) minted at calfeed.ai/profile
- Converts written schedules into live calendar links for Apple, Google, and Outlook subscribers
- Server schema version 1.0.0 per MCP server manifest
- Website and MCP onboarding at calfeed.ai/mcp
- Remote MCP URL: https://calfeed.ai/api/mcp (streamable-http)
- Manifest server version: 1.0.0
- Auth: required secret Bearer token prefix cf_ from profile
What problem does it solve?
Static schedules and one-off invites break when dates change, so subscribers miss updates across calendar apps.
Who is it for?
Solo builders distributing recurring events, cohorts, or public timetables who want subscription links instead of manual calendar file updates.
Skip if: Teams that only need private two-way Google Calendar control inside a coding agent without a public subscribe feed.
What do I get? / Deliverables
After connecting with a Calfeed Bearer token, you publish a live calendar link audiences can subscribe to that reflects schedule changes without resending files.
- Live calendar subscription link for Apple, Google, and Outlook
- Agent-accessible workflow to revise and republish schedule feeds
- HTTP MCP integration pointing at calfeed.ai/api/mcp
Recommended MCP Servers
Journey fit
Live calendar links are a distribution surface you ship when audiences need a single URL to follow changing dates without manual re-invites. Calfeed publishes subscriber calendar URLs from text schedules, which is distribution and audience handoff—not in-app backend integration.
How it compares
Public calendar-feed publisher MCP, not a private Google Calendar admin integration.
Common Questions / FAQ
Who is ai.calfeed/calfeed for?
Creators and indie operators who publish schedules to an audience and want one subscribe link that works in major calendar apps.
When should I use ai.calfeed/calfeed?
Use it at Launch when you are distributing an event series, class calendar, or release timeline that will change and must stay synced for subscribers.
How do I add ai.calfeed/calfeed to my agent?
Mint a Bearer access token at https://calfeed.ai/profile, add Authorization: Bearer cf_... to the remote MCP config for https://calfeed.ai/api/mcp, and follow calfeed.ai/mcp setup notes.