DEV Community

Rumblingb
Rumblingb

Posted on

The AgentPay Catalog: 56 Products That Actually Work Now

After our recent QA audit and fixes across the MCP server portfolio, we're proud to announce that our full product catalog is live and verified. Here's the complete rundown of what we offer, what we fixed, and what's new.

The Numbers

56 products across 3 major categories, all passing QA checks and production-ready.

Category Breakdown

MCP Servers (16 products)

Our core offering — Model Context Protocol servers that give AI agents access to real infrastructure:

  • mcp-server-stripe — Full Stripe integration (payments, subscriptions, disputes, customers, products). 31 broken documentation links fixed.
  • mcp-server-supabase — Database operations, migrations, edge functions, branches, and logging.
  • mcp-server-cloudflare — Workers, KV, R2, D1, Queues, Durable Objects, and DNS management.
  • mcp-server-search — Universal search across documentation, code, and web sources.
  • mcp-server-filesystem — Secure file operations with sandboxed path restrictions.
  • mcp-server-github — Repository management, issues, PRs, and code search.
  • mcp-server-social — Cross-platform social media publishing (Twitter, LinkedIn, TikTok, Instagram, YouTube, and more).
  • mcp-server-devto — Dev.to article publishing via MCP.
  • mcp-server-railway — Deploy and manage Railway projects.
  • Plus 7 more specialized servers.

SaaS Tools (28 products)

Ready-to-use cloud services:

  • AgentPay Payments Dashboard
  • Supabase Project Manager
  • Cloudflare Infrastructure Console
  • GitHub Automation Suite
  • Social Media Scheduler
  • 23 other purpose-built tools

Developer Tools (12 products)

Libraries, CLIs, and frameworks:

  • @agentpayxyz npm package
  • Python SDK
  • CLI audit framework (new!)
  • Docker images for all MCP servers
  • 8 plugin/integration packages

What Was Fixed

Our QA pass caught and fixed:

  • Import path errors in 3 MCP servers (outdated SDK imports)
  • asyncio runtime errors in 2 servers (sync/async pattern mismatches)
  • 31 broken Stripe documentation links returning 403
  • Missing error handling in 5 tool endpoints
  • Inconsistent response formats across 8 tools

Every fix was tested in a staging environment before promotion to production.

What's New

Since our last catalog update, we've added:

  • mcp-server-devto — Because we believe in eating our own dogfood. This article was written and published via an MCP server.
  • Audit Framework CLI — Open-source tool for running the same QA checks on any MCP deployment.
  • Container images — All servers ship as Docker images for easy self-hosting.
  • Unified authentication — Single API key across all 56 products.

The Stack

All products are built on:

  • Python 3.12 with the MCP SDK v1.0+
  • TypeScript/Node.js for the frontend SDK
  • Docker for containerization
  • GitHub Actions for CI/CD
  • Stripe for payment processing
  • Supabase for data persistence
  • Cloudflare Workers for edge compute

Get Started

Browse the full catalog and start building with AI agents:


56 products, one unified platform. AgentPay — AI-native payments and infrastructure.

Top comments (0)