DOCUMENTATION
Three doors to the same system.
Command line, HTTP API, and MCP. The same platform, the same credit balance, and the cost table for each operation published right below, before you create an account.
HOW TO ACCESS
Choose the entry point that fits your team.
Operators prefer the terminal. Integrators prefer HTTP. Those who work inside an assistant prefer MCP, because the platform then becomes a tool of the assistant itself. All three reach the same place and use the same balance.
From installation to the first measurement in four lines.
There are 41 commands, from brand registration to visibility history, from page Collection to memory. Install with npm, authenticate once and keep the key on your machine.
- Automatic discovery of industry, competitors and questions when creating the brand.
- Table output for reading or JSON for piping into another script.
- Follows the analysis until it finishes, or returns immediately with a flag.
$npm i -g @rovemark/cli$rovemark login <sua-chave>✓ connected · plan Pro · 47.500 credits$rovemark new souenergy.com.br✓ SouEnergy created · energia solar18 questions · competitors: 4$rovemark analyze mrc_8f21✓ analysis running · 540 credits
PRICE PER OPERATION
What each thing costs, in credits.
This table is the same one the server uses for billing. There is no hidden per-seat price or module fee: an operation uses the credits listed here, and there is one balance for the entire platform.
| One question on Perplexity | 20 |
| One question on ChatGPT | 30 |
| One question on Gemini | 100 |
| One question on Claude | 130 |
| Audit a page | 15 |
| Verdict on a response | 15 |
| One round with the coworker | 15 |
| Generate a complete article | 130 |
| Extract a page | 3 |
| One web search | 3 |
| Page requiring a browser | 8 |
| Structure into fields | 8 |
| Interact with the page | 6 |
| Read a network profile | 3 |
| Discover profiles on networks | 8 |
| Extract a slice of the world | 16 |
| One question in the simulation | 3 |
| One person in the simulation | 3 |
| Propose a persona panel | 13 |
| Light memory query | 4 |
| Medium memory query | 8 |
| Deep memory query | 15 |
| Ingest a document | 8 |
| Discover links between facts | 4 |
| Group a batch of messages | 15 |
Measuring a question costs what that engine's search costs, which is why Claude costs 6.5 times more than Perplexity. You choose which engines to measure in, and the free plan already measures in one of them.
ON YOUR INFRASTRUCTURE
If you prefer, none of this has to go through us.
The engines behind the platform are public and run independently. Anyone with country-level data requirements, internal audit needs or simply no desire to depend on any vendor can deploy the repositories on their own server.
Explore on GitHubEach engine is a public, auditable repository, with an open license and no hidden calls to our server.
Provider credentials and the database stay in your environment. What the operation learns does not leave it.
Runs the same as the hosted version. If you ever want the hosted version, the migration is data, not a rewrite.

No module works alone.
Each one solves a front, and all write to the same memory. See the others and how they fit with this one.