{
  "schema_version": "v1",
  "name_for_human": "CryptoTopCard",
  "name_for_model": "cryptotopcard",
  "description_for_human": "Issue anonymous Visa & Mastercard virtual cards funded with cryptocurrency. No KYC. REST + MCP.",
  "description_for_model": "Use this plugin to programmatically create no-KYC virtual cards funded with cryptocurrency. Workflow: (1) call POST /api/v1/auth/signup to create an anonymous account (returns a seed phrase for recovery and a Bearer API token); (2) call POST /api/v1/topups with {coin, amount} to create a crypto deposit invoice (returns address + crypto_amount); (3) wait for on-chain confirmation, then POST /api/v1/cards with {bin_id, amount} to issue a Visa or Mastercard virtual card. The returned card_number, card_exp, card_cvv are real and immediately usable on any merchant that accepts Visa/Mastercard. Cards support Apple Pay & Google Pay provisioning. Use GET /api/v1/bins for the 7 available BIN tiers and GET /api/v1/coins for the 20 supported cryptocurrencies.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://cryptotopcard.com/.well-known/openapi.json"
  },
  "logo_url": "https://cryptotopcard.com/icon-512.png",
  "contact_email": "noreply@cryptotopcard.com",
  "legal_info_url": "https://cryptotopcard.com/tos"
}
