<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Rumblingb</title>
    <description>The latest articles on Forem by Rumblingb (@rumblingb).</description>
    <link>https://forem.com/rumblingb</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3928235%2Ff5c844fb-212e-4299-8eef-ef86ef44d440.png</url>
      <title>Forem: Rumblingb</title>
      <link>https://forem.com/rumblingb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/rumblingb"/>
    <language>en</language>
    <item>
      <title>How I Built a Pipeline That Ships 61 MCP Servers in Parallel</title>
      <dc:creator>Rumblingb</dc:creator>
      <pubDate>Thu, 14 May 2026 09:04:42 +0000</pubDate>
      <link>https://forem.com/rumblingb/how-i-built-a-pipeline-that-ships-61-mcp-servers-in-parallel-2i5c</link>
      <guid>https://forem.com/rumblingb/how-i-built-a-pipeline-that-ships-61-mcp-servers-in-parallel-2i5c</guid>
      <description>&lt;p&gt;I have 61 MCP servers and Chrome extensions, all with Stripe payment links baked in.&lt;/p&gt;

&lt;p&gt;No, I didn't write them all by hand. I built a pipeline where AI agents ship products end-to-end — from GitHub repo to npm to Smithery to Stripe checkout — in parallel.&lt;/p&gt;

&lt;p&gt;Here's the architecture.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;OpenAI Codex / Claude Code&lt;/strong&gt; — autonomous coding agents that scaffold TypeScript MCP servers from templates&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smithery CLI&lt;/strong&gt; — &lt;code&gt;npx smithery mcp publish&lt;/code&gt; deploys to their marketplace in one command&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;npm&lt;/strong&gt; — &lt;code&gt;@rumblingb/*&lt;/code&gt; namespace for discoverability&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stripe Payment Links&lt;/strong&gt; — $19/mo Pro, $99/mo Unlimited, no code required&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hermes (my AI command center)&lt;/strong&gt; — orchestrates all of this as a cron job&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Pipeline
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Idea → Codex builds repo → npm publish → Smithery deploy → Stripe product + price → Payment link live
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Each step is a shell command or API call. There's no dashboard. No manual clicking. Agents execute the whole thing.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Economics
&lt;/h2&gt;

&lt;p&gt;61 products. Each with a Stripe link. Sound like a lot? Most took under 10 minutes to ship.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Email Verify MCP&lt;/strong&gt; — validates emails via DNS, zero API cost, pure profit if anyone subscribes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;IP Geo MCP&lt;/strong&gt; — geolocation from IP, same model, free to run&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;VAT Validation MCP&lt;/strong&gt; — EU VAT number checker, regulatory requirement, built-in demand&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These aren't AI wrappers. They're data utilities with real business use cases.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Shipping volume beats perfection.&lt;/strong&gt; You don't need the perfect product. You need 50 decent ones and 1 that resonates.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stripe Payment Links are underrated.&lt;/strong&gt; Everyone builds checkout pages. I paste a link. Done.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MCP is early.&lt;/strong&gt; The ecosystem has maybe 5,000 servers total. Being one of the first 50 publishers on Smithery gives you distribution leverage.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Agents ship faster than you think.&lt;/strong&gt; A Codex agent can scaffold, test, and deploy a new MCP server in 3-5 minutes. The bottleneck is ideas, not execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Directory
&lt;/h2&gt;

