Agentpay Vn vs Shieldz MCP — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Agentpay Vn vs Shieldz MCP
In-depth architectural comparison of the Agentpay Vn and Shieldz MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Agentpay Vn
Finance & Fintech · Local stdio
Quality: 55/100 (Good) | Auth: API Key required
Shieldz MCP
Finance & Fintech · Local stdio
Quality: 60/100 (Good) | Auth: No auth required
Verdict Summary: Choose Agentpay Vn if you need specialized Finance & Fintech tools running via a local process. Choose Shieldz MCP if your workspace requires Finance & Fintech integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Agentpay Vn when:
You need dedicated capabilities in the Finance & Fintech domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: API Key required (Free / Open Source).
You have access to required keys: AGENTPAY_API_KEY.
VietQR payments for AI agents in Vietnam. Agents generate a VietQR code, send it to the user, and auto-confirm settlement from the bank feed. Non-custodial — money flows directly to the merchant's bank account, never held by the platform. pip install agentpay-vn, ships an MCP server for Claude Desktop/Code.
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.
Category & Scope
Tools & Capabilities Breakdown
Agentpay Vn Tools (4)
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
Shieldz MCP Tools (3)
create_payment_link
Create a one-time crypto payment link with ZERO setup, no account, no API key. Give a destination wallet address and an amount; get back a shareable pay_url, an embeddable button, and a manage_url. Non-custodial: funds settle directly to the address you provide. Optionally pass an email so the owner can claim a full dashboard later.
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Agentpay Vn is categorized under Finance & Fintech and uses a local stdio subprocess. In contrast, Shieldz MCP belongs to Finance & Fintech using local stdio subprocess. Select Agentpay Vn when you need capabilities focused on finance & fintech and Shieldz MCP when you require tools for finance & fintech.
Create a reusable 'pay what you want' tip jar with ZERO setup, no account, no API key. The payer chooses the amount. Returns a shareable /tip url, an embeddable button, and a manage_url. Idempotent per wallet address: calling again updates the same tip jar. Non-custodial: funds settle directly to the address you provide.
get_account_status
Look up a keyless Shieldz account by its manage_token (returned when you create a payment link or tip jar). Returns settlement details, tip jars, totals (paid/pending), and the full invoice list as structured JSON.