Arcade AI Free

-

Arcade AI is a tool invocation and authorization execution platform for production-level multi-user Agents. It is officially positioned as MCP runtime and focuses on solving user authorization, reliable tool execution, audit governance and deployment control issues when Agents access external systems.

Arcade AI Product Interface

ArcadeAI

Core parameters and statistics

The core positioning of Arcade AI is not a general chat assistant, but an MCP runtime that connects production-level AI Agents with real business systems. The official homepage describes it as a runtime layer for security Agent authorization, reliable tools and governance; the official llms.txt further divides the capabilities into three main lines: Agent Authorization, Agent-Optimized Tools, and Agent Lifecycle Governance. It is suitable for handling scenarios where the agent calls SaaS, API or internal tools on behalf of a real user, but is not suitable for replacing model inference, vector databases or ordinary low-code automation platforms.

Projects Public Information
Official positioning The MCP Runtime for Production AI Agents
Core direction Agent tool invocation, user authorization, execution reliability, governance audit
Tool system Official information gives 7,000+ integrations; PyPI project description describes 7,500+ prebuilt tools across 81 MCP servers
Authorization mechanism Multi-user, runtime, action-based authorization, combining Agent permissions and user permissions
Compatible ecosystem LangChain, OpenAI Agents, CrewAI, Vercel AI, Google ADK, Mastra, etc.
MCP Clients Cursor, Claude Desktop, VS Code and other MCP clients
Deployment forms Cloud, self-managed, on-premises, air-gapped
Open source components ArcadeAI/arcade-mcp, Python, MIT License
Community data ArcadeAI/arcade-mcp currently 927 stars, 97 forks
Latest public package version arcade-mcp 1.15.0, 2026-06-12, Python >=3.10

Parameter meaning: These numbers indicate that Arcade’s value focus is on the “tool execution side” rather than the “model parameter side”. When the Agent needs to call Gmail, Slack, GitHub, Notion, enterprise internal API or other SaaS, the real difficulty is usually not to let the model generate a function call JSON, but to confirm whether the user has permissions, whether the token is isolated, whether the failure is retried, whether the audit is traceable, and whether the tool version is manageable. Arcade converges these issues into the runtime layer, eliminating the need for developers to duplicate authorization, credentials, retries, and observability in each Agent project.

User and market recognition

Arcade AI is aimed at developer platforms and enterprise Agent engineering teams. Public market signals mainly come from official product ecology, open source warehouses, package management platforms and financing disclosures, rather than C-end user numbers. The ArcadeAI/arcade-mcp repository on GitHub currently has 927 stars, 97 forks, the language is Python, and the license is MIT, indicating that it has attracted a certain amount of developer attention; the latest package version of arcade-mcp on PyPI is 1.15.0, and the project introduction is clearly "Arcade.dev - Tool Calling platform for Agents".

Business and Capital Signal: BusinessWire disclosed on 2026-06-15 that Arcade raised $60M, and the report title positioned it as the secure action layer behind the production AI agent. This signal is consistent with the product narrative on the official website: Arcade’s business focus is to allow Agents to safely perform real actions in the enterprise production environment, rather than providing an independent conversation entrance for individual users.

Ecological Signal: The official documents and homepage simultaneously display access paths to MCP clients such as LangChain, OpenAI Agents, CrewAI, Vercel AI, Google ADK, Mastra, and Cursor, Claude Desktop, VS Code, etc. For procurement or technology selection, this means that Arcade is more like an "Agent execution middle layer" that can be embedded into existing Agent frameworks without forcing teams to rewrite existing Agent applications.

Uncertain Boundaries: Arcade does not disclose full customer numbers, paying customer size, revenue, or SLA details. Public recognition is enough to support its entry into the production-level Agent platform candidate list, but enterprise implementation still requires individual verification of contract terms, support response, data residency, compliance certification, and privatized deployment capabilities.

