Skip to main content
rocketblue MCP exposes 23 tools. Each tool calls the same backend as the REST API. Parameters use camelCase in MCP; REST paths use the standard URL structure documented in the API reference. Some REST convenience routes (for example .../last/sources or .../last/content-suggestions) do not have a dedicated MCP tool — use the run-scoped tools after resolving the latest run with list_brand_runs.

Context and discovery

Created content

Brands, runs, and results

Web search queries

Perception

Topics and prompts (write)

Tool details

get_brand_context

Required: brandId Returns:
  • Language and target market
  • Prompt quota (remainingSlots, limits)
  • Topic and prompt counts
  • Report schedule and nextEstimatedScheduledFetchAt
Call this before creating or deleting prompts so the agent respects plan limits.

get_run_results / get_brand_last_results

Required: runId or brandId Optional: includeAnswer (boolean, default false), page, limit (max 500) Set includeAnswer: true only when you need raw LLM response text — responses can be large.

get_run_web_search_queries / get_brand_web_search_queries

Required: runId or brandId Optional: promptId, llmNames (array of LLM names such as chatgpt, perplexity) Use these to mine the exact queries models ran while answering your prompts — useful for content briefs and AEO keyword lists.

add_perception_prompts

Required: brandId, prompts (array) Each prompt object: Requires custom perception prompts to be enabled on the brand’s plan.

batch_create_topics_and_prompts

Required: brandId, topics (array) Each topic may include an existing id or a new name, plus a prompts array. Every prompt must belong to a topic. Prompt limits are enforced. Write tools return nextScheduledRunAt and a scheduling note — new prompts run on the next scheduled report, not immediately.

Discovering tools programmatically

MCP clients can call tools/list (JSON-RPC) to retrieve the live tool catalog with JSON Schema input definitions. A GET request to the MCP endpoint returns server metadata: