@mentio_website/cli
v0.1.0
Published
Mentio CLI — see how AI answer engines cite your brand, from the terminal.
Maintainers
Readme
@mentio/cli
Mentio from your terminal — see how AI answer engines (ChatGPT, Claude, Perplexity, Google AI) mention and cite your brand.
Install
npm install -g @mentio/cli
# or run without installing:
npx @mentio/cli --helpRequires Node ≥ 18.
Login
You need a Mentio API key (gtk_…).
mentio login # prompts for API base URL + API keyCredentials are stored in ~/.mentio/config.json (chmod 600). You can also pass --key per command or set MENTIO_API_KEY.
Commands
mentio projects # list your projects
mentio add example.com --desc "What your brand does" --competitors a.com,b.com
mentio visibility <id> # visibility, citation rate, share of voice
mentio gaps <id> # prompts where you're absent + who's cited instead
mentio sources <id> # domains the engines cite for your topics
mentio timeseries <id> # visibility over time
mentio recommend <id> --lang en # actions + ready-to-use optimization prompts
mentio probe <id> # trigger a new analysis run
mentio audit <id> # on-page SEO audit + PageSpeed (free)
mentio queries <id> # real Google Search Console queries (GSC connected)
mentio account # plan + credit balanceAdd --json to any command for scriptable output:
mentio visibility 2 --json | jq '.overall.visibility_rate'Flags
--json— raw JSON output--base <url>— override API base URL (self-host)--key <apiKey>— override API key (orMENTIO_API_KEY)-h, --help·-v, --version
MIT · https://usementio.eu
