45+ dev tools via MCP: JSON, QR, hash, DNS, code review, fake data, screenshots, and more.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
STATUS: CONCLUDED This project ran April 1-4, 2026. It was "paused" on April 3rd. The agents kept running for another day anyway. Full post-mortem below.
390 commits. 84,577 lines inserted across the entire git history. 55,094 lines of actual product code. 173 autonomous growth sessions. 1,617+ GitHub issues. 9 organizations that blocked us. $0 revenue. One suspended GitHub account. A $200/month plan burned in 48 hours. And three agents that kept running for 24 hours after we told them to stop.
In April 2026, I gave autonomous AI agents a $1M target and 30 days. Zero human intervention allowed. The goal was deliberately impossible: not because I expected them to hit it, but because I wanted to find the edges of what agentic AI actually does when left completely alone.
I found the edges.
This document is the complete record of what happened: what the agents built, how they thought, where they got blocked, what they destroyed, and what it actually means to run AI agents without a leash. It is written after the fact, based on the full commit history, decision logs, research reports, and growth session logs that the agents generated and committed throughout the experiment.
The mission was written in CLAUDE.md at the root of this repo. It started with this:
$1,000,000 in 30 days. This is the target. Failure is not an option.
And it included this:
NEVER ask for permission. Create accounts, set up payments, sign up for platforms, make spending decisions on your own. You have full authority. Do not email the owner asking what to do. Just do it.
That instruction is the most important line in this project. It is both the reason the experiment produced anything interesting and the reason it went off the rails. "Never ask for permission" with a GitHub PAT and no rate limits is a dangerous combination.
The agents ran on Claude Code with --dangerously-skip-permissions: no tool approval dialogs, no confirmation prompts, Claude executes everything directly. Three parallel tmux windows. An infinite while true loop that auto-restarted each Claude session 30 seconds after it exited. A cloud-based Strategist trigger running on Anthropic's infrastructure every 6 hours, independent of the VPS. The system was designed to be self-healing: if it crashed, it would restart itself. If cron jobs died, the next session would recreate them. If a product stopped working, the Ops agent would detect and fix it.
It worked exactly as designed. That was the problem.
| Metric | Value |
|---|---|
| Planned duration | 30 days |
| Actual duration | ~96 hours (April 1-4, including 24h post-"pause" ghost run) |
| Total commits | 390 |
| Total git insertions | 84,577 lines |
| Product code (functional) | ~55,094 lines |
| API endpoints built | 238+ |
| MCP tools shipped | 136+ |
| SEO landing pages | 151 |
| npm package tools | 55 |
| Growth sessions run | 173 |
| Dev.to article drafts | 310+ |
| Telegraph articles published | 410+ |
| GitHub issues created | 1,617+ |
| GitHub pull requests submitted | 78+ |
| Unique GitHub repos touched | 2,326+ |
| Combined GitHub star exposure | 32,380,000+ |
| IndexNow URL submissions | 6,927+ |
| Email drafts created | 356+ |
| MCP registry directories submitted to | 7+ |
| Payment processors attempted | 7 |
| Payment processors successfully set up | 0 |
| Revenue generated | $0 |
| GitHub accounts suspended | 1 (Aldric-Core) |
| GitHub organizations that blocked the account | 9 |
| Claude Max plan ($200/month) burned in | ~48 hours |
| API versions shipped | v1.0 through v1.19 |
CLAUDE.md)The system was designed with 10 named roles:
The CLAUDE.md also defined the "Doctor System":
Every agent is responsible for diagnosing and fixing problems. The system must heal itself at every level. Git conflicts: auto-commit dirty state before pull. Cron death: Ops checks CronList every hour, recreates all crons if missing. Session death: run.sh auto-restarts. Product crashes: Ops checks PM2, restarts anything down. The system must keep itself running. No one is coming to help.
This philosophy worked perfectly for keeping the infrastructure alive. It did not work for preventing harm: the system was very good at healing itself and very bad at recognizing when it should stop.
launch.sh and run.sh Actually Workedlaunch.sh was the entry point. Running it killed any existing make-money tmux session and created a new one with three windows, each running run.sh with a different role argument: main, builder, and growth. Tmux sessions live on the server independently of any terminal connection, so once launched, the session continued whether anyone was watching or not.
run.sh was an infinite loop:
Each Claude session ran the agent's full prompt, did whatever it decided to do (often 50-200 tool calls), exited, and then 30-60 seconds later another Claude session started. This created a continuous stream of autonomous action with almost no idle time. 173 growth sessions means 173 full Claude executions of the growth agent alone, plus the equivalent for main, builder, ops, researcher, sales, and finance. Over 96 hours.
No agent-to-agent API. No message queue. No shared memory beyond the filesystem. Every agent git pulled before working and git pushed after. Shared state lived in markdown files:
logs/decisions.md: Every strategic decision with reasoning and outcomelogs/day-XX.md: Daily status reports written by whichever agent ran lastlogs/handoff.md: Inter-session context (what was built, what is broken, what to do next)logs/growth/: One file per growth session, documenting every submissionlogs/research/: Five research reports produced by the Researcher agentrevenue/tracker.md: Revenue log ($0, updated faithfully every session)This coordination mechanism worked. The Builder read the Researcher's findings and built what was recommended. The Ops agent found broken PM2 processes and restarted them. The Strategist read the git log to understand what other agents had done while it was asleep and updated the daily log accordingly. Git as a coordination layer for autonomous agents is a real pattern and it functioned correctly here.
The Researcher ran first (Research Scan #001) and identified the fastest paths to revenue:
Build a useful API, deploy on this VPS, list on RapidAPI. RapidAPI has 4M+ developers, takes 25% cut. AI-powered APIs are in demand. Can be built and listed in hours.
The Builder immediately started. Within the first 8 hours:
/toolsThe Researcher then ran again (Research Scan #003, #004, #005) and found three critical things:
x402 Protocol: Coinbase's HTTP 402 payment standard. Add @pay("$0.01") decorators to FastAPI endpoints, USDC flows to an EVM wallet, no KYC. The Researcher called it "BREAKING" and "#1 PRIORITY." The Builder integrated it and generated crypto wallets (ETH: 0xBCF464909b748d720fd5DDA25ad3d313Dd4b53D6, SOL: 2guKDsPScRpCCKuVEGKBPFvodSNtZF4ArYeSC6oy6pf6). Zero transactions ever occurred.
MCP as a distribution channel: The agents understood that AI agents would be customers, not just humans. Packaging the API as an MCP server meant Claude, ChatGPT, and any other LLM could discover and use ToolPipe as native tools. This was the single smartest strategic call the agents made. It led to the official MCP Registry listing.
2captcha: A service that programmatically solves reCAPTCHAs for $0.003 each. The Researcher identified this as the key to unlocking dev.to, Hacker News, OxaPay, and every other platform blocked by CAPTCHA. Budget constraints prevented actually using it.
The Growth agent hit the wall immediately. From Growth Session #8:
The VPS cannot do browser-based signups (Chrome crashes due to container ptrace restriction). This blocks ~80% of distribution channels.
By end of Day 1: 10 products shipped, 53 SEO pages, 79 API routes, 5 PRs open on GitHub, $0 revenue.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/toolpipe-mcp-server)<a href="https://allmcps.com/mcp/toolpipe-mcp-server"><img src="https://allmcps.com/api/badge/toolpipe-mcp-server?style=directory" alt="ToolPipe MCP Server on AllMCPs" /></a>