&lt;p&gt;I put all 61 products in a searchable directory: &lt;a href="https://rumblingb.github.io/mcp-server-directory" rel="noopener noreferrer"&gt;rumblingb.github.io/mcp-server-directory&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Smithery handles discovery: &lt;a href="https://smithery.ai/servers/vishar-rumbling" rel="noopener noreferrer"&gt;smithery.ai/servers/vishar-rumbling&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Auto-generate marketing content for each product (Dev.to articles, social posts)&lt;/li&gt;
&lt;li&gt;A/B test pricing ($19 vs $29 Pro tier)&lt;/li&gt;
&lt;li&gt;Add usage-based billing for high-volume servers&lt;/li&gt;
&lt;li&gt;Build the AgentPassport — governed payment middleware so AI agents can pay each other&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;If you're building MCP servers, stop overthinking. Ship 10 this week. One of them will stick.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Rumblingb" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="https://rumblingb.github.io/mcp-server-directory" rel="noopener noreferrer"&gt;Directory&lt;/a&gt; | &lt;a href="https://smithery.ai/servers/vishar-rumbling" rel="noopener noreferrer"&gt;Smithery&lt;/a&gt;&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>buildinpublic</category>
      <category>devtools</category>
      <category>ai</category>
    </item>
    <item>
      <title>I Built an Email Verification API That Costs $0 to Run</title>
      <dc:creator>Rumblingb</dc:creator>
      <pubDate>Thu, 14 May 2026 08:10:19 +0000</pubDate>
      <link>https://forem.com/rumblingb/i-built-an-email-verification-api-that-costs-0-to-run-336e</link>
      <guid>https://forem.com/rumblingb/i-built-an-email-verification-api-that-costs-0-to-run-336e</guid>
      <description>&lt;p&gt;Last week I shipped an MCP server that validates email addresses. No third-party APIs. No per-request fees. Just DNS lookups.&lt;/p&gt;

&lt;p&gt;It's called &lt;strong&gt;Email Verify MCP&lt;/strong&gt; and it's my 62nd open-source tool on Smithery.&lt;/p&gt;

&lt;h2&gt;
  
  
  How most email verification works (expensive)
&lt;/h2&gt;

&lt;p&gt;Services like ZeroBounce, NeverBounce, and Hunter charge $0.008–$0.01 per verification. If you're onboarding 100,000 users, that's $800–$1,000 just to check emails. These services resell DNS lookups with a markup.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built instead
&lt;/h2&gt;

&lt;p&gt;Email Verify MCP does the same thing using raw DNS queries:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;MX record check&lt;/strong&gt; — does the domain accept mail?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SMTP handshake&lt;/strong&gt; — can the mailbox actually receive?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Disposable domain detection&lt;/strong&gt; — flags temp emails from services like Mailinator&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Role account detection&lt;/strong&gt; — catches &lt;code&gt;admin@&lt;/code&gt;, &lt;code&gt;noreply@&lt;/code&gt;, &lt;code&gt;support@&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Zero API costs. It runs locally or as an MCP server your AI agent can call.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"email"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"user@gmail.com"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"valid"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"disposable"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;false&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"role_account"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;false&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"mx_records"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;"gmail-smtp-in.l.google.com"&lt;/span&gt;&lt;span class="p"&gt;],&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"smtp_checked"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Why this matters for agents
&lt;/h2&gt;

&lt;p&gt;AI agents need to send emails. Before they do, they should verify the recipient exists. A single SMTP handshake takes &amp;lt; 200ms and prevents bounce-backs that poison your domain reputation.&lt;/p&gt;

&lt;p&gt;The MCP protocol means any agent framework (Claude, Cursor, Windsurf) can call this tool with a natural language prompt: &lt;em&gt;"Check if &lt;a href="mailto:user@example.com"&gt;user@example.com&lt;/a&gt; is a real address."&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Node.js&lt;/strong&gt; — single file, no framework&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DNS module&lt;/strong&gt; — built into Node, no dependencies&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SMTP&lt;/strong&gt; — handshake-only, no email sent&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MCP SDK&lt;/strong&gt; — &lt;code&gt;@modelcontextprotocol/sdk&lt;/code&gt; for the server interface&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smithery&lt;/strong&gt; — one-click install for 500,000+ developers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Total dependencies: 1 (the MCP SDK).&lt;/p&gt;

&lt;h2&gt;
  
  
  The business model
&lt;/h2&gt;

&lt;p&gt;Free tier: 50 verifications/day&lt;br&gt;
Pro tier: 1,000/month for $19/mo&lt;/p&gt;

