I kept rebuilding the same MCP server infrastructure for every project. After the 5th time setting up a Notion integration from scratch, I packaged everything into a reusable bundle.
What's in the bundle
15 fully functional MCP servers:
| # | Server | Key tools |
|---|---|---|
| 01 | Notion | search, pages, databases, blocks |
| 02 | Airtable | full CRUD, search, schema |
| 03 | HubSpot | contacts, deals, companies, notes |
| 04 | Stripe | MRR calc, subscriptions, invoices, payment links |
| 05 | Slack | send, read, search, thread replies |
| 06 | Google Sheets | read/write ranges, format, append rows |
| 07 | Supabase | queries, insert/update/delete, RPC |
| 08 | Resend | email, batch send, audience management |
| 09 | Cal.com | availability, bookings, create/cancel |
| 10 | Linear | issues, projects, teams, search |
| 11 | Typeform | forms, responses, insights |
| 12 | Webflow | CMS CRUD, publish items |
| 13 | Lemon Squeezy | orders, subscriptions, license validation |
| 14 | Cloudflare | DNS records, Workers deploy, cache purge |
| 15 | PostgreSQL | safe SELECT + writes, schema introspection, transactions |
All servers use @modelcontextprotocol/sdk, stdio transport (Claude Desktop compatible), Node.js ESM, typed tool schemas, full error handling.
Pricing
$107 for all 15. MIT license.
๐ https://alfredolance.gumroad.com/l/agency-mcp-stack
Happy to paste source of any server in the comments.
Top comments (0)