For AI agents: a documentation index is available at /llms.txt. Markdown versions of all documentation pages are available by appending .md to the URL path.
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: bash <(curl -fsSL https://visacli.sh/install.sh)
# 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 `bash <(curl -fsSL https://visacli.sh/install.sh)` (macOS/Linux) or `npm install -g @visa/cli && visa-cli setup`, and your agent can generate images and video, run LLMs, query catalog tools, and manage spending.
## Quick Start
bash <(curl -fsSL https://visacli.sh/install.sh)
## Tools (paid — each requires authorization)
- generate_image: AI image with curated tiers (~$0.01-$0.08)
- generate_video: AI video with curated tiers (~$0.10-$0.20)
- run_llm: Curated LLM tiers (token-priced)
- discover_tools: Search the live catalog (free)
- execute_tool: Run a discovered catalog tool (tool price)
- 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