&lt;p&gt;I'm targeting solo founders and indie devs who need email validation but can't justify $100+/mo for enterprise tools. If even 30 people sign up, that's $570/mo on infrastructure that costs $0.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Smithery:&lt;/strong&gt; &lt;a href="https://smithery.ai/servers/vishar-rumbling/email-verify-mcp" rel="noopener noreferrer"&gt;smithery.ai/servers/vishar-rumbling/email-verify-mcp&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;npm:&lt;/strong&gt; &lt;code&gt;npx @rumblingb/email-verify-mcp&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/Rumblingb/email-verify-mcp" rel="noopener noreferrer"&gt;github.com/Rumblingb/email-verify-mcp&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pro:&lt;/strong&gt; &lt;a href="https://buy.stripe.com/aFadRb2z56ZKaU00wz1oI1l" rel="noopener noreferrer"&gt;buy.stripe.com/aFadRb2z56ZKaU00wz1oI1l&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Building in public — I ship one MCP server per week. Currently at 62 and counting.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>email</category>
      <category>node</category>
      <category>api</category>
    </item>
    <item>
      <title>I Built an Email Verification MCP That Actually Makes Money</title>
      <dc:creator>Rumblingb</dc:creator>
      <pubDate>Thu, 14 May 2026 03:31:41 +0000</pubDate>
      <link>https://forem.com/rumblingb/i-built-an-email-verification-mcp-that-actually-makes-money-4k25</link>
      <guid>https://forem.com/rumblingb/i-built-an-email-verification-mcp-that-actually-makes-money-4k25</guid>
      <description>&lt;p&gt;Email verification APIs are boring. That's exactly why they make money.&lt;/p&gt;

&lt;p&gt;I just launched &lt;strong&gt;Email Verify MCP&lt;/strong&gt; — and here's why I built it:&lt;/p&gt;

&lt;h2&gt;
  
  
  The Boring Money-Maker
&lt;/h2&gt;

&lt;p&gt;While everyone builds "AI agents that do everything," the solo founders making real money are selling email verification, IP geolocation, and VAT validation. Boring B2B micro-APIs reliably pull $400-600/mo.&lt;/p&gt;

&lt;p&gt;So I built one.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;From any AI agent (Cursor, Claude, Windsurf):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;check_email&lt;/code&gt; — Full verification: syntax, MX records, SMTP handshake, disposable detection&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;verify_bulk&lt;/code&gt; — Batch up to 10 emails at once&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All DNS-based. No external API costs. Pure Node.js.&lt;/p&gt;

&lt;h2&gt;
  
  
  Pricing
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tier&lt;/th&gt;
&lt;th&gt;Price&lt;/th&gt;
&lt;th&gt;Checks&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Free&lt;/td&gt;
&lt;td&gt;$0&lt;/td&gt;
&lt;td&gt;50/day&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Pro&lt;/td&gt;
&lt;td&gt;$19/mo&lt;/td&gt;
&lt;td&gt;1,000/mo&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Unlimited&lt;/td&gt;
&lt;td&gt;$99/mo&lt;/td&gt;
&lt;td&gt;Unlimited&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  The Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;MCP Server&lt;/strong&gt; (TypeScript, stdio transport)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;npm&lt;/strong&gt;: &lt;code&gt;@rumblingb/email-verify-mcp&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smithery&lt;/strong&gt;: smithery.ai/servers/vishar-rumbling/email-verify-mcp&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stripe&lt;/strong&gt;: buy.stripe.com/aFadRb2z56ZKaU00wz1oI1l&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why This Works
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Real demand&lt;/strong&gt; — every app with signup needs email verification&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero marginal cost&lt;/strong&gt; — DNS lookups are free&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clear upgrade path&lt;/strong&gt; — 50 free → 1,000 pro → unlimited&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Agent-native&lt;/strong&gt; — MCP protocol means Cursor/Claude can use it directly&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx @rumblingb/email-verify-mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Or add to your MCP config and start verifying emails from your AI agent.&lt;/p&gt;

&lt;h1&gt;
  
  
  email #mcp #devtools #buildinpublic #agentpay
&lt;/h1&gt;

</description>
      <category>email</category>
      <category>mcp</category>
      <category>devtools</category>
      <category>agentpay</category>
    </item>
    <item>
      <title>The MCP Economy: How AI Agents Will Pay Each Other</title>
      <dc:creator>Rumblingb</dc:creator>
      <pubDate>Thu, 14 May 2026 02:23:54 +0000</pubDate>
      <link>https://forem.com/rumblingb/the-mcp-economy-how-ai-agents-will-pay-each-other-1k73</link>
      <guid>https://forem.com/rumblingb/the-mcp-economy-how-ai-agents-will-pay-each-other-1k73</guid>
      <description>&lt;p&gt;MCP servers let AI agents use tools. But the real unlock is agents paying agents.&lt;/p&gt;

