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.

Install Visa CLIMCP

Copy the exact install command for your agent.

Pick your agent, copy the command, run it in Terminal or PowerShell. One command installs, authenticates, and configures MCP — under two minutes.

Full integration docs

Terminal MCP

Claude Code

This command installs the CLI, runs setup, and writes the MCP config for the selected client.

curl -fsSL https://app.visacli.sh/cli | bash && visa-cli install claude

Manual config

{
  "mcpServers": {
    "visa-cli": {
      "command": "node",
      "args": ["<npm root -g>/@visa/cli/dist/mcp-server/index.js"]
    }
  }
}
One install covers all three surfaces — CLI (terminal), desktop app (Mac/Windows), and web (claude.ai/code).
After installing, restart Claude Code or type /mcp inside Claude Code and reconnect visa-cli.
/mcp is a Claude Code command — do not run it in Terminal or PowerShell.