Cost advantage

  • C-side/Individual: Usually a free version is provided to experience the core functions, and high-frequency use requires a paid package subscription.
  • API/Developer: Billed by call volume, suitable for development teams that can be flexibly integrated into their own systems.
  • Enterprise/Privatized: Contact the business owner for customized quotation and deployment plan. The specific price is subject to the official real-time pricing page.

Main functions

The function of Arcade AI revolves around "allowing the Agent to perform external actions safely and reliably". The core is not to provide more prompt word templates, but to solve the permissions, credentials, failures and governance issues after the tool is called.

  • Agent Authorization: Supports multi-user, action-based runtime authorization, intersects Agent permissions with real user permissions, and integrates with the OAuth/IDP process. It is suitable for operations that require user identity context such as Gmail, Slack, GitHub, CRM, work order systems, etc., and allows LLM to not directly contact user credentials.
  • Agent-Optimized Tools: Official sources highlight 7,000+ integrations, and the PyPI project description further describes 7,500+ prebuilt tools across 81 MCP servers. It is suitable for agent applications that need to map from natural language intent to precise API calls.
  • Reliable Execution: Official information mentions parallelized execution, automatic failover, and intelligent retries. For production systems, this is more important than the success of a single function call, because external APIs often encounter throttling, temporary failures, or field changes.
  • Lifecycle Governance: Supports shared discovery, version control OTel-compatible audit logs and visibility filtering. It is suitable for upgrading Agent tool capabilities from a single project asset to an organizational platform asset.
  • Deployment and Isolation: Supports cloud, self-managed, on-premises, air-gapped and other forms. For finance, healthcare, enterprise IT, and security-sensitive industries, deployment boundaries are often more critical than feature count.
  • Developer Access: Provides Python package CLI and framework integration path. Typical commands include uv tool install arcade-mcp, arcade new, arcade configure claude/cursor/vscode, arcade login, arcade deploy.

The common goal of these functions is to upgrade the Agent from "being able to generate call parameters" to "being able to perform actions under real permissions, real systems, and real audit links." During acceptance, you should focus on whether the authorization flow complies with the organizational identity system, whether tool failures are recoverable, and whether logs can enter the existing observability platform.

Model and version evolution

Arcade AI is not a base model product, so there is no version line like context windows or model weights. Its version evolution is mainly reflected in the official MCP tool framework Python client, documentation and platform capabilities.

Mainline release

  • arcade-mcp 1.15.0, 2026-06-12: The latest public version of PyPI, the package introduction is Arcade.dev Tool Calling platform for Agent, requires Python >=3.10, and the License is MIT.
  • Arcade Python Client v1.10.0, 2025-11-06: Official ArcadeAI/arcade-py GitHub Release, representing the public version node of the Python client side.
  • arcade-mcp 1.0.0, 2025-10-03: A stable 1.0.0 node for PyPI that can be used as a historical baseline for early production dependency evaluation.

Public project node

  • ArcadeAI/arcade-mcp, 2024-04-26: Official GitHub repository created, described as MCP Server Framework and Tool Development library for building custom capabilities into agents.
  • 2026-06-17 There are still warehouse updates nearby: GitHub warehouse updated_at is 2026-06-17, pushed_at is 2026-06-16, indicating that the public project is still under active maintenance.

Version Understanding: When production teams evaluate Arcade, they should look at the arcade-mcp version separately from the Arcade Python Client version, hosting platform capabilities, and enterprise contract capabilities. The open source package version can reflect the maturity of the development library, but enterprise functions such as SSO/SAML, tenant isolation, air-gapped deployment and support SLA still need to be subject to official contracts and console capabilities.

Technical advantages

The technical advantage of Arcade AI comes from "authorization, tools and management are contained in the same runtime" rather than the number of single-point API encapsulation.

