[feature - 🚀] [Toolkits/Freshservice] New Freshservice MCPtools with complex objects handling
Platform and Engine
[feature - 🚀] Dashboard: Add redirect_uri to MCP Servers
[feature - 🚀] Dashboard: Add OAuth fields to MCP Servers
2025-10-17
We’ve updated our documentation to be more clear, consistent, and easier to navigate. This includes updated quickstarts, guides, and reference information. Let us know what you think!
This week we released arcade-mcp, the best way to build MCP Servers. arcade-mcp supersedes the Arcade TDK. Learn more about it here! Detailed reference information for arcade-mcp is available here.
This week MCP Gateways are now generally available! MCP Gateways allow you to federate the tools from multiple MCP Servers into a single collection for easier management, control, and access. Learn more about them here!
This week projects are now generally available! Projects are a new way to organize your MCP Servers, tools, and secrets for easier management, control, and access.
Toolkits
[feature - 🚀]arcade-mcp is now generally available! Learn more about it here!
[feature - 🚀] [Toolkits/AirTable] Added AirTable starter MCP Server
[feature - 🚀] [Toolkits/Miro] Added Miro Starter MCP Server
[feature - 🚀] [Toolkits/PagerDuty] Added PagerDuty Starter MCP Server
[feature - 🚀]arcade deploy for MCP Servers built with arcade-mcp
Platform and Engine
[feature - 🚀] Dashboard: Allow OAuth on MCP Servers
[feature - 🚀]MCP Gateways are now generally available! Learn more about them here!
[feature - 🚀]Projects are now generally available.
[maintenance - 🔧] Support remote MCP servers which require DCR (dynamic client registration).
Misc
[documentation - 📝] Updated documentation to be more clear, consistent, and easier to navigate. This includes updated quickstarts, guides, and reference information.
[documentation - 📝]llms.txt is now kept up to date and simplified. We’ve also added a new section to the docs for agentic development.
[bugfix - 🔧] Dashboard: Hide edit and delete button text in mobile
2025-10-03
Toolkits
[feature - 🚀] Box.com Starter MCP Server released (docs)
[feature - 🚀] Stripe Starter MCP Server released (docs)
Misc
[documentation - 📝] Add FAQ explaining personal vs projectAPI keys
2025-09-26
Toolkits
[feature - 🚀] Introduce Starter Tools, a new type of tool that mirrors the original HTTP API design of the upstream service.
[feature - 🚀] Release Slack started MCP Server which contains support for most of the Slack API.
[feature - 🚀] Include advanced error handling in the following MCP Servers: Google, Microsoft, Slack, and Asana. Learn more about handling tool errors here.
[maintenance - 🔧] Update Mastra example docs to better match the example repo (PR #444 )
2025-09-12
CLI and TDK
[feature - 🚀] Added support for multiple types of errors from tools, and updated client libraries to aid in disambiguating rate-limiting and other forms of upstream errors (Docs ). Added in v1.10.0 in aracde-js, v1.8.0 in aracde-py, and v0.1.0-alpha.6 in aracde-go.
[maintenance - 🔧]Update langchain version for Arcade integrations
Toolkits
[feature - 🚀] Google Calendar improvements to video call scheduling (Docs )
[feature - 🚀] [MCP Servers/Jira] Added WhoAmI tool to Jira, Google, Clickup, Slack, and Zendesk MCP Servers (Docs )
Platform and Engine
[bugfix - 🐛] Engine: Fix rate limiting algorithm
[feature - 🚀] Engine: Improve Tool Error Handling
Misc
[documentation - 📝] Add a FAQ for requesting over-scoped permissions for Google Drive and similar tools (docs PR #440 )
2025-09-05
Toolkits
[feature - 🚀] Imgflip MCP Server: tools for memes (docs PR #424 )
[documentation - 📝] Added missing parameter to the usage example templates (PR #537 )
2025-08-22
This week we released a new pricing model for Arcade which will be better for
hobbyists and enterprises alike. Learn more here:
https://blog.arcade.dev/pricing-updates
This week we enforced a new requirement for all OAuth providers: they must
have a unique callback URL. This is a minor security change, but does require
you to update your OAuth configuration. This can be updated from the
dashboard.
[feature - 🚀] Google Sheets MCP Server: Add pagination to GetSpreadsheet
[bugfix - 🐛] Jira MCP Server: Return UI URL for items again
[feature - 🚀] Salesforce MCP Server: Configure subdomain & max concurrency through secrets
[feature - 🚀] Confluence MCP Server supports Atlassian multi-cloud
CLI and TDK
[bugfix - 🐛] Fixes for the CLI docs generator (PR #524 )
[feature - 🚀] CLI: Rename auto-docs command to ‘docs’ and other improvements (PR #518 )
2025-07-25
Most Arcade MCP Servers have been removed from the
github.com/ArcadeAI/arcade-ai repository, and transitioned to closed-source.
Toolkit source code remains available upon request for our paying customers.
This enables us to iterate more quickly and provide a better experience for
our customers. The previously open-sourced MCP Servers are still available in the
public repository’s git history.
Toolkits
[feature - 🚀] Support for multiple Atlassian Clouds in the Jira Toolkit (PR #506 )
[documentation - 📝] Add code samples & screenshots to user verification doc (PR #363 )
2025-07-18
Version 2.0.0 of the Arcade Engine was released this week. Upgrading to version 2.0.0 is recommended for all self-hosted developers, and includes an important security fix for secure OAuth flows. After upgrading, all projects will default to using the Arcade user verifier. If desired, you can then implement a custom user verifier in your application/agent and make the switch via the Arcade Dashboard.
Self-hosed Arcade developers cannot be grandfathered into the old (insecure) behavior of skipping user verification once the Engine is upgraded to version 2.0.0 or higher.
[documentation - 📝] replaced creating MCP Server video with full tutorial (PR #349 )
[documentation - 📝] Add secure/brand auth in production doc (PR #341 )
2025-07-11
Frameworks
Toolkits
[feature - 🚀] Split previously combined Google, Microsoft, and other Toolkits into separate MCP Servers to aid in retrieval and maintenance (PR #438 )
[feature - 🚀] Slack Toolkit: Major refactor and improvements (PR #453 )
CLI and TDK
[feature - 🚀]--debug flag added for CLI commands (PR #454 )
Platform and Engine
[bugfix - 🐛] Fix token refresh bug
Misc
[documentation - 📝] Document the OAuth scopes required by the Slack MCP Server (PR #344 )
2025-07-04
Toolkits
[bugfix - 🐛] patching MCP Server template generator for outside the main repo (PR #460 )
[bugfix - 🐛] Filter out unneeded files/directories before deploying workers (PR #464 )
Platform and Engine
[feature - 🚀] Concurrent auth requests for the same user and same scopes use the same authentication flow and URLs. This means that your users only have to authenticate once if the agent chooses to use multiple tools at once with teh same scopes.
[bugfix - 🐛] Fix secret deletion
Cloud
[bugfix - 🐛] Update cross-origin-opener-policy header to allow Google Drive File Picker popup
Platform and Engine
[feature - 🚀] Dashboard: Allow editing the description of a secret
[feature - 🚀] Dashboard: Preserve tools when resetting parameters
2025-06-28
Toolkits
[bugfix - 🐛] Jira MCP Server: deduplicate cloud data in Atlassian’s available-resources response (PR #456 )
2025-06-20
Frameworks
[feature - 🚀] Support for OpenAI Agent SDK in Typescript (docs and example )