Changelog

Changelog - 3.21.0

Released on

New fields in Entities routes

  • Added isic4: International Standard Industrial Classification of All Economic Activities, Revision 4 (ISIC4) codes identifying the entity's primary economic activities.
    • Can be used with any operator (e.g. starts:Manufacturing)
  • Added registration_codes: List of registration codes for the entity.
    • Can be used to filter by value
  • Added industry_codes: Industry classification codes for the entity.
    • Can be used to filter by value or description
  • Added city: City where the entity is located.
    • Can be used with any operator (e.g. ilike:miami)
  • Added region: Region where the entity is located.
    • Can be used with any operator (e.g. eq:florida)

Routes impacted:

MCP Server

The TextReveal MCP server is now available. It gives AI assistants and coding agents direct access to every v3 API route as a callable tool, with built-in context for entities, universes, ESG/SDG indicators, and dashboard insights.

This is the first release of the MCP Server. Tools, descriptions and contexts are subject to change in future releases.

See the MCP Server guide for setup instructions for Claude Code, Claude Desktop, and ChatGPT.

Entity AI Summary - Translation

The Get Entity AI Summary and Get Entity AI Summary / Stream routes now accept a translate field to return the summary in a specific language. The cache is per language: requesting a summary in a different language will result in a different summary (still using the same data).

See the Language Support guide for the list of supported translation languages.

Universe ESG Documents - Translation

The Get Universe ESG Documents route now accepts a translate field to return the title and main_story fields in a specific language.

See the Language Support guide for the list of supported translation languages.

SDG Documents - Translation

The Get Universe SDG Documents and Get Entity SDG Documents routes now accept a translate field to return the title field in a specific language.

See the Language Support guide for the list of supported translation languages.