---
title: "Unified MCP Server"
url: "https://docs.unified.to/mcp/changelog"
description: "Unified.to documentation"
generated_at: "2026-06-12T19:00:06.197Z"
---
# Unified MCP Server

## [Changelog](#changelog)

### [May 26, 2026](#may-26-2026)

* Total tool count is now 32,666, including 6,904 "unified" tools.

### [January 25, 2026](#january-25-2026)

* Total tool count is now 22,566, including 5,324 "unified" tools.

### [December 23, 2025](#december-23-2025)

* Total tool count is now 22,319, including 4,798 "unified" tools.
* Introduced `defer_tools` parameter that uses Anthropic's new feature to lower tool token usage

### [December 17, 2025](#december-17-2025)

* Removed public authorization options

### [October 19, 2025](#october-19-2025)

* Added a new "workspace" mode that allows our customers to interact with their Unified data, including connections, webhooks, API calls, and issues/tickets.
* Total tool count is now 21,993, including 4,425 "unified" tools.

### [October 2, 2025](#october-2-2025)

* Total tool count is now 21,874, including 4,322 "unified" tools.

### [August 31, 2025](#august-31-2025)

* Added x.ai Grok

### [August 29, 2025](#august-29-2025)

* Total tool count is now 20,135, including 4,046 "unified" tools.
* Added support for Groq

### [August 26, 2025](#august-26-2025)

* Total tool count is now 19,872.
* Added a new `tools` parameter to specify exactly which tools to allow in the MCP server.
* Aliases no longer create seperate tools, but now generate extended tool descriptions. This will help with LLM tool matching. We removed the `default_aliases` parameter, as that is now the defaul behaviour.

### [August 24, 2025](#august-24-2025)

* Total tool count is now at 17,569; 3,963 "unified" tools across 317 integrations over 20 categories. 13,606 "non-unified" tools across 93 integrations.

### [August 22, 2025](#august-22-2025)

* New data-region in Europe. Change the MCP URL to <https://mcp-api-eu.unified.to>. Data accessed by the MCP will be transfered directly from the EU data-region of Unified.to.
* Added support to expand an integration's tool over all of its available API endpoints, and not just the unified API's endpoints, which expand the number of tools by an additional 12,979\. Use `&include_external_tools=true`.

### [August 7, 2025](#august-7-2025)

* Added support for all Unified.to API data-centers; US, EU, AU. The MCP will figure it out by itself.

### [July 18, 2025](#july-18-2025)

* Added `aliases` parameter to add additional descriptions to tools
* Added support for Cohere's `chat` API and its tools structure

### [July 10, 2025](#july-10-2025)

* Added `structuredContent` output when the MCP-Protocol-Version is `2025-06-18` or more recent
* Added `type` parameter to `GET /tools` to return tools in a specific LLM data-model
* Added `hide_sensitive` parameter to `POST /tools/{id}/call` and the MCP server URL to remove PII/sensitive data from results. eg. `hide_sensitive=true`
* Added `permissions` parameter to `GET /tools`, `POST /tools/{id}/call` and MCP server URL to restrict tools
* Added additional authentication mechanism `token` and `connection` to be ONLY used with LLM APIs

### [June 1, 2025](#june-1-2025)

* Initial deploy