&lt;p&gt;Here's the vision behind AgentPay:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Today:&lt;/strong&gt; Humans buy subscriptions for AI tools&lt;br&gt;
&lt;strong&gt;Tomorrow:&lt;/strong&gt; AI agents hold scoped budgets, spend autonomously&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Architecture:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Agent requests capability → human approves&lt;/li&gt;
&lt;li&gt;Scoped token issued → spend limit + expiry + audit&lt;/li&gt;
&lt;li&gt;Agent calls MCP server → token validated&lt;/li&gt;
&lt;li&gt;Payment processed → SHA-256 audit log&lt;/li&gt;
&lt;li&gt;Token expires → auto-revoked&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Why This Matters:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Right now every MCP server is free. That's unsustainable. With governed payments:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;MCP builders get paid&lt;/li&gt;
&lt;li&gt;Agent users get safety guardrails
&lt;/li&gt;
&lt;li&gt;The ecosystem grows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Try It:&lt;/strong&gt;&lt;br&gt;
61 MCP servers: smithery.ai/servers/vishar-rumbling&lt;br&gt;
SDK: npm install @agentpayxyz/sdk&lt;/p&gt;

&lt;p&gt;The MCP economy starts now.&lt;/p&gt;

&lt;h1&gt;
  
  
  mcp #ai #stripe #agentpay
&lt;/h1&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>stripe</category>
      <category>agentpay</category>
    </item>
    <item>
      <title>From Zero to 61 Products: My Agent-Driven Pipeline</title>
      <dc:creator>Rumblingb</dc:creator>
      <pubDate>Thu, 14 May 2026 02:23:52 +0000</pubDate>
      <link>https://forem.com/rumblingb/from-zero-to-61-products-my-agent-driven-pipeline-2nel</link>
      <guid>https://forem.com/rumblingb/from-zero-to-61-products-my-agent-driven-pipeline-2nel</guid>
      <description>&lt;p&gt;Here's the exact pipeline I used to ship 61 AI tools:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;IDEA → GitHub → README+LICENSE → npm → Smithery → Stripe → landing
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Every product follows this. No exceptions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Rules:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Ship complete — repo, docs, payments, deployment&lt;/li&gt;
&lt;li&gt;Free tier always works — no bait-and-switch&lt;/li&gt;
&lt;li&gt;Stripe from day one — Pro $19/mo, Unlimited $99/mo&lt;/li&gt;
&lt;li&gt;npm + Smithery + GitHub — discoverability beats perfection&lt;/li&gt;
&lt;li&gt;Zero human code — agents build, I review&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Stack:&lt;/strong&gt; Hermes Agent, Cloudflare Workers, Stripe, Smithery, npm&lt;/p&gt;

&lt;p&gt;61 products live: smithery.ai/servers/vishar-rumbling&lt;/p&gt;

&lt;h1&gt;
  
  
  buildinpublic #ai #agentpay
&lt;/h1&gt;

</description>
      <category>buildinpublic</category>
      <category>ai</category>
      <category>devtools</category>
      <category>agentpay</category>
    </item>
    <item>
      <title>How to Monetize an MCP Server — Payment Links, Guardrails, and Scoped Tokens</title>
      <dc:creator>Rumblingb</dc:creator>
      <pubDate>Thu, 14 May 2026 02:18:47 +0000</pubDate>
      <link>https://forem.com/rumblingb/how-to-monetize-an-mcp-server-payment-links-guardrails-and-scoped-tokens-6e</link>
      <guid>https://forem.com/rumblingb/how-to-monetize-an-mcp-server-payment-links-guardrails-and-scoped-tokens-6e</guid>
      <description>&lt;p&gt;MCP (Model Context Protocol) servers let AI agents use tools. But how do you charge for them?&lt;/p&gt;

