CLI
CLI
@panora/cli is a TypeScript CLI that ships two binaries from one npm package:
panora
Human / scripting CLI with --json output mode
panora-mcp
Stdio MCP server for AI agents (Claude Code, Cursor, Codex, Gemini CLI)
Designed to be LLM-friendly: non-interactive, JSON-native, deterministic output, no TTY prompts mid-command.
Install
npm install -g @panora/cli
# Or run without installing
npx @panora/cli --help
npx -y -p @panora/cli panora-mcp # start the MCP serverFirst run
The CLI ships with a bundled shared API key — works on a fresh machine, no setup.
panora quote APT USDC 1 --json
panora prices APT USDC --json
panora tokens ls --json
panora whoamiBring your own key for a higher tier:
Command groups
panora swap
Execute a swap — signs and submits
panora quote
Get a swap quote (read-only)
panora dca
DCA orders — create / list / cancel
panora limit
Limit orders — create / list / cancel
panora prices
Live token prices
panora tokens
List / search / info
panora balances
Wallet balances
panora markets
Markets / terminal data
panora charts
Chart pair mappings
panora account
add / import / generate / ls / remove
panora config
Manage CLI config
panora apikey
Manage the Panora API key
panora whoami
Show the active wallet
panora sign
Sign an unsigned tx
Run panora <group> --help for sub-command detail.
Use as an MCP server
The same CLI install gives you panora-mcp. Wire it into Claude Code:
Full setup for every client → MCP Servers.
Pair with the agent skill
Now your agent knows when to use which command vs. which MCP tool.
Resources
Last updated