> ## Documentation Index
> Fetch the complete documentation index at: https://docs.platform.statista.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Updates

> Changelogs for the APIs and MCP Server

<Update label="01. July 2026">
  <b> REST API & MCP Server </b>

  The Consumer Insights REST endpoints and MCP now provide access to brand profiler data.
</Update>

<Update label="23. June 2026">
  <b> MCP Server </b>

  The following MCP endpoints, which where used for beta testing, are now removed:

  * /v1/mcp/beta/consumer-insights
  * /v1/mcp/beta/market-insights
  * /v1/mcp/beta/copilot-mi
  * /v1/mcp/beta/copilot-ci

  All the MCP tools are availabel at `/v1/mcp/`.
</Update>

<Update label="16. June 2026">
  <b> REST API </b>

  * Release of the Consumer Insights REST API, including search and data lookup endpoints. Please see the
    [documentation](https://docs.platform.statista.ai/api-reference/discovery-advanced/get-search-consumerinsights) for more details.
</Update>

<Update label="02. June 2026">
  <b> REST API </b>

  * Release of the Market Insights REST API, including search and data lookup endpoints. Please see the [documentation](https://docs.platform.statista.ai/api-reference/introduction) for more details.
</Update>

<Update label="07. May 2026">
  <b> MCP Server </b>

  * Release of the Market Insights MCP tools for both `/v1/mcp` and `/v1/mcp/copilot`, supporting searching and fetching market insights and forcasts. For more details visit the
    [documentation](https://docs.platform.statista.ai/mcp-server/introduction#available-tools).
</Update>

<Update label="24. April 2026">
  <b> MCP Server </b>

  * The Consumer Insights fetch tool description/prompt was too long for usage in some models. We made a new, more compact prompt, including guidelines to
    prevent false usage.
  * The Consumer Insights fetch tool input schema includes additional information to guide LLM towards better inputs.
</Update>

<Update label="22. April 2026">
  <b> MCP Server </b>

  * The Consumer Insights fetch tool now supports calculating crosstabs across different splits. If no participant answered both questions the
    data is filled in based on demographics.
</Update>

<Update label="15. April 2026">
  <b> MCP Server </b>

  * Prompts/descriptions updated for Statistics and Consumer Insights tools: Unnecessary whitespace and line breaks removed.
  * Tool parameter descriptions moved from the description to the input schema, to make them more compact.
</Update>

<Update label="07. April 2026">
  <b> MCP Server </b>

  * Support for searching in Consumer Insights surveys and fetching detailed cross-tabulated data for survey question and answer combinations.
  * Consumer Insights MCP tools are available on the `/v1/mcp` and the Copilot specific endpoint `/v1/mcp/copilot`.
</Update>

<Update label="October 2025">
  <b> REST API </b>

  * Chart images are now displayed in source language.
  * `total_count` field now shows correct number in `/search/statistics`.
  * Similarity score for search results appended to `/search/statistics` under `ranking_score`.
  * Update API timeout from 5s to 30s to allow longer-running operations and avoid breakage in client systems.
  * Multilingual search queries  for `/search/statistics`
  * Extended authorization to include both `x-api-key` as custom header and `Authorization: Bearer`.

  <b> MCP Server </b>

  * Support DeepResearch response format and tool names under `/beta/deepresearch`.
  * Coerce ID parameter to avoid runtime errors when LLMs pass in a numerical string.
  * Automate MCP Client compatibility tests across LLM providers: OpenAI, Anthropic/Claude, Gemini.
  * Condense output of `search-statistics` tool to reduce LLM token consumption by 35%
</Update>