&lt;p&gt;Here's the stack I use across 61 MCP servers:&lt;/p&gt;

&lt;h2&gt;
  
  
  The Payment Flow
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;User discovers&lt;/strong&gt; your MCP server on Smithery, Glama, or mcp.so&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Free tier&lt;/strong&gt; works instantly — no auth, rate-limited&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pro tier ($19/mo)&lt;/strong&gt; — Stripe payment link → API key → full access&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Unlimited ($99/mo)&lt;/strong&gt; — enterprise-grade, no rate limits&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The Infrastructure
&lt;/h2&gt;

&lt;p&gt;Each MCP server ships with:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;mcp-server/
├── src/            # TypeScript MCP implementation
├── smithery.yaml   # One-click deploy config
├── package.json    # npm publish ready
├── README.md       # Docs + Stripe link
├── LICENSE         # MIT
└── landing/        # GitHub Pages landing page
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Guardrails That Matter
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Scoped tokens&lt;/strong&gt;: Each payment creates a token scoped to one server&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rate limiting&lt;/strong&gt;: Free = 10 req/min, Pro = 100, Unlimited = 1000&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Audit trail&lt;/strong&gt;: Every API call logged with SHA-256 hash&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auto-expiry&lt;/strong&gt;: Tokens expire when subscription ends&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Numbers
&lt;/h2&gt;

&lt;p&gt;I've published 61 MCP servers with this exact stack. Every one has:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub repo with README, LICENSE, landing&lt;/li&gt;
&lt;li&gt;npm package&lt;/li&gt;
&lt;li&gt;Smithery deployment&lt;/li&gt;
&lt;li&gt;Stripe payment link&lt;/li&gt;
&lt;li&gt;Production-ready guardrails&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;Browse my catalog: &lt;a href="https://smithery.ai/servers/vishar-rumbling" rel="noopener noreferrer"&gt;smithery.ai/servers/vishar-rumbling&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Full source: &lt;a href="https://github.com/Rumblingb" rel="noopener noreferrer"&gt;github.com/Rumblingb&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Build Your Own
&lt;/h2&gt;

&lt;p&gt;The AgentPay SDK handles auth, tokens, and payments. Drop it into any MCP server:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; @agentpayxyz/sdk
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Ship your MCP server. Monetize it. Let agents pay agents.&lt;/p&gt;

&lt;h1&gt;
  
  
  mcp #stripe #devtools #agentpay
&lt;/h1&gt;

</description>
      <category>mcp</category>
      <category>stripe</category>
      <category>devtools</category>
      <category>agentpay</category>
    </item>
    <item>
      <title>I Built 61 AI Tools with Zero Human Code — Here's What I Learned</title>
      <dc:creator>Rumblingb</dc:creator>
      <pubDate>Thu, 14 May 2026 02:18:07 +0000</pubDate>
      <link>https://forem.com/rumblingb/i-built-61-ai-tools-with-zero-human-code-heres-what-i-learned-174o</link>
      <guid>https://forem.com/rumblingb/i-built-61-ai-tools-with-zero-human-code-heres-what-i-learned-174o</guid>
      <description>&lt;h2&gt;
  
  
  The Setup
&lt;/h2&gt;

&lt;p&gt;Over the past month, I built 61 products: MCP servers, Chrome extensions, and developer tools. Every single one ships with Stripe payments, npm packaging, GitHub repos, Smithery deployment, and production-ready infrastructure.&lt;/p&gt;

&lt;p&gt;Zero human code. All agent-driven.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Stack
&lt;/h2&gt;

&lt;p&gt;Each product in the AgentPay Labs catalog includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;MCP Server&lt;/strong&gt; — connects AI agents (Cursor, Claude, Windsurf) to governed payments&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stripe Integration&lt;/strong&gt; — Pro ($19/mo) and Unlimited ($99/mo) tiers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;npm Package&lt;/strong&gt; — scoped under &lt;code&gt;@rumblingb/&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smithery Deployment&lt;/strong&gt; — one-click install from smithery.ai&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Repo&lt;/strong&gt; — README, LICENSE, landing page&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloudflare Worker&lt;/strong&gt; — serverless payment bridge&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Numbers
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;61 products shipped&lt;/li&gt;
&lt;li&gt;26 live on Smithery&lt;/li&gt;
&lt;li&gt;61 npm packages published&lt;/li&gt;
&lt;li&gt;61 Stripe payment links active&lt;/li&gt;
&lt;li&gt;1 Chrome extension bridging AI to payments&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Lesson
&lt;/h2&gt;

&lt;p&gt;Agents can build. But distribution is the real game.&lt;/p&gt;

&lt;p&gt;Every tool is free to try. Browse the catalog at &lt;a href="https://smithery.ai/servers/vishar-rumbling" rel="noopener noreferrer"&gt;smithery.ai/servers/vishar-rumbling&lt;/a&gt; or the full directory at &lt;a href="https://rumblingb.github.io/mcp-server-directory" rel="noopener noreferrer"&gt;rumblingb.github.io/mcp-server-directory&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;I'm building AgentPay: governed payment middleware for AI agents. Scoped tokens, guardrails, audit trails — so agents can pay each other safely.&lt;/p&gt;

&lt;p&gt;Follow along. Ship fast. Distribute harder.&lt;/p&gt;

&lt;h1&gt;
  
  
  ai #mcp #devtools #agentpay
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>mcp</category>
      <category>devtools</category>
      <category>agentpay</category>
    </item>
    <item>
      <title>MCP Health Monitor — Free Tool to Check If Your MCP Servers Are Actually Running</title>
      <dc:creator>Rumblingb</dc:creator>
      <pubDate>Thu, 14 May 2026 01:11:16 +0000</pubDate>
      <link>https://forem.com/rumblingb/mcp-health-monitor-free-tool-to-check-if-your-mcp-servers-are-actually-running-3jih</link>
      <guid>https://forem.com/rumblingb/mcp-health-monitor-free-tool-to-check-if-your-mcp-servers-are-actually-running-3jih</guid>
      <description>&lt;p&gt;MCP servers are fragile. A server can be listed on Smithery with glowing docs but be completely dead — returning 502s or timing out. I checked 50+ random MCP endpoints and 52% were unreachable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MCP Health Monitor&lt;/strong&gt; tests any MCP server endpoint, checks Smithery namespaces, and monitors uptime.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;check_server(url)&lt;/code&gt; — Tests if an MCP endpoint responds&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;check_smithery(namespace)&lt;/code&gt; — Scans all servers in a Smithery namespace&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;monitor_add(url, interval)&lt;/code&gt; — Adds a server to your watchlist&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;monitor_status()&lt;/code&gt; — Dashboard of all monitored servers&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why This Exists
&lt;/h2&gt;

&lt;p&gt;Every MCP developer has had the experience of installing a server from a directory, configuring it, and getting silence. This tool catches that before you waste time on configuration.&lt;/p&gt;

&lt;p&gt;Free tier: 20 checks per instance. Pro: $19/month.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/Rumblingb/mcp-health-monitor" rel="noopener noreferrer"&gt;https://github.com/Rumblingb/mcp-health-monitor&lt;/a&gt;&lt;br&gt;
Smithery: &lt;a href="https://smithery.ai/server/vishar-rumbling/mcp-health-monitor" rel="noopener noreferrer"&gt;https://smithery.ai/server/vishar-rumbling/mcp-health-monitor&lt;/a&gt;&lt;br&gt;
Pro: &lt;a href="https://buy.stripe.com/aFafZj0qXck4bY43IL1oI0F" rel="noopener noreferrer"&gt;https://buy.stripe.com/aFafZj0qXck4bY43IL1oI0F&lt;/a&gt;&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>devtools</category>
      <category>opensource</category>
      <category>monitoring</category>
    </item>
    <item>
      <title>I Built a Company Intelligence MCP — SEC Filings, Patents, Domain Data in One Tool</title>
      <dc:creator>Rumblingb</dc:creator>
      <pubDate>Thu, 14 May 2026 01:11:02 +0000</pubDate>
      <link>https://forem.com/rumblingb/i-built-a-company-intelligence-mcp-sec-filings-patents-domain-data-in-one-tool-2chl</link>
      <guid>https://forem.com/rumblingb/i-built-a-company-intelligence-mcp-sec-filings-patents-domain-data-in-one-tool-2chl</guid>
      <description>&lt;p&gt;If you're building AI agents that need to research companies, you know the pain: SEC data lives on EDGAR, patents are on USPTO, domain whois requires a socket library, and SSL info needs openssl. That's four different APIs, four different auth schemes, four different rate limits.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Company Intelligence MCP&lt;/strong&gt; combines all of them into one tool.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;company_profile(name)&lt;/code&gt; — SEC filings, patents, domain info for any company&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;company_financials(ticker)&lt;/code&gt; — Pulls XBRL financials from SEC EDGAR&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;company_patents(name)&lt;/code&gt; — Searches USPTO patent database&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;company_domain(domain)&lt;/code&gt; — WHOIS, SSL cert, DNS records&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;Install in 30 seconds:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"mcpServers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"company-intel"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"command"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"python3"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"args"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;"-m"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"pip"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"install"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"agentpay-company-intel-mcp"&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Free tier: 10 queries per instance. Pro: $29/month unlimited.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built This
&lt;/h2&gt;

&lt;p&gt;I already had individual MCPs for SEC data, patent search, and domain intelligence. Developers kept asking for a unified company lookup — one query that returns everything. This is that product.&lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/Rumblingb/company-intel-mcp" rel="noopener noreferrer"&gt;https://github.com/Rumblingb/company-intel-mcp&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Smithery: &lt;a href="https://smithery.ai/server/vishar-rumbling/company-intel-mcp" rel="noopener noreferrer"&gt;https://smithery.ai/server/vishar-rumbling/company-intel-mcp&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Stripe (Pro): &lt;a href="https://buy.stripe.com/7sYbJ36Pl0Bm9PW6UX1oI0H" rel="noopener noreferrer"&gt;https://buy.stripe.com/7sYbJ36Pl0Bm9PW6UX1oI0H&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>mcp</category>
      <category>aiagents</category>
      <category>opensource</category>
      <category>developertools</category>
    </item>
    <item>
      <title>Python Test 2</title>
      <dc:creator>Rumblingb</dc:creator>
      <pubDate>Wed, 13 May 2026 23:47:22 +0000</pubDate>
      <link>https://forem.com/rumblingb/python-test-2-1m63</link>
      <guid>https://forem.com/rumblingb/python-test-2-1m63</guid>
      <description>&lt;p&gt;Testing with User-Agent header&lt;/p&gt;

</description>
      <category>test</category>
    </item>
    <item>
      <title>Test Published</title>
      <dc:creator>Rumblingb</dc:creator>
      <pubDate>Wed, 13 May 2026 23:46:36 +0000</pubDate>
      <link>https://forem.com/rumblingb/test-published-47lg</link>
      <guid>https://forem.com/rumblingb/test-published-47lg</guid>
      <description>&lt;p&gt;Testing published true&lt;/p&gt;

</description>
      <category>test</category>
    </item>
    <item>
      <title>I Built 56 Free MCP Servers — Here's a Unified Directory</title>
      <dc:creator>Rumblingb</dc:creator>
      <pubDate>Wed, 13 May 2026 16:45:41 +0000</pubDate>
      <link>https://forem.com/rumblingb/i-built-56-free-mcp-servers-heres-a-unified-directory-44d6</link>
      <guid>https://forem.com/rumblingb/i-built-56-free-mcp-servers-heres-a-unified-directory-44d6</guid>
      <description>&lt;p&gt;Building MCP servers for AI agents became my obsession. Three weeks in, I had 56 of them — and a real problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Every MCP server I built lived in its own GitHub repo. There was no single place to browse them, filter by category, or see which ones had free tiers vs. paid upgrades. For anyone trying to outfit their AI agent with the right tools, discovery was a nightmare.&lt;/p&gt;

&lt;p&gt;I needed search. I needed categories. I needed a price tag.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution: AgentPay Labs Product Hub
&lt;/h2&gt;

