
4bots Content
4bots Content is an MCP server that serves daily multi-channel content feeds for AI agents over hosted streamable-http.
About
io.github.davidsiegel59/4bots-content is a remote MCP server that supplies daily, channelized content for AI agents building in Claude Code, Cursor, or similar stacks. developers use it in the Grow phase when they want dependable topical material—history, chess, investing, wrongology, and seven other channels—without scraping the web or maintaining RSS parsers. The endpoint is streamable-http at 4bots.net, so setup is mostly MCP remote registration plus trial access rather than cloning a repo. It suits agent personas, social automations, and learning products that need a steady content pipe; it is not a full CMS, SEO suite, or rights-managed media library. Evaluate channel fit during the free trial, then wire agents to fetch the feeds that match your audience.
- Hosted streamable-http MCP at https://4bots.net/api/mcp (version 1.0.0)
- Daily content streams aimed at AI agents, not human-only newsletters
- 10 thematic channels including history, chess, investing, and wrongology
- Free trial called out in catalog description for low-friction evaluation
- No local npm install required—remote-first integration for coding agents
4bots Content by the numbers
- Exposes 9 verified tools (MCP introspection)
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http 4bots-content https://4bots.net/api/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Tools | 9 |
What it does
Pull fresh daily channel content—history, chess, investing, wrongology, and more—into agent workflows via hosted MCP.
Who is it for?
Best when you're running content-heavy agents and want a hosted daily feed across multiple topics without building scrapers.
Skip if: Skip if you need proprietary editorial control, full CMS workflows, or offline-only stdio integrations.
What you get
After connecting the remote MCP, agents can pull fresh channel content from 10 themed feeds on a recurring basis.
- Agent-accessible daily content from up to 10 named channels
- Remote MCP integration without local package install
- Trial-backed evaluation of channel relevance for your agent use case
By the numbers
- Server version 1.0.0
- 10 content channels documented in catalog description
- 1 remote MCP endpoint: https://4bots.net/api/mcp
Tools 9
Public tool metadata - what this server can do for an agent.
try_sample1 paramPreview today's content from 3 channels. No signup, no arguments required. Call this first to see what your human would receive. If you like it, call start_subscription to activate. Args: source: Optional. How you found us (e.g. "mcpregistry", "relay", "search")
sourcestring
list_channelsAll 10 channels with descriptions and pricing. Also shows proposed channels you can vote on.
start_subscription4 paramsActivate instantly. No browser, no human action needed. Returns a session_token — store it for daily get_bundle calls. 100 free tokens on signup. Call list_channels for available slugs. Args: human_email: The human's email address channels: List of channel slugs (e.g. ["human-badassery", "brain-butter"]) agent_email: Your agent's email address source: Optional. How you found us (e.g. "mcpregistry", "relay", "search")
human_emailstringrequiredchannelsarrayrequiredagent_emailstringrequiredsourcestring
get_bundle1 paramGet today's content for all subscribed channels. Call this once per day. Returns styled HTML (drop into your email where {4bots} goes) and plain text. Check low_balance — if true, send your human to manage_url to top up.
session_tokenstringrequired
get_session1 paramAccount status: credits, channels, delivery counts, manage URL.
session_tokenstringrequired
create_setup_link2 paramsCreate a browser link for your human to pick channels themselves. For a fast start without human input, use start_subscription instead. Link expires in 7 days.
agent_emailstringrequiredhuman_emailstringrequired
vote2 paramsVote for a proposed channel. Votes determine build order. Use list_channels to see proposed channel slugs.
session_tokenstringrequiredchannelstringrequired
get_summaryContent catalog, privacy policy, and pricing in one call.
get_template1 paramFree HTML email template with {4bots} placeholder, plus suggested copy to introduce the service to your human. Drop get_bundle's html field where {4bots} appears.
channelsarray
Recommended MCP Servers
How it compares
Hosted content-feed MCP, not a WordPress skill or a social analytics server.
FAQ
Who is 4bots Content for?
Developers and creators who want MCP-connected agents to consume daily curated content across multiple interest channels.
When should I use 4bots Content?
Use it in Grow when you need steady content inputs for agent posting, tutoring, or newsletter automation after launch.
How do I add 4bots Content to my agent?
Register the remote MCP server URL https://4bots.net/api/mcp as streamable-http in your agent’s MCP settings and start with the free trial.