Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. Agentpay Gateway Mcp
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:12:33 AM

Agentpay Gateway Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository

Centralized API gateway routing to MCP servers with per-call billing

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "agentpay-gateway-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentpay-gateway-mcp"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives☁️ More in Cloud Platforms

Documentation Overview

AgentPay Gateway MCP

The picks and shovels play — a centralized API gateway that routes to all 42 MCP servers with per-call billing.

Architecture

Code
┌─────────────────────────────────────────────────────────────────┐
│                    AGENTPAY GATEWAY MCP                         │
│                                                                 │
│  ┌──────────┐   ┌───────────┐   ┌──────────┐   ┌───────────┐  │
│  │ API Key  │──▶│ Credit    │──▶│ Routing  │──▶│ Backend   │  │
│  │ Auth     │   │ Check     │   │ Engine   │   │ MCP Server│  │
│  └──────────┘   └───────────┘   └──────────┘   └───────────┘  │
│       │              │              │              │            │
│       ▼              ▼              ▼              ▼            │
│  ┌──────────┐   ┌───────────┐   ┌──────────┐   ┌───────────┐  │
│  │ Supabase │   │ Supabase  │   │ Backend  │   │ Stripe    │  │
│  │ API Keys │   │ Credits   │   │ HTTP     │   │ Checkout  │  │
│  │ Table    │   │ Ledger    │   │ Proxy    │   │ Payments  │  │
│  └──────────┘   └───────────┘   └──────────┘   └───────────┘  │
└─────────────────────────────────────────────────────────────────┘

Key Features

  • Single MCP endpoint routing to 42 backend MCP servers
  • Per-call credit billing instead of per-subscription
  • Free tier: 100 credits/day
  • Pro tier: 10,000 credits/day ($19/mo)
  • Auto-reset credits daily
  • Stripe upsell links for upgrades
  • Full audit trail with credit deduction logging

Setup

Prerequisites

  • Python 3.10+
  • MCP-compatible client (Claude Desktop, Cursor, etc.)
  • Supabase project for database (optional for local demo)
  • Stripe account (optional, for production billing)

Quick Start (Demo Mode — No DB Required)

bash
cd agentpay-gateway-mcp
pip install -r requirements.txt
python3 server.py

Full Setup (With Supabase + Stripe)

  1. Create a Supabase project at https://supabase.com
  2. Set environment variables:
    bash
    cp .env.example .env
    # Edit .env with your credentials
    
  3. Bootstrap the database:
    bash
    python3 server.py --db-only
    
  4. Start the gateway:
    bash
    python3 server.py --port 8000
    

Docker

Terminal
docker build -t agentpay-gateway .
docker run -p 8000:8000 \
  -e SUPABASE_URL=xxx \
  -e SUPABASE_SERVICE_KEY=xxx \
  -e STRIPE_API_KEY=sk_live_xxx \
  -e STRIPE_CHECKOUT_LINK=https://buy.stripe.com/xxx \
  agentpay-gateway

MCP Client Configuration

config.json
{
  "mcpServers": {
    "agentpay-gateway": {
      "url": "http://localhost:8000/mcp",
      "apiKey": "YOUR_API_KEY_HERE"
    }
  }
}

Pricing Tiers

TierDaily CreditsMonthly PriceCost per Call
Free100$01 credit/call
Pro10,000$19/mo1 credit/call

Usage

Check Balance

python
result = await client.call_tool("gateway_info", {
    "api_key": "your-api-key"
})

Use Any Tool

python
# All 42 tools are proxied through the gateway
result = await client.call_tool("search_web", {
    "api_key": "your-api-key",
    "args": {"query": "latest news", "max_results": 5}
})

Upgrade to Pro

python
result = await client.call_tool("gateway_upsell", {
    "api_key": "your-api-key"
})
# Returns Stripe checkout URL

Backend Server Registry

All 42 MCP servers routed through this gateway:

ServerToolsPort
search-proxy-mcp38011
agent-audit-mcp58012
agent-contract-mcp48013
agent-cost-tracker-mcp48014
agent-hire-mcp68015
agent-legal-counsel-mcp38021
agent-memory-mcp48016
agent-messaging-mcp38017
agent-passport-mcp38018
agent-proof-mcp28019
agent-team-mcp38020
agent-wallet-mcp38022
contract-analyzer-mcp28023
court-records-mcp28024
crypto-market-mcp38025
currency-exchange-mcp28026
database-mcp28027
dns-lookup-mcp28028
domain-data-mcp28029
domain-intel-mcp28030
email-agent-mcp38031
email-verify-mcp18032
file-converter-mcp28033
hackernews-mcp28034
hallucination-guard28035
image-analyzer-mcp28036
ip-geolocation-mcp28037
mcp-health-monitor28038
notification-mcp28039
patent-search-mcp28040
pdf-generator-mcp28041
qr-code-mcp28042
rental-agent-mcp28043
screenshot-mcp28044
sec-financial-mcp28045
secret-scanner-mcp28046
seo-audit-mcp28047
ssl-check-mcp28048
text-to-speech-mcp28049
weather-mcp28050
web-scraper-mcp28051
wikipedia-mcp28052

License

MIT — AgentPay Labs

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • G
    GoModel

    Self-hosted gateway aggregating upstream MCP servers behind one authenticated HTTP endpoint.

    ☁️ Cloud Platforms0 views
    Compare vs GoModel →
  • Labby logoLabby

    Local-first MCP gateway and homelab control plane with CLI, HTTP API, and web UI.

    ☁️ Cloud Platforms0 views
    Compare vs Labby →
  • S
    Siglume MCP Gateway

    Access Siglume API Store tools and external MCP Router servers.

    ☁️ Cloud Platforms0 views
    Compare vs Siglume MCP Gateway →
  • Labby logoLabby

    Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.

    ☁️ Cloud Platforms0 views
    Compare vs Labby →

Frequently Asked Questions about Agentpay Gateway Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "agentpay-gateway-mcp": { "command": "npx", "args": ["-y", "agentpay-gateway-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgentpay Gateway Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agentpay-gateway-mcp?style=directory)](https://allmcps.com/mcp/agentpay-gateway-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/agentpay-gateway-mcp"><img src="https://allmcps.com/api/badge/agentpay-gateway-mcp?style=directory" alt="Agentpay Gateway Mcp on AllMCPs" /></a>

Technical Specs & Signals

Category☁️Cloud Platforms
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
npm downloads44/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
28Quality signal: Emerging · 28/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ☁️ Cloud Platforms →Best MCP servers for Cloud Platforms →Alternatives to Agentpay Gateway Mcp →Install in Claude DesktopInstall in CursorInstall in VS Code