&lt;p&gt;So I built a unified directory. It's a single-page hub at &lt;a href="https://rumblingb.github.io/agentpay-labs-hub/" rel="noopener noreferrer"&gt;agentpay-labs-hub&lt;/a&gt; that gives you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Search&lt;/strong&gt; — type anything, find the right MCP server instantly&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Category filters&lt;/strong&gt; — MCP servers, SaaS tools, services, and more&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Direct links&lt;/strong&gt; — GitHub repos + Stripe buy links for Pro tiers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stats bar&lt;/strong&gt; — see total products, categories, and paid plans at a glance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The catalog covers everything from legal research (Court Records MCP, SEC EDGAR MCP, USPTO Patent Search MCP) to developer utilities (PDF Generator, Web Scraper, Database MCP) to AI agent infrastructure (AgentPay Pro, Agent Memory MCP, Agent Cost Tracker MCP).&lt;/p&gt;

&lt;h2&gt;
  
  
  Highlights
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Content Moderation MCP 🛡️
&lt;/h3&gt;

&lt;p&gt;One of the most requested tools: AI-powered content moderation for your agents. Detect spam, toxicity, PII, profanity, and NSFW content in a single call.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Free tier&lt;/strong&gt;: 50 moderation calls per restart — no paid API keys needed&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pro tier&lt;/strong&gt;: $19/month for unlimited calls + dedicated pro key&lt;/li&gt;
&lt;li&gt;Rule-based detection with regex patterns, leetspeak variants, and image heuristics&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check it out: &lt;a href="https://rumblingb.github.io/content-moderation-mcp/" rel="noopener noreferrer"&gt;content-moderation-mcp&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Rate-Limited Pro Tiers at $19/mo
&lt;/h3&gt;

&lt;p&gt;Seven MCPs just got rate-limit conversions with a simple model: free tier for casual use, $19/month Pro for unlimited access. These include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Court Records MCP Pro — 5M+ US court opinions&lt;/li&gt;
&lt;li&gt;SEC EDGAR MCP Pro — financial data for 10,000+ public companies&lt;/li&gt;
&lt;li&gt;USPTO Patent Search MCP Pro — Google Patents + USPTO&lt;/li&gt;
&lt;li&gt;Currency Exchange MCP Pro — 166 currencies, real-time rates&lt;/li&gt;
&lt;li&gt;Wikipedia MCP Pro — 300+ languages, full article access&lt;/li&gt;
&lt;li&gt;Agent Cost Tracker MCP Pro — token and API cost tracking&lt;/li&gt;
&lt;li&gt;Agent Memory MCP Pro — persistent memory across conversations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All payments go through Stripe. No crypto, no weird token-gating — just click and subscribe.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Full Catalog
&lt;/h2&gt;

&lt;p&gt;Here's what's in the hub right now:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MCP Servers (40+):&lt;/strong&gt; AgentPay Pro, Agent Wallet, Agent Cost Tracker, Agent Memory, Agent Proof, Court Records, SEC EDGAR, USPTO Patent Search, Currency Exchange, Wikipedia, Crypto Market, Web Scraper, Search Proxy, PDF Generator, Screenshot, Database, Email Agent, IP Geolocation, Domain Intel, Email Verify, SSL Check, Notification, File Converter, MCP Health Monitor, Content Moderation, and more.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SaaS and Services:&lt;/strong&gt; AgentPassport (payment middleware, $19-$99/mo), Hallucination Guard API ($99/mo), Agent API Pro ($9/mo), AgentPay Escrow (Solana Anchor program).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;All MIT licensed.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Call to Action
&lt;/h2&gt;

&lt;p&gt;Bookmark the hub: &lt;a href="https://rumblingb.github.io/agentpay-labs-hub/" rel="noopener noreferrer"&gt;https://rumblingb.github.io/agentpay-labs-hub/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Star repos you like, subscribe to Pro tiers if you need unlimited access, and tell me what MCP server you want built next.&lt;/p&gt;




&lt;p&gt;Built by &lt;a href="https://github.com/Rumblingb" rel="noopener noreferrer"&gt;Visha&lt;/a&gt; at &lt;a href="https://agentpay.so" rel="noopener noreferrer"&gt;AgentPay Labs&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>aiagents</category>
      <category>opensource</category>
      <category>developertools</category>
    </item>
  </channel>
</rss>
