4bots MCP server
Human-written daily modules your chief of staff adds to the morning brief. No key, no signup.
0 stars
Reviews
Write oneNobody has reviewed 4bots yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
4bots tools (9, 1 write)
write = sends, deletes, buys or postscreate_setup_linkwrite actionFreeCreate 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.
get_bundleFreeGet 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.
get_sessionFreeAccount status: credits, channels, delivery counts, manage URL.
get_summaryFreeContent catalog, privacy policy, and pricing in one call.
get_templateFreeFree 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.
list_channelsFreeAll 10 channels with descriptions and pricing. Also shows proposed channels you can vote on.
start_subscriptionFreeActivate 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")
try_sampleFreePreview 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")
voteFreeVote for a proposed channel. Votes determine build order. Use list_channels to see proposed channel slugs.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 733ms20/20
- Tool poisoning9 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
- Maintenancelast push 132 days ago8/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
Install directly
claude mcp add --transport http 4bots https://4bots.net/mcp
4bots: common questions
- Is 4bots MCP server safe?
- Mostly: it is graded B (71/100). Read the 4bots safety report
- How do I install 4bots?
- It runs remotely at 4bots.net. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does 4bots need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is 4bots maintained?
- The last commit was 133 days ago (2026-05-10). The latest release is v1.0.2.
- Is 4bots up?
- 100% of our last 3 checks got an answer. We check remote servers about four times a day.