14 hours ago
Turn a written schedule into a live calendar link people subscribe to in Apple, Google, Outlook. Calfeed's create_calendar tool takes plain text (shifts, practices, classes, a season, an itinerary) and publishes a hosted calendar that updates for every subscriber. Mint an access token at calfeed.ai/profile.
Server Config
{
"mcpServers": {
"calfeed": {
"url": "https://calfeed.ai/api/mcp",
"headers": {
"Authorization": "Bearer cf_YOUR_TOKEN"
}
}
}
}