Package Exports
- @asgpay/mcp-server
- @asgpay/mcp-server/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@asgpay/mcp-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@asgpay/mcp-server
11 AI Agent Tools for Claude, Codex, Cursor & Gemini CLI
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
Part of ASG Pay — the banking layer for autonomous AI agents.