Authorization mechanism: Arcade handles the authorization of each user and each action at runtime, and allows Agent permissions and user permissions to jointly constrain tool calls. The mechanical effect is to reduce the risk of over-authorization and service account abuse. It is suitable for scenarios such as multi-tenant SaaS, internal corporate Copilot, customer service Agent, and operation and maintenance Agent that need to perform actions on behalf of users.

Credential Isolation: Official information emphasizes managing the Token life cycle and isolating credentials from LLM. The effect is that LLM only sees tool calling capabilities and authorization results, without directly holding OAuth Tokens or long-term keys, which is suitable for organizations where the security team has clear requirements on whether the model touches sensitive credentials.

Execution Reliability: Agent-Optimized Tools support mapping of natural language intents to API calls, combined with parallel execution of failovers and retries. The mechanical benefit is to converge external system instability to tool runtime and reduce repeated writing of retry and exception handling logic at the application layer.

Governance and Observability: OTel-compatible audit logs, version control and visibility filtering allow tool capabilities to be integrated into the enterprise's existing monitoring, auditing and change management systems. For production agents, being able to explain "who authorized what agent called what, and what the result is" is often more important than the speed of a single call.

Deployment elasticity: Cloud, self-managed, on-premises, air-gapped covering the path from rapid piloting to high-compliance deployment. The cost is that teams need to more carefully design bounded boundaries, network access, key management and tool release processes.

How to use

The access method of Arcade AI is more focused on developers and platform teams. The typical path is to first confirm the target tool and authorization method in the Arcade platform or documentation, and then access Arcade's tool runtime in the Agent framework.

Entrance Suitable for the crowd Typical uses
Official website and console Product leaders, platform teams, enterprise administrators Understand solutions, open accounts, manage integration and enterprise capabilities
Official Documentation Developer Agent Engineer View auth providers, MCP servers, sample agents and reference documentation
PyPI arcade-mcp Python developer MCP server developer Create tools, configure clients, and deploy MCP tool capabilities
MCP client configuration Cursor, Claude Desktop, VS Code users Connect Arcade tools to local or desktop MCP client
Agent framework integration LangChain, OpenAI Agents, CrewAI and other teams Add authorization tool calling capabilities to existing Agent applications

Basic steps: Developers can install arcade-mcp, create a tool project through arcade new, use arcade configure claude/cursor/vscode to configure the MCP client, and then complete login and deployment through arcade login and arcade deploy. Tools that require OAuth should first clarify scopes, user authorization processes, and callback configurations to avoid directly exposing service accounts or long-term keys to the Agent.

Pilot Path: A safer approach is to start with a high-value, low-disruptive action, such as “read calendar and generate meeting summary” “create draft in ticket system” “sync CRM leads to Slack notifications”. When the authorization, auditing, failure retry, and manual confirmation processes are all stable, then expand to high-impact actions such as sending emails, modifying records, and closing work orders.

Product Pricing

The pricing model is subject to the official real-time page. Usually a freemium or subscription system is adopted. Basic functions can be used for free, while advanced functions or high-frequency use require paid subscriptions. It is recommended that users evaluate the optimal solution based on actual usage.

Application scenarios

Arcade AI is most suitable for business links where "Agent needs to perform actions across systems on behalf of real users", especially scenarios where permissions and auditing cannot be simplified.

  • Enterprise Copilot and Internal Assistant: Allow employees to query calendars, documents, work order CRM or internal systems through Agent, and perform follow-up actions according to their own permissions. The benefit is reduced system switching costs while preserving user-level authorization boundaries.
  • Sales and Customer Success Automation: Agent can read CRM, email, meeting minutes and work order systems to generate follow-up tasks or draft actions. A key acceptance point is to allow reading and writing of customer data only within the scope of authorized users.
  • Developer and IT Operations Agent: Coordinate issue location, notifications and task updates among GitHub, PagerDuty, Slack, Linear, and Jira systems. Value comes from tooling retries, audit logs, and action traceability.
  • Customer service and operation process: Agent generates responses, creates work orders or updates status based on the knowledge base, order system and customer service system. High-impact actions should retain manual confirmation or graded permissions.
  • High Compliance Industry Agent Platform: Finance, medical, enterprise security and large organizations can focus on on-premises, air-gapped, tenant isolation and audit logs to control data boundaries and audit links.

