QVeris CLI: Your Universal API Gateway from the Terminal
Discover, inspect, and call 10,000+ APIs from your terminal — in natural language, in under 30 seconds.
Up and Running in 30 Seconds
Install
One command. No configuration needed.
Login
Interactive authentication. One and done.
Discover
Search across 10,000+ capabilities.
Three Commands. Any API. Under 30 Seconds.
🔍 Discover
Describe what you need in plain language. QVeris semantic-matches across 10,000+ tools.
📐 Inspect
Check parameters, success rate, provider notes, and cost before calling.
⚡ Call
Execute and get structured JSON results. Built for automation from day one.
CLI vs MCP Server: Which Should You Use?
Both connect your agent to QVeris. The right choice depends on your workflow.
| CLI | MCP Server | |
|---|---|---|
| Best for | Terminal, scripts, agent shell calls | IDE agents (Cursor, Claude Code) |
| Install | One-line npm install | IDE configuration |
| Token cost | ~50–100 tokens per command | Schema injection scales with tool count |
| Token savings | Up to 80% vs MCP | Baseline |
| Output | Human-friendly + --json | MCP protocol format |
| Interaction | REPL, pipes, scripts | IDE-embedded chat |
| Recommended for | Agent automation pipelines | Cursor / Claude Desktop |
CLI and MCP aren't mutually exclusive — use CLI for automation, MCP for IDE workflows. Both connect to the same QVeris network.
Everything You Need, Nothing You Don't
Natural Language Search
Describe what you need. QVeris semantic-matches across 10,000+ tools. No API names to memorize. No documentation hunting.
Code Generation
qveris codegen curl|python|javascript generates ready-to-use API call code for your project in seconds.
Agent-Optimized
--json output + stdin pipes + structured exit codes. Built for automation from day one — not bolted on as an afterthought.
Zero-Config Setup
One-line npm install. Interactive qveris login. From zero to productive in 30 seconds. No YAML, no config files, no environment variables.
Interactive REPL
qveris interactive opens an exploratory shell to discover and test APIs conversationally — like a playground for API exploration.
Built-in Diagnostics
qveris doctor checks Node.js version, API key validity, and network connectivity in one command. Debug in seconds, not hours.

Built for Every Workflow
🖥 Developer Daily Workflow
Verify API responses without leaving the terminal. Run codegen to paste production-ready code directly into your project.
🤖 Agent Automation Pipelines
Let your AI agent discover and call APIs through shell pipes — zero schema injection overhead.
📊 Batch Data Collection
Combine with shell pipes for batch operations across multiple inputs — one loop, unlimited symbols.
Command Reference
| Command | Description | Cost |
|---|---|---|
qveris discover <query> | Natural language API search | Free |
qveris inspect <id> | View tool details, params, examples | Free |
qveris call <id> | Execute a tool and get results | 1–100 credits |
qveris interactive | Start interactive REPL | — |
qveris login / logout | Authentication management | — |
qveris credits | Check remaining balance | — |
qveris doctor | Check Node.js, API key, connectivity | — |
qveris codegen | Generate curl/Python/JS snippets | — |
qveris usage | View usage audit history | — |
All commands support --json output · --api-key override · --timeout