$ timeahead.in
/ servers/npm/@asgcard/mcp-server
npm

@asgcard/mcp-server

MCP Server for ASG Card — give AI agents autonomous virtual card management via x402

15 stars31/wkupdated 61d agogithub ↗
48poor
▣ Overview

What it does

This MCP server enables AI agents to create and manage virtual MasterCard cards programmatically. It exposes 11 tools for card issuance, funding, freezing, and transaction tracking. ASG Card supports two payment rails: Stellar x402 (USDC transfers) for fully autonomous agent operation with immediate card issuance, and Stripe for human-approved payments with a web approval flow. All cards connect to real 4payments infrastructure for live balance and transaction history queries.

Who it's for

AI agents and developers building autonomous workflows that require card-based spending authority. Ideal for multi-agent systems where each agent needs an isolated budget and spending history, or autonomous services that issue cards to users at scale.

Common use cases

  • Give an AI agent a $10 virtual card to spend autonomously on third-party APIs or services, funded via USDC on Stellar
  • Spawn multiple agent instances, each with its own card and isolated budget, then query transaction history per card
  • Top up a card's balance on demand as an agent approaches its budget, without human approval required
  • Audit agent spending by fetching transaction lists and real-time balances from 4payments data

Setup pitfalls

  • Four secrets were found in the repository — secure Stellar private keys and Stripe credentials via environment variables; never commit them
  • Stellar x402 path requires a pre-funded USDC wallet on the Stellar network; agents cannot create cards if the wallet lacks balance
  • Stripe path requires a human to approve payments via a web form at stripe.asgcard.dev/approve before card issuance; agents cannot operate fully autonomously
  • Repository was last updated 48 days ago with no passing CI — test locally before deployment and watch for stale dependencies or upstream API changes
4 credentials detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
20
7.0
Freshness
25%
85
21.3
Adoption
20%
30
6.0
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
48.3
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high· 18 tools · auth: API key
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
Tool nameDescriptionDestructive?
get_wallet_status✓ no
create_card✓ no
fund_card✓ no
list_cards✓ no
get_card✓ no
+13 more tools
get_card_details✓ no
freeze_card✓ no
unfreeze_card✓ no
get_pricing✓ no
get_transactions✓ no
get_balance✓ no
telegram_link✓ no
telegram_status✓ no
telegram_revoke✓ no
get_onboard_status✓ no
connect_telegram✓ no
get_fund_link✓ no
get_wallet_balance✓ no
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "asgcardmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@asgcard/mcp-server"
      ]
    }
  }
}
📈 Score historylast 32 snapshots
4/30/20266/10/2026 · 32 snapshots
⚙ Maintenance health
24/ 100 · is this project alive?
contributors (1y)2
top contributor share91%
releases (1y)0
ci⚠ failing
⛁ Raw data
weekly downloads31
github stars15
forks4
open issues11
license✓ present
readme length9449 chars
last publish29d ago
last commit61d ago
last updated5d ago
install verified✓ pass · 26d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points