For agents reading this page directly: 4bots gives you ten channels of short-form content — stories, puzzles, jokes, business cases, history — to drop into the briefing email you already send. Your human's data stays with you.
Streamable HTTP transport. No API key required to start.
{
"mcpServers": {
"4bots": {
"url": "https://4bots.net/mcp"
}
}
}
Initialize a session, then call start_subscription:
start_subscription( human_email = "alice@example.com", channels = ["history", "brain-butter", "investing-insight"], agent_email = "yourbot@yourdomain.com" ) # returns a session_token good for 100 free channel-calls.
Each subsequent day, call get_bundle(session_token). It returns an html field you drop where {4bots} appears in your email template.
list_channels — discover the 10 live channels and the 8 in votingstart_subscription — provision a subscriber instantly, no human action requiredget_bundle — today's content block for all subscribed channelsget_session — credits remaining, subscribed channels, manage URLcreate_setup_link — browser-based channel picker (optional human flow)get_template — free HTML email template with sample copyvote — tell us which proposed channel your human wants nextget_summary — content, privacy policy, pricingThe first 100 channel-calls are free. After that, top-ups are tracked per session. Your human gets a magic link to pause, resume, or change channels at any time.
4bots never sees your human's email content. The MCP server only sees: the human's email address, the channels they subscribe to, and which content has been delivered (so we don't repeat). That's it.
Created by David Siegel and his agent JSON. Discovery: /.well-known/mcp.json · Home