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.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. Agentpay Gateway MCP
Agentpay Gateway MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 9:32:10 PM

Agentpay Gateway MCP

User RatingsBe the first to rate and review this MCP server! 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 Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

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 ▾

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "agentpay-gateway-mcp": {
      "url": "http://localhost:8000/mcp"
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

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

Read the full README →View source on GitHub →

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • Datoon logoDatoon

    Smart structured-data to TOON gateway: converts to TOON only when it saves LLM tokens.

    ☁️ Cloud Platforms1 views
    Compare vs Datoon →
  • Vengtoo MCP Gateway logoVengtoo MCP Gateway

    AuthzX MCP Gateway — policy-enforcing proxy between AI agents and MCP servers

    ☁️ Cloud Platforms2 views
    Compare vs Vengtoo MCP Gateway →
  • Aimcpgate logoAimcpgate

    MCP gateway/proxy: multiplexes tool calls across upstream MCP servers into one catalog.

    ☁️ Cloud Platforms1 views
    Compare vs Aimcpgate →
  • X402 MCP Starter logoX402 MCP Starter

    Free self-hosted x402 USDC billing for Cloudflare MCP servers, with a Base Sepolia test endpoint.

    ☁️ Cloud Platforms0 views
    Compare vs X402 MCP Starter →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
2 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Agentpay Gateway MCP

agentpay-gateway-mcp is a hosted MCP server. Add it as a remote server in your client's config: "mcpServers": { "agentpay-gateway-mcp": { "url": "http://localhost:8000/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 ▾
TransportSSE (Remote)
Last updatedJul 28, 2026
3/7 checks healthy over the last 46d
Views2
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.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 28, 2026
37Quality signal: Fair · 37/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 ownership10/20
Documentation & tools15/30
Adoption & activity3/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.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge 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 CodeSetup guides for all 13 MCP clients