Before MCP, every tool was an island. You had to log into Lovable separately, check Supabase separately, log into Stripe separately. MCP changes all of that. Once connected, you talk to Claude and Claude talks to everything else on your behalf.
As of 2026, Lovable has an official MCP server. Supabase has an official MCP server. Stripe has an official MCP server plus CLI support. The ecosystem is ready.
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonMac:
~/Library/Application Support/Claude/claude_desktop_config.jsonhttps://mcp.lovable.dev
YOUR_PROJECT_REF and YOUR_TOKEN_HERE with your real values.
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase@latest",
"--read-only",
"--project-ref=YOUR_PROJECT_REF"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "YOUR_TOKEN_HERE"
}
}
}
}
--read-only lets Claude read data but never change it — the safe default. Remove it later when you want Claude to update records. --project-ref limits Claude to your BMA project instead of your whole account.stripe login
"stripe": { "command": "npx", "args": ["-y", "@stripe/mcp", "--tools=all", "--api-key=YOUR_STRIPE_SECRET_KEY" ] }
// Add to your registration form JS await fetch('YOUR_MAKE_WEBHOOK_URL', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({ name: fname, email: email, tier: tier, source: source, date: new Date().toISOString() }) });
npm install -g @anthropic-ai/claude-code
claude in your terminal. Claude Code can edit files locally and deploy them via FTP — meaning you say "update the Grand Opening page and deploy it" and it happens automatically."filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "C:/Users/James/Desktop/christina-os" ] }
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase@latest",
"--read-only",
"--project-ref=YOUR_PROJECT_REF"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "YOUR_SUPABASE_TOKEN"
}
},
"stripe": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp",
"--tools=all",
"--api-key=YOUR_STRIPE_SECRET_KEY"
]
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:/Users/James/Desktop/christina-os"
]
}
}
}
https://mcp.paypal.com/mcp
Get your Coinbase Commerce API key at commerce.coinbase.com.
// Add to bma-connect.js — Coinbase webhook listener // In Make.com: Coinbase Commerce → Webhooks → charge:confirmed // → Update Supabase member BMT balance // → Trigger AWeber "token purchase" sequence window.BMATokenPurchase = function(tier, bmt, checkoutUrl) { window.BMATrack('coinbase_checkout_click', {tier, bmt}); window.open(checkoutUrl, '_blank'); };
Sign up at twin.so → Create New Workflow → connect your BMA tools.
An open-source AI agent that lives on your computer 24/7. It answers emails, manages files, calls APIs, browses the web, writes code — without you touching anything. Created by Peter Steinberger, MIT license, bring your own API key.
Uploads files to Dot5Hosting · Processes Coinbase payments · Sends AWeber emails · Updates BMA pages · Responds to Grand Opening registrations · Manages BMT token operations · All while you sleep.
An open-source platform that runs a company-like system of AI agents — each with a defined role, working toward shared goals. Org charts, budgets, task tracking, audit logs. Launched March 2026. If OpenClaw is an employee, Paperclip is the whole company.
- →Christina Agent — handles all member questions
- →Marketing Agent — runs Go Viral campaigns
- →Sales Agent — follows up Grand Opening registrations
- →Finance Agent — tracks BMT token revenue
Built by Nous Research — an open-source autonomous AI agent that lives on your server, remembers everything it learns, and gets more capable the longer it runs. 40+ built-in tools, 16+ messaging platforms, self-hostable on a $5/month VPS. In May 2026 it hit #1 on OpenRouter’s global app rankings by token volume — passing OpenClaw and Claude Code on the platform board.
After each task Hermes writes a reusable skill — so Christina OS gets smarter with every member interaction. The more people register, ask questions, and engage — the better Hermes gets at serving them. It's Christina's growing brain.
A cloud dashboard that runs Paperclip, OpenClaw, and Hermes for you — the exact three agents in Modules 13–15 — from one browser login. They didn't build the bots; they built the hosting layer so you skip Docker, servers, and API-key hunting. Deploy each bot from a short setup wizard, then direct all three from one screen or from Telegram / Slack / Discord.
- →Deploy Hermes first — feed it Christina's persona, BMA tiers & pages. It becomes the memory.
- →Connect Telegram or Discord in dashboard settings — approvals reach your phone.
- →Give OpenClaw your Make.com webhook URLs — that's the bridge into AWeber, Supabase & the Grand Opening loop (Step 5).
- →Set Paperclip missions — it plans, requests approval, then hands work to the other two.
These tools are on the roadmap for future TECH-STACKER™ editions. Noted and saved — we will add them bye & bye.
Once Everything Is Connected
In One Conversation.