@asgpay/mcp-server
v1.0.6
Published
ASG Pay MCP Server — 18 AI agent tools for Claude, Codex, Cursor, and Gemini CLI. Create virtual cards, fund wallets, manage spending, onboard agents via Model Context Protocol.
Maintainers
Readme
What is @asgpay/mcp-server?
@asgpay/mcp-server is a Model Context Protocol server that gives AI agents the ability to create virtual Mastercard cards, fund wallets, and manage spending — via natural language.
Works with Claude Desktop, OpenAI Codex, Cursor, and Gemini CLI.
Part of the ASG Pay ecosystem.
Quick Setup
{
"mcpServers": {
"asgpay": {
"command": "npx",
"args": ["@asgpay/mcp-server"],
"env": { "ASG_API_KEY": "your-key" }
}
}
}Or auto-install:
npx @asgpay/cli install --client claude
npx @asgpay/cli install --client codex
npx @asgpay/cli install --client cursorAvailable Tools
| Tool | Description |
|------|-------------|
| card_create | Create a new virtual Mastercard |
| card_fund | Add funds to a card |
| card_freeze | Freeze a card |
| card_unfreeze | Unfreeze a card |
| cards_list | List all cards |
| card_details | Get card PAN, CVV, expiry |
| card_transactions | View transaction history |
| wallet_info | Check wallet balance |
| wallet_create | Create a new Stellar wallet |
| payment_send | Send payment on-chain |
| payment_status | Check payment status |
Example Prompts
"Create a $50 virtual card for my research agent"
"Show me all active cards and their balances"
"Freeze the card ending in 4242"
"Fund card_abc123 with $25 USDC"
ASG Pay Ecosystem
| Package | Purpose | |---------|---------| | @asgpay/pay | Multi-chain payment SDK (x402 + MPP) | | @asgpay/sdk | Virtual Mastercard management | | @asgpay/cli | Card creation & management CLI | | @asgpay/mcp-server | ← You are here. MCP tools. | | @asgpay/fund | One-link agent wallet funding | | @asgpay/agent-cash | Autonomous virtual credit cards | | @asgpay/create-app | Project scaffolding |
Links
- 🌐 asgcard.dev · 📦 @asgpay/pay · 𝕏 @ASGCardx402
