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
  • 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. πŸ’° Finance & Fintech
  3. Agentpay Vn
Agentpay Vn logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:01:24 PM

Agentpay Vn

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
paymentsvietqrfinanceai-agents

Collects VietQR payments and confirms bank settlement for AI-agent transactions in Vietnam.

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
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "phuocdu-agentpay-vn": {
      "command": "uvx",
      "args": [
        "agentpay-vn"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (4) Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Overview

The phuocdu/agentpay-vn MCP server lets compatible AI agents create VietQR payment requests, check their status, wait for settlement, and review recent settled payments. It uses an API key to access an AgentPay REST service, while settlement is detected from a SePay bank transaction feed. Use it when an agent needs to collect payment before delivering a digital product or service without holding customer funds.

Use cases

β€’Collect payment before delivering a digital product
β€’Send VietQR checkout links in an agent conversation
β€’Wait for settlement before unlocking a service
β€’Reconcile recent settled transactions

Key features

β€’Create VietQR payment requests
β€’Check payment status
β€’Poll for settlement with a 600-second maximum
β€’List recent settled payments
β€’Support sandbox payment testing

Capabilities & Tool Schemas (4) ~58 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Agentpay Vn.

create_payment_request

Generate a VietQR code for a given amount

check_payment

Get current status of a payment request

await_settlement

Poll until payment arrives or timeout (max 600 s)

list_recent_payments

List last N settled transactions

How Agentpay Vn works

What phuocdu/agentpay-vn MCP server does

The phuocdu/agentpay-vn MCP server exposes VietQR payment operations to MCP-compatible agents. An agent can create a payment request for a specified amount, receive a QR image or checkout link, and send that payment information to a user in a conversation. After the user pays, the service checks the connected bank feed and updates the request when it finds a matching transaction.

The payment flow is non-custodial. The QR code directs money to the merchant's bank account, while AgentPay reads transaction data to identify settlement. The platform does not hold the payment funds.

How it works

The agent first calls create_payment_request, which creates a payment request and returns identifiers and checkout information. The user scans the VietQR code or opens the checkout page and completes the bank transfer. The agent can then call check_payment for the current state or use await_settlement to poll until settlement or timeout.

await_settlement supports waits of up to 600 seconds. Once the payment is confirmed, an application can release an order, unlock content, or provide another paid service. list_recent_payments provides a view of the latest settled transactions for reconciliation.

The phuocdu/agentpay-vn MCP server is a thin client over the AgentPay API. Authentication uses an AGENTPAY_API_KEY value, with separate test and live key formats documented by the project. The API base URL can also be configured through AGENTPAY_BASE_URL.

Setup and configuration

Install the Python package with pip install agentpay-vn. The package includes the agentpay-mcp console command and can also be launched with python -m agentpay.mcp_server.

For Claude Desktop or Claude Code, add an MCP server entry that runs the console command or Python module and supplies the API key. The documented configuration also sets AGENTPAY_BASE_URL to the service's versioned API endpoint. Test keys use the sandbox, while live keys access real payment processing.

The project describes the deployment as early access and self-hosted. Live operation requires an AgentPay service, a SePay bank feed account, and the surrounding backend infrastructure. Self-hosting documentation lists Docker Swarm, MongoDB, and Nginx requirements.

Tools and capabilities

  • create_payment_request: Create a VietQR request for a specified amount.
  • check_payment: Retrieve the current status of a payment request.
  • await_settlement: Wait for a matching bank transfer or stop at the configured timeout.
  • list_recent_payments: List recent settled transactions.

The underlying API supports sandbox settlement simulation for testing. It also supports idempotency keys for avoiding duplicate payment requests, although those are API behavior rather than separate MCP tools.

Limitations and notes

The service is intended for payments in Vietnam using VietQR and a connected bank transaction feed. Settlement depends on the bank-feed integration finding a matching transfer; generating a QR code alone does not confirm payment. Applications should wait for a settled status before delivering goods or services.

The MCP server requires an API key. The documented free tier allows 50 settled payments per month and 120 requests per minute. The project is licensed under MIT and identifies its current status as early access / self-hosted.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Shieldz MCP logoShieldz MCP

    Keyless, non-custodial crypto payments. Create crypto payment links and tip jars with just a wallet address, no API key, no signup. Funds settle directly to the merchant’s wallet. Remote at https://shieldz.cash/mcp or npx @shieldz/mcp.

    πŸ’° Finance & Fintech2 views
    Compare vs Shieldz MCP β†’
  • Brazilian Central Bank (BCB) MCP logoBrazilian Central Bank (BCB) MCP
    Verified

    MCP server for the Brazilian Central Bank (Banco Central do Brasil): SGS time series (Selic, IPCA, exchange rates, GDP and 139 curated, source-verified indicators), the Focus market-expectations survey and PTAX official exchange rates. 15 tools, 3 resources and 3 prompts, with provenance metadata on every response. Runs locally via npx (stdio) or through the hosted endpoint at https://bcb.sidneybissoli.com/mcp β€” no API key or signup required.

    πŸ’° Finance & Fintech7 views
    Compare vs Brazilian Central Bank (BCB) MCP β†’
  • GetAlby MCP logoGetAlby MCP

    Connect any bitcoin lightning wallet to your agent to send and receive instant payments globally.

    πŸ’° Finance & Fintech4 views
    Compare vs GetAlby MCP β†’
  • Yieldagentx402 Sdks logoYieldagentx402 Sdks

    Custody-free, policy-gated, receipt-backed execution layer for AI agents. 16 MCP tools across 18 chains (Base, Ethereum, Bitcoin native, Starknet, NEAR, Solana, Stacks, BNB, Rootstock, Filecoin, Aptos, Sui, TON, Tron, XRPL, Stellar, Algorand). One NEAR MPC key authority signs on EVM and BTC, no private keys held anywhere. ShadeGuard policy enforcement, Intel TDX TEE attestation, HMAC-SHA256 receipts, Filecoin and BTFS anchored. x402 protocol settlement with 0.25 percent protocol fee. Public discovery with no signup needed: call yaxgetcapabilities without auth. Instant test key (5 USD cap, 7 day) via POST /api/apply. Install via npx agentx402-mcp-server.

    πŸ’° Finance & Fintech4 views
    Compare vs Yieldagentx402 Sdks β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Tools exposed
4
Callable tools this server registers over MCP.
Directory activity
3 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 Vn

Run `pip install agentpay-vn`. The package provides the `agentpay-mcp` command and the `python -m agentpay.mcp_server` entry point.

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 Vn AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/phuocdu-agentpay-vn?style=directory)](https://allmcps.com/mcp/phuocdu-agentpay-vn)
HTML Embed
<a href="https://allmcps.com/mcp/phuocdu-agentpay-vn"><img src="https://allmcps.com/api/badge/phuocdu-agentpay-vn?style=directory" alt="Agentpay Vn on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
6/9 checks healthy over the last 32d
Views3
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 commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 15, 2026
56Quality signal: Good Β· 56/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 & tools29/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 26d ago via OSV.dev Β· agentpay-vn (PyPI)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore 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 πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Agentpay Vn β†’Install in Claude DesktopInstall in CursorInstall in VS Code