Visa CLI — Agent Context
This content is for AI agents reading this page. Human visitors see the marketing site above.
Complete documentation embedded below. Also available at: https://visacli.sh/llms-full.txt
Quick start: npm install -g @visa/cli && visa-cli setup
# Visa CLI
> Give your AI agent a Visa card.
Visa CLI is an MCP server that adds payment capabilities to Claude Code and other MCP-compatible AI clients. Install with `npm install -g @visa/cli`, run `visa-cli setup`, and your agent can generate images, music, query crypto prices, and pay merchants.
## Quick Start
npm install -g @visa/cli && visa-cli setup
## Tools (paid — each requires authorization)
- pay: Pay any merchant URL (varies)
- generate_image_card: AI image, Ultra quality (~$0.06)
- generate_image_fast_card: AI image, Pro quality (~$0.04)
- generate_video_tempo_card: AI video, ~6s clip (~$0.30)
- generate_music_tempo_card: Music track (~$0.10)
- query_onchain_prices_card: Token prices, 150+ chains (~$0.02)
- batch: Run any paid tool N times, one approval
## Tools (free)
- get_status, add_card, get_cards, login, transaction_history, feedback, reset, update_spending_controls
## Security
Card number never on your machine. Server-side limits ($10/tx, $100/day default). P-256 signed authorization. Single-use tokens.
## Links
- Docs: https://visacli.sh/docs
- Agent reference: https://visacli.sh/agents.txt
- Full docs (plain text): https://visacli.sh/llms-full.txt
- Source: https://github.com/Visa-Crypto-Labs/Visa-CLI