
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@asgcard/mcp-server
Advanced tools
MCP Server for ASG Card — give AI agents autonomous virtual card management via x402
MCP (Model Context Protocol) server for ASG Card — gives AI agents the ability to create, fund, and manage virtual MasterCard cards.
# One-line setup (creates wallet, configures MCP, installs skill)
npx @asgcard/cli onboard -y --client codex
# Or manual setup for a specific client:
npx @asgcard/cli install --client codex # Codex
npx @asgcard/cli install --client claude # Claude Code
npx @asgcard/cli install --client cursor # Cursor
| Tool | Description |
|---|---|
get_wallet_status | Use FIRST — check wallet address, USDC balance, readiness |
create_card | Create virtual MasterCard (pays USDC via x402 on Stellar) |
fund_card | Top up an existing card |
list_cards | List all cards for this wallet |
get_card | Get card summary by ID |
get_card_details | Get sensitive info: PAN, CVV, expiry (rate-limited 5/hr) |
freeze_card | Temporarily freeze a card |
unfreeze_card | Re-enable a frozen card |
get_pricing | View pricing (card $10, top-up 3.5%) |
get_transactions | Card transaction history (real 4payments data) |
get_balance | Live card balance from 4payments |
get_wallet_status → get_pricing → create_card → list_cards → fund_card → manage
get_wallet_status to verify the wallet is fundedget_pricing to see card and top-up pricingcreate_card to issue a virtual card (USDC payment via x402)list_cards / get_card / get_card_details for managementfund_card to top up, freeze_card / unfreeze_card for controlIf you prefer manual setup, the MCP server reads your key from ~/.asgcard/wallet.json automatically — no env vars needed:
Codex (~/.codex/config.toml):
[mcp_servers.asgcard]
command = "npx"
args = ["-y", "@asgcard/mcp-server"]
Claude Code:
claude mcp add asgcard -- npx -y @asgcard/mcp-server
Cursor (~/.cursor/mcp.json):
{
"mcpServers": {
"asgcard": {
"command": "npx",
"args": ["-y", "@asgcard/mcp-server"]
}
}
}
| Variable | Required | Default | Description |
|---|---|---|---|
STELLAR_PRIVATE_KEY | — | Auto from ~/.asgcard/wallet.json | Override: explicit Stellar secret key |
ASGCARD_API_URL | — | https://api.asgcard.dev | API base URL |
STELLAR_RPC_URL | — | https://mainnet.sorobanrpc.com | Soroban RPC |
All tool errors return structured remediation:
ERROR: Insufficient USDC balance for card creation
Why: Balance $5.00 is below minimum card cost. Send more USDC.
Fix: Use get_wallet_status to check your balance. Send USDC on Stellar to your wallet address, then retry.
~/.asgcard/wallet.json — never sent to ASG Card APIFAQs
MCP Server for ASG Card — give AI agents autonomous virtual card management via x402
We found that @asgcard/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.