The common premise of these scenarios is that the organization already has a clear identity system and business system boundaries. If the business process has not been standardized, directly introducing the tool runtime will not automatically solve the problem of process confusion.

Applicable people

Arcade AI is more geared towards engineering and platform users, especially teams that are pushing Agent from demonstration to production.

  • Agent application developers: They need to add real tools to call OAuth authorization and execution management in frameworks such as LangChain, OpenAI Agents, CrewAI, etc., and do not want to build the credential and retry layer from scratch.
  • Platform Engineering and Security Team: Agent callable tools, permissions, audit logs and version changes need to be brought into unified management to avoid each business line maintaining opaque tool connections.
  • Enterprise Product Team: is building an internal Copilot, customer support agent, sales assistant, or IT automation agent, hoping to allow the agent to perform real business actions securely.
  • MCP Tool Developer: Want to build a custom MCP server or encapsulate existing APIs into Agent-usable tools, and interface with MCP clients such as Cursor, Claude Desktop, VS Code, etc.

Less suitable situations include: requiring only one-off scripts, single-user local automation, pure chatbots, content generation tools with no external system calls, or early-stage projects that are not yet ready to handle OAuth, permissions, auditing, and production failure recovery. The more Arcade's value relies on "multi-user, real-action, multi-tool, governance", the more it will be reflected.

Summary and Outlook

Arcade AI’s core competency lies in productizing the Agent’s “action layer”: it does not compete for access to the basic model, but takes on the authorization, tools, execution and governance runtime between the Agent and the real system. With the expansion of the MCP ecosystem, enterprises no longer only ask whether the Agent can call tools, but will pay more attention to "who is authorized, where are the credentials, how to handle failures, whether audits can be reviewed, and how to manage tool versions." Arcade is betting on this production problem.

The current limitations also need to be clarified: the public page does not provide the complete number of customers, detailed prices, enterprise contract terms, call quotas for each file, and all compliance certifications; active open source package versions do not mean that all enterprise capabilities of the hosting platform can immediately meet specific industry requirements. High-risk actions also require manual confirmation, permission classification, and rollback strategies. Runtime governance cannot be misunderstood as business risks automatically disappear.

Follow-up observations focus on three categories: first, whether the version rhythm of arcade-mcp and Python client can remain stable; second, whether the coverage of 7,000+ integrations and 81 MCP servers can be transformed into high-quality, low-failure rate production tools; third, whether the SSO/SAML, tenant isolation, air-gapped and auditing capabilities of the Enterprise layer can be continuously verified through real customer cases. When implementing, it is appropriate to first select 1 or 2 low-risk but high-frequency action links for pilot purposes, use authorization success rate, tool call success rate, manual takeover rate, audit traceability and fault recovery time as acceptance indicators, and then gradually expand to high-impact business actions.

Related tools: crewai, langchain

Version Info

  • arcade-mcp 1.15.0 :The latest version of arcade-mcp published by PyPI is positioned as Arcade.dev's Agent-oriented Tool Calling platform, supports Python 3.10 and above, and adopts the MIT License.
  • arcade-mcp 1.0.0 :The 1.0.0 stable version node of arcade-mcp on PyPI marks that the MCP server framework and tool development library have entered the stage of being dependent on versions.
  • Arcade Python Client v1.10.0 :The GitHub Release node of Arcade's official Python Client is used for Python developers to access Arcade platform capabilities.
  • arcade-mcp public repository :ArcadeAI/arcade-mcp official GitHub warehouse creation node, the warehouse description is MCP Server Framework and Tool Development library.

User Reviews

  • Loading reviews...