# Arcade > Arcade is the only runtime for MCP As the MCP runtime, Arcade is the only one able to deliver secure agent authorization, high-accuracy tools, and centralized governance. Deploy multi-user AI agents that take actions across any system with granular permissions and complete visibility. No complex infrastructure required. Ship faster and scale with control. Arcade delivers three core capabilities: Deploy agents even your security team will love with authorization-first architecture. Unlock highest accuracy actions across all MCP tools with agent-optimized integrations and the Arcade TDK. Maintain centralized control over production MCP without slowing down AI development. Access 1000s of pre-built MCP servers or bring your own, with unified governance across all tools. ## Getting Started - [page](https://docs.arcade.dev/en/home.md): The Arcade Docs page serves as a comprehensive resource for users, providing all the necessary information about Arcade. It aims to help users understand and utilize the features and functionalities of Arcade effectively. ## Agentic Development - [Agentic Development](https://docs.arcade.dev/en/home/agentic-development.md): The "Agentic Development" documentation page guides users on how to enhance their coding experience by integrating AI IDEs with Arcade.dev's documentation through the LLMs.txt file format and the Context7 MCP server. It provides instructions for setting up these tools ## Api Keys - [Getting Your API Key](https://docs.arcade.dev/en/home/api-keys.md): This documentation page guides users through the process of obtaining and managing their Arcade API key, detailing steps for both the dashboard and CLI methods. It emphasizes the importance of securely storing the API key, as it grants access to sensitive functionalities. Additionally, it provides ## API Reference - [Arcade API Reference](https://docs.arcade.dev/en/references/api.md): The Arcade API Reference documentation provides users with essential information on how to utilize the Arcade API, including the base URL for API requests and links to the Terms of Service and OpenAPI specification. It serves as a guide for developers to effectively interact with the API - [Arcade MCP (MCP Server SDK) - Python Overview](https://docs.arcade.dev/en/references/mcp/python/overview.md): This documentation page provides an overview of the Arcade MCP (MCP Server SDK) for Python, detailing its purpose as a secure framework for programmatically building MCP servers with a minimal API. Users will learn about the basic usage, class references, and methods - [Errors](https://docs.arcade.dev/en/references/mcp/python/errors.md): This documentation page provides an overview of domain-specific error types used in the MCP server and its components, detailing the exception hierarchy for improved error handling and debugging. Users will learn about various exceptions, such as `MCPError`, `ServerError`, and - [Middleware](https://docs.arcade.dev/en/references/mcp/python/middleware.md): This documentation page provides an overview of the Middleware component in the Arcade MCP Server SDK for Python, detailing how to intercept and modify MCP requests and responses through a series of handler methods. It outlines the base classes, including `Middleware` and `MiddlewareContext - [Server](https://docs.arcade.dev/en/references/mcp/python/server.md): This documentation page provides a reference for the `MCPServer` class in the Arcade MCP Python library, detailing its purpose as a low-level server for hosting Arcade tools over MCP. Users can learn about its features, including middleware support, context injection, - [Settings](https://docs.arcade.dev/en/references/mcp/python/settings.md): This documentation page provides guidance on configuring global and environment-driven settings for the Arcade MCP Server. It details the main settings container, MCPSettings, along with various sub-settings for server, middleware, notifications, transport, and arcade-specific configurations. Users will learn - [Telemetry](https://docs.arcade.dev/en/references/mcp/telemetry.md): This documentation page explains the telemetry data collected by the `arcade-mcp` framework, detailing what information is tracked, why it is collected, and how users can opt-out of sharing their data. It emphasizes that participation in telemetry is optional and outlines - [Transport Modes](https://docs.arcade.dev/en/references/mcp/python/transports.md): This documentation page provides an overview of the different transport modes available for MCP servers, specifically focusing on stdio and HTTP transports. It helps users understand the characteristics, usage, and configuration of each transport mode, enabling them to choose the appropriate one based on - [Types](https://docs.arcade.dev/en/references/mcp/python/types.md): This documentation page provides an overview of core Pydantic models and enums used in the MCP protocol, specifically detailing the `CallToolResult` and `SessionMessage` types. It helps users understand how to construct JSON-RPC requests and responses, as ## Arcade Cli - [The Arcade CLI](https://docs.arcade.dev/en/home/arcade-cli.md): The Arcade CLI documentation provides users with instructions on how to install and utilize the Arcade command-line tool for managing Arcade deployments and MCP servers. It includes detailed commands for various functionalities such as logging in, deploying, and configuring servers. Users can also access help ## Auth - [Authorized Tool Calling](https://docs.arcade.dev/en/home/auth/auth-tool-calling.md): The "Authorized Tool Calling" documentation page provides a comprehensive guide for developers on how to implement authorization for tools that require user consent, enabling AI agents to securely access external services like Gmail and Zoom. It covers the steps for initializing the Arcade client, author - [Checking Tool Authorization Status](https://docs.arcade.dev/en/home/auth/tool-auth-status.md): This documentation page provides a comprehensive guide on how to check the authorization status of tools before execution, helping users understand permission requirements and tool availability. It includes instructions for initializing the client in Python or JavaScript, checking the status for all tools or specific tools - [Direct Third-Party API Call](https://docs.arcade.dev/en/home/auth/call-third-party-apis-directly.md): This documentation page provides a comprehensive guide on how to obtain an authorization token using Arcade to directly call third-party APIs, such as Google's Gmail API. Users will learn to manage user authentication flows, handle authorization requests, and utilize the obtained tokens to interact with - [How Arcade helps with Agent Authorization](https://docs.arcade.dev/en/home/auth/how-arcade-helps.md): This documentation page explains how Arcade facilitates agent authorization, enabling AI applications to securely access and act on user-specific data from external services like Gmail and Google Calendar. It details the challenges of authentication and outlines how Arcade's authorization system, which supports OAuth 2 - [How Arcade helps with Agent Authorization](https://docs.arcade.dev/en/home/auth/how-arcade-helps.md): This documentation page explains how Arcade facilitates agent authorization for AI applications, enabling them to securely access and act on behalf of users with external services like Gmail and Google Calendar. It outlines the challenges of authentication and the OAuth 2.0 framework, detailing how - [Secure and Brand the Auth Flow in Production](https://docs.arcade.dev/en/home/auth/secure-auth-production.md): This documentation page guides users on how to secure and customize authentication flows in production using Arcade.dev. It explains the use of the default Arcade user verifier for development and the implementation of a custom user verifier for production environments, ensuring user safety and a tailored user ## Auth Providers - [Airtable](https://docs.arcade.dev/en/home/auth-providers/airtable.md): This documentation page provides guidance on configuring Airtable as an authentication provider using OAuth 2.0 for tools and agents within the Arcade platform. It outlines the steps to create an Airtable app, obtain necessary credentials, and integrate Airtable's API into - [Asana](https://docs.arcade.dev/en/home/auth-providers/asana.md): This documentation page provides guidance on using the Asana authentication provider within the Arcade platform, enabling users to call Asana APIs on behalf of their applications. It outlines how to quickly get started with pre-built tools, configure Asana app credentials, and set - [Atlassian](https://docs.arcade.dev/en/home/auth-providers/atlassian.md): This documentation page provides guidance on configuring a custom Atlassian Auth Provider for use with Arcade, enabling users to authenticate and call the Atlassian API on behalf of their applications or custom tools. It outlines the steps to create an Atlassian app - [Auth Providers](https://docs.arcade.dev/en/home/auth-providers.md): The "Auth Providers" documentation page provides a comprehensive registry of authentication providers available within the Arcade ecosystem, enabling users to securely grant Arcade tools access to their data. It outlines the benefits of using Arcade's built-in auth providers versus configuring custom ones, including - [Calendly](https://docs.arcade.dev/en/home/auth-providers/calendly.md): This documentation page provides guidance on integrating the Calendly API using OAuth 2.0 authentication within the Arcade platform. It outlines the steps for creating a Calendly developer account, registering an OAuth application, and configuring the necessary credentials for both pre-built tools - [ClickUp](https://docs.arcade.dev/en/home/auth-providers/clickup.md): This documentation page provides guidance on configuring and using the ClickUp authentication provider within the Arcade platform, enabling users to call the ClickUp API on behalf of their users. It outlines the steps for creating a ClickUp app, setting up OAuth credentials, and - [Discord](https://docs.arcade.dev/en/home/auth-providers/discord.md): This documentation page provides guidance on configuring a custom Discord authentication provider within the Arcade platform, enabling users to integrate Discord API calls into their applications and tools. It outlines the steps for creating a Discord app, setting up OAuth 2.0 credentials, and - [Dropbox](https://docs.arcade.dev/en/home/auth-providers/dropbox.md): This documentation page provides guidance on configuring a custom Dropbox Auth Provider within the Arcade platform, enabling users to authenticate and interact with the Dropbox API on behalf of their applications. It outlines the steps for creating a Dropbox app, setting up OAuth 2.0 - [Figma](https://docs.arcade.dev/en/home/auth-providers/figma.md): This documentation page provides guidance on configuring Figma authentication using OAuth 2.0 for tools and agents within the Arcade platform. It outlines the steps to create a Figma app, set up necessary credentials, and integrate the Figma API into applications or - [GitHub](https://docs.arcade.dev/en/home/auth-providers/github.md): This documentation page provides guidance on using the GitHub authentication provider within the Arcade platform, emphasizing the configuration and integration of GitHub Apps for secure API interactions. It outlines the advantages of GitHub Apps over OAuth Apps, including fine-grained permissions and centralized - [Google](https://docs.arcade.dev/en/home/auth-providers/google.md): This documentation page provides guidance on configuring and using the Google authentication provider with Arcade, enabling users to call Google/Google Workspace APIs on behalf of users. It details the steps for creating a Google app, setting up OAuth credentials, and integrating Google auth into - [Hubspot](https://docs.arcade.dev/en/home/auth-providers/hubspot.md): This documentation page provides guidance on using and configuring the Hubspot authentication provider within the Arcade platform, enabling users to call Hubspot APIs seamlessly. It outlines the steps for utilizing Arcade's default Hubspot auth provider, as well as instructions for setting up custom - [Linear](https://docs.arcade.dev/en/home/auth-providers/linear.md): This documentation page provides guidance on configuring and using the Linear authentication provider within the Arcade platform, enabling users to call Linear APIs on behalf of users. It outlines the steps for creating a Linear app, setting up OAuth2 credentials, and integrating the Linear auth - [LinkedIn](https://docs.arcade.dev/en/home/auth-providers/linkedin.md): This documentation page provides guidance on configuring and using the LinkedIn authentication provider with Arcade, enabling users to call LinkedIn APIs through their applications or custom tools. It outlines the steps to create a LinkedIn app, set up app credentials, and implement Linked - [Mailchimp](https://docs.arcade.dev/en/home/auth-providers/mailchimp.md): This documentation page provides guidance on configuring the Mailchimp authentication provider for use with Arcade, enabling users to access Mailchimp Marketing APIs through OAuth 2.0. It outlines the steps for creating a Mailchimp app, registering it, and integrating it with - [Microsoft](https://docs.arcade.dev/en/home/auth-providers/microsoft.md): This documentation page provides guidance on configuring a custom Microsoft Auth Provider for use with Arcade, enabling users to authenticate and call the Microsoft Graph API. It outlines the necessary steps to create a Microsoft app, set permissions, and integrate it with Arcade, ensuring that - [Miro](https://docs.arcade.dev/en/home/auth-providers/miro.md): This documentation page provides guidance on configuring the Miro auth provider to enable tools and agents to access Miro APIs using OAuth 2.0 authentication. It outlines the steps for creating a Miro app, obtaining necessary credentials, and integrating Miro authentication - [Notion](https://docs.arcade.dev/en/home/auth-providers/notion.md): This documentation page provides guidance on configuring the Notion authentication provider within the Arcade platform, enabling users to call Notion APIs on behalf of their applications or custom tools. It outlines the steps to create a Notion app, set up OAuth credentials, and - [OAuth 2.0](https://docs.arcade.dev/en/home/auth-providers/oauth2.md): This documentation page provides guidance on configuring OAuth 2.0 authorization for tools and agents using Arcade, enabling them to connect with any OAuth 2.0-compatible API. It covers setup instructions for both the Arcade Cloud Engine and self-hosted environments, - [PagerDuty](https://docs.arcade.dev/en/home/auth-providers/pagerduty.md): This documentation page provides guidance on configuring the PagerDuty authentication provider for tools and agents using OAuth 2.0, enabling them to interact with PagerDuty APIs. It outlines the steps to create a PagerDuty app, set up OAuth settings, and integrate - [Reddit](https://docs.arcade.dev/en/home/auth-providers/reddit.md): This documentation page provides instructions for configuring a custom Reddit authentication provider within the Arcade platform, enabling users to call the Reddit API on behalf of their users. It guides users through creating a Reddit app, setting up OAuth credentials, and integrating Reddit auth in their - [Salesforce](https://docs.arcade.dev/en/home/auth-providers/salesforce.md): This documentation page provides guidance on configuring the Salesforce auth provider for use with Arcade, enabling users to call Salesforce APIs through various tools and applications. It outlines the steps for creating a Connected App in Salesforce, including necessary settings and permissions, as well as how - [Slack](https://docs.arcade.dev/en/home/auth-providers/slack.md): This documentation page provides guidance on configuring the Slack authentication provider within the Arcade platform, enabling users to call Slack APIs on behalf of users. It outlines the steps for creating a Slack app, setting up app credentials, and integrating Slack with custom tools or the - [Spotify](https://docs.arcade.dev/en/home/auth-providers/spotify.md): This documentation page provides guidance on creating and configuring a custom Spotify Auth Provider in Arcade, enabling users to authenticate and interact with the Spotify API on behalf of their applications. It outlines the steps for registering a Spotify app, setting up OAuth credentials, and utilizing - [Square](https://docs.arcade.dev/en/home/auth-providers/square.md): This documentation page provides guidance on using and configuring the Square authentication provider with Arcade, enabling users to call Square APIs via OAuth 2.0. It outlines the steps to create a Square app, configure OAuth settings, and integrate Square authentication into applications or - [TickTick](https://docs.arcade.dev/en/home/auth-providers/ticktick.md): This documentation page provides guidance on configuring TickTick authentication using OAuth 2.0 for tools and applications that interact with the TickTick API. It outlines the steps to create a TickTick app, set up app credentials, and integrate the authentication provider within - [Twitch](https://docs.arcade.dev/en/home/auth-providers/twitch.md): This documentation page provides guidance on configuring a custom Twitch Auth Provider within the Arcade platform, enabling users to authenticate and interact with the Twitch API on behalf of users. It outlines the necessary steps to create a Twitch application, set up OAuth credentials, and integrate - [X](https://docs.arcade.dev/en/home/auth-providers/x.md): This documentation page provides guidance on configuring and using the X auth provider to enable applications and agents to interact with the X (Twitter) API on behalf of users. It includes instructions for creating an X app, setting up OAuth credentials in the Arcade Dashboard, - [Zendesk](https://docs.arcade.dev/en/home/auth-providers/zendesk.md): This documentation page provides instructions for configuring a custom Zendesk authentication provider within Arcade, enabling users to call Zendesk APIs on behalf of a user. It outlines the necessary steps to create a Zendesk app, set up OAuth clients, and configure authentication settings - [Zoho](https://docs.arcade.dev/en/home/auth-providers/zoho.md): This documentation page provides guidance on configuring the Zoho authentication provider for use with Arcade, enabling users to access Zoho APIs through OAuth 2.0. It includes steps for creating a Zoho app, setting up app credentials, and integrating with pre - [Zoom](https://docs.arcade.dev/en/home/auth-providers/zoom.md): This documentation page provides guidance on configuring a custom Zoom authentication provider within the Arcade platform, enabling users to call the Zoom API on behalf of their applications. It outlines the steps for creating a Zoom app, integrating it with Arcade, and utilizing the Zoom auth ## Build Tools - [Add user authorization to your MCP tools](https://docs.arcade.dev/en/home/build-tools/create-a-tool-with-auth.md): This documentation page guides users in adding user authorization to their custom MCP tools using Arcade, OAuth, and various auth providers, specifically focusing on integrating with Reddit. It covers the necessary prerequisites, explains how auth providers function, and provides step-by-step instructions for - [Call tools from MCP clients](https://docs.arcade.dev/en/home/build-tools/call-tools-from-mcp-clients.md): This documentation page provides guidance on configuring MCP clients to call tools from an MCP server, detailing the necessary prerequisites and steps involved. Users will learn how to utilize the `arcade configure` command to set up their clients, customize transport types, and manage - [Create an MCP tool with secrets](https://docs.arcade.dev/en/home/build-tools/create-a-tool-with-secrets.md): This documentation page guides users on how to create custom MCP tools that securely handle sensitive information, or "secrets," using the Arcade platform. It covers the process of reading secrets from various sources, such as environment files and the Arcade Dashboard, and emphasizes - [Creating an MCP Server with Arcade](https://docs.arcade.dev/en/home/build-tools/create-a-mcp-server.md): This documentation page provides a comprehensive guide on how to create, test, deploy, and publish a custom MCP Server using the Arcade framework. It outlines the necessary tools, such as the `arcade_mcp_server` and `arcade-mcp` - [Migrate from toolkits to MCP servers](https://docs.arcade.dev/en/home/build-tools/migrate-from-toolkits.md): This documentation page provides a comprehensive guide for users looking to migrate their existing Arcade toolkits to the new MCP Server framework. It outlines necessary changes in terminology, package updates, and step-by-step instructions for updating dependencies, imports, and entrypoint files to - [Organize your MCP server and tools](https://docs.arcade.dev/en/home/build-tools/organize-mcp-server-tools.md): This documentation page provides best practices for organizing your MCP server and tools, including how to define and import tools from separate files and other packages. Users will learn to maintain a clean project structure while effectively utilizing decorators and managing tool imports. The guide also includes - [Providing useful tool errors](https://docs.arcade.dev/en/home/build-tools/providing-useful-tool-errors.md): This documentation page guides users on how to effectively handle errors when building tools with Arcade MCP, emphasizing the importance of robust error management. It explains the automatic error adaptation process, outlines when to raise specific errors, and provides insights into common error scenarios. Users - [RetryableToolError in Arcade](https://docs.arcade.dev/en/home/build-tools/retry-tools-with-improved-prompt.md): This documentation page explains how to use the `RetryableToolError` in the Arcade Tool SDK to enhance tool call outcomes by providing additional context for input parameters. It outlines when to raise this error and includes an example demonstrating its application in a tool that - [Understanding `Context` and tools](https://docs.arcade.dev/en/home/build-tools/tool-context.md): This documentation page explains the `Context` class used in Arcade's tools, detailing how it provides runtime capabilities and tool-specific data access. Users will learn how to utilize the `Context` object to access essential features such as OAuth tokens, secrets, user ## Changelog - [Changelog](https://docs.arcade.dev/en/home/changelog.md): The Changelog documentation page provides users with a comprehensive overview of the latest updates, features, bug fixes, and maintenance changes for Arcade.dev. It highlights important security advisories, infrastructure migrations, and enhancements across various components such as MCP servers, toolkits ## Compare Server Types - [Compare MCP Server Types](https://docs.arcade.dev/en/home/compare-server-types.md): This documentation page provides a comparison of different MCP server types based on transport methods and deployment options, highlighting their functionalities and features. Users can learn about the capabilities of each server type, including support for various tools and authentication methods. This comparison aids in selecting ## Contact Us - [Contact Us](https://docs.arcade.dev/en/home/contact-us.md): This documentation page provides users with information on how to connect with the Arcade team for support through various channels. It emphasizes the team's commitment to assisting users and their agents in achieving success. ## Crewai - [page](https://docs.arcade.dev/en/home/crewai/use-arcade-tools.md): This documentation page provides a comprehensive guide on integrating Arcade tools into CrewAI applications, detailing the necessary prerequisites, setup, and configuration steps. Users will learn how to authorize and manage tools within their CrewAI agent teams, ensuring a tailored and efficient application experience - [Provide the tool manager callback to the ArcadeToolManager](https://docs.arcade.dev/en/home/crewai/custom-auth-flow.md): This documentation page guides users on how to create a custom authentication flow for the ArcadeToolManager within their CrewAI agent teams. It outlines the necessary prerequisites, environment setup, and configuration steps to implement a tailored authorization process, allowing for enhanced flexibility in tool ## Custom Mcp Server Quickstart - [Build MCP Server QuickStart](https://docs.arcade.dev/en/home/custom-mcp-server-quickstart.md): The "Build MCP Server QuickStart" documentation guides users through the process of creating and running a custom MCP Server using the Arcade MCP framework. It covers prerequisites, installation steps, server setup, and how to configure secrets and authorization for tools, enabling users ## Deployment - [Arcade Cloud Infrastructure](https://docs.arcade.dev/en/home/deployment/arcade-cloud-infra.md): This documentation page provides an overview of the infrastructure supporting Arcade Cloud, including details on egress IP addresses and the availability of VPC Peering for enterprise customers. Users can learn about essential network configurations and how to request additional services. - [Engine Configuration](https://docs.arcade.dev/en/home/deployment/engine-configuration.md): This documentation page provides enterprise customers with guidance on configuring the Arcade Engine, including installation methods and advanced configuration options for engine settings and environment variables. Users will learn how to manage configuration files, such as `engine.yaml` and `engine.env`, and customize - [On-premise MCP Servers](https://docs.arcade.dev/en/home/deployment/on-prem-mcp.md): This documentation page provides a comprehensive guide on deploying on-premises MCP servers within a hybrid architecture, enabling users to run tools in their own environment while utilizing Arcade's cloud infrastructure. It covers the setup process, including creating secure tunnels for public access, registering ## Evaluate Tools - [Evaluate tools](https://docs.arcade.dev/en/home/evaluate-tools/create-an-evaluation-suite.md): This documentation page provides a comprehensive guide on how to create and run an evaluation suite for assessing tools using the Arcade framework. Users will learn to define evaluation cases, utilize various critics to measure performance, and execute evaluations to ensure their tools are effectively integrated with - [Run evaluations with the Arcade CLI](https://docs.arcade.dev/en/home/evaluate-tools/run-evaluations.md): This documentation page provides guidance on using the Arcade CLI to run evaluations of tool-enabled language models efficiently. Users will learn how to execute evaluation suites, customize the evaluation process with various command options, and analyze the results in a structured format. By following the - [Why evaluate tools?](https://docs.arcade.dev/en/home/evaluate-tools/why-evaluate-tools.md): This documentation page explains the importance of evaluating tools used by language models with tool-calling capabilities, focusing on their efficiency in tool utilization and understanding user intents. It outlines a comprehensive evaluation framework that assesses the model's performance in real-world applications, ensuring correct ## Faq - [Frequently Asked Questions](https://docs.arcade.dev/en/home/faq.md): This documentation page provides answers to frequently asked questions about the Arcade platform, helping users understand how to build and contribute tools, differentiate between various API keys, and manage authentication with OAuth providers. It guides users in leveraging Arcade's features effectively, from creating custom ## Glossary - [Arcade Glossary](https://docs.arcade.dev/en/home/glossary.md): The Arcade Glossary documentation page provides definitions and explanations of key terms related to the Arcade platform, including concepts like agents, tools, MCP servers, and context. It aims to help users understand the components and terminology necessary for building, testing, and deploying ## Google Adk - [Arcade with Google ADK](https://docs.arcade.dev/en/home/google-adk/overview.md): This documentation page provides a comprehensive guide for integrating the Arcade platform with the Google ADK library, enabling users to enhance AI agents with various tools like Google Mail and GitHub. It covers installation, key features, basic usage examples, and authorization handling, - [Initialize the Arcade client](https://docs.arcade.dev/en/home/google-adk/use-arcade-tools.md): This documentation page provides a comprehensive guide for integrating Arcade tools into Google ADK applications, detailing the necessary prerequisites, environment setup, API key configuration, and agent management. Users will learn how to authorize and run agents with Arcade tools, as well as tips ## Hosting Overview - [Hosting Options](https://docs.arcade.dev/en/home/hosting-overview.md): This documentation page provides an overview of the various hosting options available for Arcade, including the recommended Arcade Cloud service and on-premise deployment alternatives. Users can learn how to quickly set up their environment, manage resources, customize authentication, and understand pricing structures. ## Langchain - [Fetch the "ScrapeUrl" tool from the "Firecrawl" MCP Server](https://docs.arcade.dev/en/home/langchain/use-arcade-tools.md): This documentation page provides a comprehensive guide on integrating Arcade tools into LangGraph applications, detailing the necessary prerequisites, setup, and configuration steps. Users will learn how to manage Arcade tools, create AI models, and implement a ReAct-style agent to effectively utilize - [Import necessary classes and modules](https://docs.arcade.dev/en/home/langchain/user-auth-interrupts.md): This documentation page guides users through the process of creating a LangGraph workflow that integrates user authorization for specific Arcade tools. It covers prerequisites, installation of necessary packages, environment configuration, and the definition of workflow steps, ensuring that only authorized tools are accessible to - [page](https://docs.arcade.dev/en/home/langchain/auth-langchain-tools.md): This documentation page provides a step-by-step guide for users to authorize existing LangChain tools, such as `GmailToolkit`, using the Arcade platform. It outlines the prerequisites, installation of necessary packages, and detailed instructions for the authorization process in both Python ## Mastra - [Create a new Mastra project](https://docs.arcade.dev/en/home/mastra/use-arcade-tools.md): This documentation page provides a step-by-step guide for integrating Arcade tools into a new Mastra project, enabling users to leverage these tools within their Mastra applications. It covers prerequisites, project setup, installation of the Arcade client, configuration of API keys, - [page](https://docs.arcade.dev/en/home/mastra/overview.md): This documentation page guides users on integrating Arcade's tool ecosystem with Mastra applications, enabling enhanced functionality for AI agents. It outlines how to access a variety of pre-built tools, manage tool complexities, and build sophisticated agents by leveraging both frameworks. Users will - [page](https://docs.arcade.dev/en/home/mastra/user-auth-interrupts.md): This documentation page provides guidance on managing user-specific authorization for Arcade tools within Mastra applications, emphasizing the implementation of dynamic tool loading and per-user authentication flows. It outlines steps for configuring agents, creating API endpoints, and enhancing user experience during authorization processes. ## Mcp Clients - [Use Arcade in Cursor](https://docs.arcade.dev/en/home/mcp-clients/cursor.md): This documentation page provides a step-by-step guide for connecting Cursor to an Arcade MCP Gateway, enabling users to utilize Arcade tools within the Cursor application. It outlines the prerequisites for setting up an Arcade account and API key, as well as detailed instructions for configuring - [Use Arcade in Visual Studio Code](https://docs.arcade.dev/en/home/mcp-clients/visual-studio-code.md): This documentation page provides a step-by-step guide for connecting Visual Studio Code to an Arcade MCP Gateway, enabling users to integrate and utilize Arcade tools within their development environment. It outlines the necessary prerequisites, including account creation and API key retrieval, and details the - [Use Arcade with Claude Desktop](https://docs.arcade.dev/en/home/mcp-clients/claude-desktop.md): This documentation page provides a step-by-step guide for connecting Claude Desktop to a local Arcade server, enabling users to access Arcade tools. It outlines the necessary prerequisites, including creating an Arcade account and obtaining an API key, and details the configuration process within Claude ## Mcp Gateways - [MCP Gateways](https://docs.arcade.dev/en/home/mcp-gateways.md): This documentation page provides a comprehensive guide on configuring and using MCP Gateways, which facilitate the connection of multiple MCP Servers to enhance tool management and access within projects. Users will learn how to create and customize an MCP Gateway, including selecting tools from different servers ## MCP Servers - [page](https://docs.arcade.dev/en/mcp-servers.md): This documentation page provides a comprehensive registry of all MCP Servers within the Arcade ecosystem, enabling users to easily access and identify available servers. It serves as a centralized resource for understanding the various MCP Servers and their functionalities. ## MCP Servers - Contribute A Server - [How to contribute a MCP Server](https://docs.arcade.dev/en/mcp-servers/contribute-a-server.md): This documentation page provides a step-by-step guide for developers on how to contribute their MCP Servers to the Arcade documentation. It outlines the prerequisites for submission, including building and publishing the MCP Server, and details the process for opening a pull request and ensuring it ## MCP Servers - Customer Support - [CustomerioApi](https://docs.arcade.dev/en/mcp-servers/customer-support/customerio-api.md): The CustomerioApi documentation provides tools for integrating and managing customer communications and marketing campaigns through the Customer.io platform. Users can learn how to trigger broadcasts, send transactional messages, retrieve campaign metrics, and manage campaign actions using various API endpoints. This resource is - [CustomerioPipelinesApi](https://docs.arcade.dev/en/mcp-servers/customer-support/customerio-pipelines-api.md): The CustomerioPipelinesApi documentation provides tools for integrating and managing user data within the Customer.io platform, allowing users to identify individuals, track events, and analyze interactions. It includes detailed descriptions of various API functionalities, such as assigning traits, recording user - [CustomerioTrackApi](https://docs.arcade.dev/en/mcp-servers/customer-support/customerio-track-api.md): The CustomerioTrackApi documentation provides users with a set of tools to manage customer data and interactions within the Customer.io platform. It includes functionalities for retrieving API credentials, updating customer information, managing devices, and handling customer events, among others. Users can - [FreshserviceApi](https://docs.arcade.dev/en/mcp-servers/customer-support/freshservice-api.md): The FreshserviceApi documentation provides a comprehensive guide for developers to programmatically interact with the Freshservice platform using various API tools. Users can learn to manage organizational data, assets, software, service catalogs, users, tickets, and more, enabling automation of - [IntercomApi](https://docs.arcade.dev/en/mcp-servers/customer-support/intercom-api.md): The IntercomApi documentation provides users with a comprehensive set of tools for managing and interacting with the Intercom platform through OAuth2 authentication. It includes detailed descriptions of various functionalities, such as retrieving admin information, managing articles and collections, and handling company data - [Zendesk](https://docs.arcade.dev/en/mcp-servers/customer-support/zendesk.md): This documentation page provides users with tools and instructions for managing customer support tickets and knowledge base articles within Zendesk. Users can learn how to list, comment on, and mark tickets as solved, as well as search for Help Center articles, streamlining their - [Zendesk Reference](https://docs.arcade.dev/en/mcp-servers/customer-support/zendesk/reference.md): The Zendesk Reference documentation provides a comprehensive list of enumerations related to ticket statuses, sorting orders, and article sorting criteria used in the Zendesk MCP Server. Users can refer to this page to understand the specific values and options available for managing tickets and ## MCP Servers - Databases - [Clickhouse](https://docs.arcade.dev/en/mcp-servers/databases/clickhouse.md): This documentation page provides users with a comprehensive guide to the Arcade Clickhouse MCP Server, which enables agents to interact with Clickhouse databases in a read-only capacity. Users can learn to discover database schemas, explore table structures, and execute safe SELECT queries, - [Clickhouse](https://docs.arcade.dev/en/mcp-servers/databases/postgres/clickhouse.md): This documentation page provides an overview of the Arcade Clickhouse MCP Server, which allows users to interact with Clickhouse databases in a read-only capacity. It includes tools for discovering database schemas, exploring table structures, and executing safe SELECT queries, all while emphasizing - [MongoDB](https://docs.arcade.dev/en/mcp-servers/databases/mongodb.md): This documentation page provides an overview of the Arcade MongoDB MCP Server, which allows users to interact with MongoDB databases in a read-only capacity. It outlines key features such as database discovery, collection exploration, schema inference, and safe query execution, along - [MongoDB](https://docs.arcade.dev/en/mcp-servers/databases/postgres/mongodb.md): This documentation page provides an overview of the Arcade MongoDB MCP Server, which enables agents to interact with MongoDB databases in a read-only capacity. Users can learn to discover databases and collections, explore document structures, and execute safe queries, while also understanding - [Postgres](https://docs.arcade.dev/en/mcp-servers/databases/postgres.md): This documentation page provides users with a comprehensive guide to the Arcade Postgres MCP Server, which enables agents to interact with PostgreSQL databases in a read-only capacity. Users will learn how to discover database schemas, explore table structures, and execute safe SELECT queries - [WeaviateApi](https://docs.arcade.dev/en/mcp-servers/databases/weaviate-api.md): The WeaviateApi documentation provides users with the necessary tools and instructions to authenticate and interact with the Weaviate vector search engine via its API. It outlines how to set up authentication, including obtaining API keys and server URLs, and details various available ## MCP Servers - Development - [ArcadeEngineApi](https://docs.arcade.dev/en/mcp-servers/development/arcade-engine-api.md): The ArcadeEngineApi documentation provides users with a comprehensive guide to utilizing the EngineApi MCP Server for managing authentication providers, secrets, and worker configurations. It outlines various tools available for actions such as retrieving authentication details, managing user connections, and executing specific tools - [Brightdata](https://docs.arcade.dev/en/mcp-servers/development/brightdata.md): The Brightdata documentation page provides users with tools and guidance for scraping, searching, and extracting structured data from various websites at scale without being blocked. It details specific functionalities such as scraping web pages into Markdown, conducting advanced searches across major search engines, and - [CursorAgentsApi](https://docs.arcade.dev/en/mcp-servers/development/cursor-agents-api.md): The CursorAgentsApi documentation provides users with tools to manage and inspect background agents, including functionalities for listing, retrieving status, deleting agents, and accessing authentication and model recommendations. It outlines various API endpoints and their usage, enabling users to interact effectively with the - [DatadogApi](https://docs.arcade.dev/en/mcp-servers/development/datadog-api.md): The DatadogApi documentation provides users with tools and guidance for interacting with the Datadog API, enabling them to manage datastores, application keys, and action connections effectively. It outlines the authentication process, including required environment variables, and offers - [E2B](https://docs.arcade.dev/en/mcp-servers/development/e2b.md): The E2B documentation page provides users with tools to run code in a sandboxed environment and create static matplotlib charts, facilitating the development of agents and AI applications. It outlines available tools, authentication requirements, and example code snippets for implementation in Python and - [Firecrawl](https://docs.arcade.dev/en/mcp-servers/development/firecrawl.md): The Firecrawl documentation provides users with tools and guidance for building agents that can scrape, crawl, and map websites effectively. It outlines various functionalities, including scraping URLs, crawling websites, retrieving crawl statuses, and managing ongoing crawls, all accessible via an - [GitHub](https://docs.arcade.dev/en/mcp-servers/development/github.md): This documentation page provides an overview of the Arcade GitHub MCP Server, which enables users to build agents and AI applications that interact with GitHub repositories, issues, and pull requests. It outlines the necessary configuration for using GitHub Apps, including permissions required - [GithubApi](https://docs.arcade.dev/en/mcp-servers/development/github-api.md): The GitHubApi documentation page provides tools that enable users to interact with the GitHub API, facilitating the management of repositories, issues, pull requests, and webhooks. It outlines various functionalities, including creating and managing webhooks, organizations, and LDAP - [PagerdutyApi](https://docs.arcade.dev/en/mcp-servers/development/pagerduty-api.md): The PagerDutyApi documentation provides a comprehensive guide for users to interact with the PagerDuty API, enabling them to manage incidents, services, and integrations effectively. It outlines various tools available for tasks such as assigning tags, retrieving metrics, and managing add-ons - [PosthogApi](https://docs.arcade.dev/en/mcp-servers/development/posthog-api.md): The PosthogApi documentation provides users with the necessary tools and instructions to interact with the PostHog API for data management and analysis. It outlines the required configuration, including authentication secrets, and details various available tools for retrieving and managing application metrics, batch - [Reference for Firecrawl Toolkit](https://docs.arcade.dev/en/mcp-servers/development/firecrawl/reference.md): The "Reference for Firecrawl Toolkit" documentation page outlines the various output formats available for scraped web pages, including Markdown, HTML, raw HTML, links, and screenshot options. It helps users understand how to customize the format of their scraped data to suit - [VercelApi](https://docs.arcade.dev/en/mcp-servers/development/vercel-api.md): The VercelApi documentation provides users with a comprehensive guide to utilizing the Vercel API for managing projects, domains, and integrations effectively. It outlines various tools available for tasks such as creating, updating, and deleting access groups and projects, as - [ZohoCreatorApi](https://docs.arcade.dev/en/mcp-servers/development/zoho-creator-api.md): The ZohoCreatorApi documentation provides users with a comprehensive guide to interact with the Zoho Creator API, enabling them to manage and manipulate application data effectively. It outlines various tools available for tasks such as fetching records, updating data, and managing application metadata ## MCP Servers - Entertainment - [Imgflip](https://docs.arcade.dev/en/mcp-servers/entertainment/imgflip.md): The Imgflip documentation page provides users with tools to create and manage memes using the Imgflip API. It outlines functionalities such as searching for meme templates, retrieving popular memes, and creating custom memes, along with detailed parameters and example code for implementation. This - [Imgflip](https://docs.arcade.dev/en/mcp-servers/entertainment/spotify/imgflip.md): The Imgflip documentation page provides users with tools to create and manage memes through the Imgflip API, enabling the development of agents and AI applications. Users can search for meme templates, retrieve popular templates, and create custom memes by adding text to existing templates - [Spotify](https://docs.arcade.dev/en/mcp-servers/entertainment/spotify.md): This documentation page provides tools for developers to integrate Spotify functionalities into their applications, enabling agents to retrieve track information, control playback, and search the Spotify catalog. It outlines the available tools, their descriptions, and usage examples, specifically for a self-hosted - [Twitch auth provider](https://docs.arcade.dev/en/mcp-servers/entertainment/twitch.md): This documentation page provides guidance on creating and configuring a custom Twitch Auth Provider for use with Arcade, allowing applications and tools to authenticate users and access the Twitch API. It outlines the necessary steps to set up a Twitch application, configure OAuth settings in the Arcade ## MCP Servers - Payments - [Stripe](https://docs.arcade.dev/en/mcp-servers/payments/stripe.md): This documentation page provides users with tools to interact with the Stripe API, enabling the creation and management of customers, products, invoices, and payment links. It outlines specific functionalities available, such as creating customers and products, listing customers and products, and processing - [StripeApi](https://docs.arcade.dev/en/mcp-servers/payments/stripe_api.md): The StripeApi documentation provides a comprehensive guide for developers to interact with the Stripe API, enabling them to manage various aspects of Stripe accounts, customers, payments, billing, and reporting. It outlines a range of tools and functionalities that facilitate programmatic access to - [ZohoBooksApi](https://docs.arcade.dev/en/mcp-servers/payments/zoho-books-api.md): The ZohoBooksApi documentation provides users with a comprehensive set of tools for managing financial transactions and accounting within Zoho Books, enabling actions such as creating, updating, and deleting bank accounts and transactions. Users can also import bank statements, categorize transactions, ## MCP Servers - Productivity - [AirtableApi](https://docs.arcade.dev/en/mcp-servers/productivity/airtable-api.md): The AirtableApi documentation page provides users with a comprehensive set of tools for managing and interacting with Airtable's API, enabling actions such as creating, updating, and deleting SCIM groups and users, managing webhooks, and handling base collaborations. It - [Asana](https://docs.arcade.dev/en/mcp-servers/productivity/asana.md): This documentation page provides users with a comprehensive guide to the Arcade Asana MCP Server, enabling them to build agents and AI applications that interact with Asana's tasks, projects, and workspaces. Users can learn how to manage teams, create and update - [Asana Reference](https://docs.arcade.dev/en/mcp-servers/productivity/asana/reference.md): The Asana Reference documentation provides a comprehensive list of enumerations related to tag colors, task sorting criteria, and sort order options used in the Asana MCP Server. This page helps users understand and utilize these enumerations effectively in their applications. By referencing - [AsanaApi](https://docs.arcade.dev/en/mcp-servers/productivity/asana-api.md): The AsanaApi documentation provides users with a comprehensive set of tools to interact with the Asana API, enabling them to manage access requests, allocations, custom fields, and goals effectively. Users can learn how to perform various actions such as creating, updating - [AshbyApi](https://docs.arcade.dev/en/mcp-servers/productivity/ashby-api.md): The AshbyApi documentation provides a comprehensive guide for users to manage recruitment processes within the Ashby platform through various API tools. Users can create and update job applications, retrieve candidate information, manage interview schedules, and handle job postings, all aimed at stream - [BoxApi](https://docs.arcade.dev/en/mcp-servers/productivity/box-api.md): The BoxApi documentation provides a comprehensive guide for users to manage Box content and workflows through a set of tools that facilitate file management, metadata handling, collaboration, document generation, and enterprise operations. It enables users to automate processes related to content lifecycle, security - [CalendlyApi](https://docs.arcade.dev/en/mcp-servers/productivity/calendly-api.md): The CalendlyApi documentation provides users with tools to effectively manage scheduling and event-related tasks within the Calendly platform. It outlines various functionalities, such as retrieving event details, managing invitees, and creating event types, enabling users to build applications that interact - [Clickup](https://docs.arcade.dev/en/mcp-servers/productivity/clickup.md): This documentation page provides an overview of the ClickUp MCP Server, which enables users to build agents and applications that interact with ClickUp workspaces, tasks, and members. It details various tools available for managing tasks, comments, and workspace structures, allowing - [Clickup Reference](https://docs.arcade.dev/en/mcp-servers/productivity/clickup/reference.md): The Clickup Reference documentation provides users with a comprehensive overview of enumerations used in various Clickup MCP Server tools, including task priority, filter scope, task ordering, and comment resolution. It helps users understand the default values and options available for creating tasks - [ClickupApi](https://docs.arcade.dev/en/mcp-servers/productivity/clickup-api.md): The ClickupApi documentation provides users with a comprehensive set of tools for interacting with the ClickUp API, facilitating efficient task and project management. Users can learn how to authenticate via OAuth2 and utilize various functionalities, such as managing checklists, comments, - [Close.io](https://docs.arcade.dev/en/mcp-servers/productivity/closeio.md): This documentation page introduces Close.io, a CRM tool designed for managing leads, contacts, and deals. It aims to provide users with guidance on utilizing the features of Close.io effectively. However, detailed content is currently not available as the page is marked " - [Confluence](https://docs.arcade.dev/en/mcp-servers/productivity/confluence.md): This documentation page provides tools for developers to create agents and AI applications that interact with Confluence, enabling functionalities such as creating, updating, and retrieving pages and attachments. It outlines available tools, their descriptions, and parameters for usage, facilitating efficient integration with - [Dropbox](https://docs.arcade.dev/en/mcp-servers/productivity/dropbox.md): This documentation page provides users with tools and instructions for integrating with Dropbox through the Arcade MCP Server, enabling the creation of agents and AI applications that can browse, search, and download files and folders. Users can access specific functionalities such as listing items in a - [FigmaApi](https://docs.arcade.dev/en/mcp-servers/productivity/figma-api.md): The FigmaApi documentation provides users with a comprehensive set of tools to interact with the Figma API, enabling efficient management of design assets and collaboration on projects. Users can learn to perform various actions, such as retrieving files, managing comments, and handling - [Gmail](https://docs.arcade.dev/en/mcp-servers/productivity/gmail.md): This documentation page provides a comprehensive guide for using the Arcade Gmail MCP Server, enabling users to send, read, and manage emails through the Gmail API. It outlines various tools available for tasks such as composing drafts, deleting emails, and searching mailboxes, - [Gmail Reference](https://docs.arcade.dev/en/mcp-servers/productivity/gmail/reference.md): The Gmail Reference documentation provides a list of enumerations used in the Gmail MCP Server, specifically detailing options for reply recipients and date ranges. Users can reference this information to understand and implement these enumerations effectively in their applications. - [Google Calendar](https://docs.arcade.dev/en/mcp-servers/productivity/google-calendar.md): This documentation page provides users with tools and guidance for integrating and interacting with Google Calendar through the Arcade Google Calendar MCP Server. Users can learn how to list calendars, create, update, and delete events, and find available meeting times, enabling them to build - [Google Contacts](https://docs.arcade.dev/en/mcp-servers/productivity/google-contacts.md): This documentation page provides a comprehensive guide for using the Arcade Google Contacts MCP Server, enabling users to create and manage contacts within Google Contacts through various tools. Users can learn how to search for contacts by name or email, create new contact records, and retrieve - [Google Docs](https://docs.arcade.dev/en/mcp-servers/productivity/google-docs.md): This documentation page provides a comprehensive overview of the Arcade Google Docs MCP Server, which enables users to build agents and AI applications that interact with Google Docs. It outlines available tools for creating, updating, and managing documents, as well as retrieving document content and - [Google Drive](https://docs.arcade.dev/en/mcp-servers/productivity/google-drive.md): This documentation page provides users with tools and guidance for interacting with Google Drive through the GoogleDrive MCP Server. Users can manage and access their files by retrieving the file structure, generating a Google File Picker URL for file selection, and searching for specific files. - [Google Sheets](https://docs.arcade.dev/en/mcp-servers/productivity/google-sheets.md): This documentation page provides a comprehensive guide for using the Arcade Google Sheets MCP Server, enabling users to efficiently interact with Google Sheets through various pre-built tools. Users can learn how to create spreadsheets, read and write data, search for files, and manage metadata - [Google Slides](https://docs.arcade.dev/en/mcp-servers/productivity/google-slides.md): This documentation page provides tools for interacting with Google Slides, allowing users to create presentations, add slides, comment on specific slides, and retrieve presentation content in markdown format. It outlines various functionalities, including searching for presentations in Google Drive and managing comments, alongside - [GoogleCalendar Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-calendar/reference.md): The GoogleCalendar Reference documentation provides a comprehensive overview of enumerations related to event visibility, update options for sending notifications, and managing Google Meet settings within the GoogleCalendar MCP Server. Users can reference these enumerations to effectively configure and manage calendar events and their - [GoogleDocs Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-docs/reference.md): The GoogleDocs Reference documentation provides a comprehensive list of enumerations used in the GoogleDocs MCP Server, specifically focusing on sorting options (OrderBy) and document formats. Users can learn how to effectively utilize these enumerations to organize and format their documents within - [GoogleDrive Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-drive/reference.md): The GoogleDrive Reference documentation provides users with a comprehensive list of enumerations related to ordering and file types used in the GoogleDrive MCP Server. It helps users understand how to specify sorting criteria and identify various file types within Google Drive. This reference is essential - [GoogleSheets Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-sheets/reference.md): The GoogleSheets Reference documentation provides a comprehensive list of enumerations for sorting and ordering data within the GoogleSheets MCP Server. Users can learn about various order options, such as sorting by creation time, modification time, and other criteria, to effectively manage their - [Jira](https://docs.arcade.dev/en/mcp-servers/productivity/jira.md): This documentation page provides users with a comprehensive guide to the Jira MCP Server, which enables seamless interaction with Jira for issue and project management. Users can learn to create, update, and search for issues, manage labels and attachments, and transition issues, all - [Jira Environment Variables](https://docs.arcade.dev/en/mcp-servers/productivity/jira/environment-variables.md): This documentation page provides an overview of key environment variables for configuring Jira API interactions within the Arcade platform. Users can learn how to set limits on concurrent requests, manage API request timeouts, and optimize caching strategies to enhance performance during tool execution. Each variable - [Jira Reference](https://docs.arcade.dev/en/mcp-servers/productivity/jira/reference.md): This documentation page provides a reference for enumerations used in the Jira MCP Server, specifically detailing the various sprint states, priority scheme ordering, and issue comment ordering options available through the Jira API. Users can learn how to filter sprints and order issues effectively - [Linear](https://docs.arcade.dev/en/mcp-servers/productivity/linear.md): This documentation page provides users with a comprehensive guide to the Linear MCP Server, enabling them to interact with Linear's issue tracking, project management, and team collaboration features. Users can learn how to create, manage, and update issues, projects, and initiatives - [MailchimpMarketingApi](https://docs.arcade.dev/en/mcp-servers/productivity/mailchimp-marketing-api.md): The Mailchimp Marketing API documentation provides tools and resources for users to effectively manage and optimize their email marketing campaigns through direct interaction with the Mailchimp Marketing API. Users can learn how to retrieve account information, manage audience contacts, and create or modify automation workflows - [MiroApi](https://docs.arcade.dev/en/mcp-servers/productivity/miro-api.md): The MiroApi documentation provides users with a comprehensive set of tools for managing Miro boards and organizational settings through the Miro API. It enables users to perform various actions, such as retrieving board information, updating classifications, managing legal holds, and creating - [Notion](https://docs.arcade.dev/en/mcp-servers/productivity/notion.md): This documentation page provides users with a comprehensive guide to the Arcade Notion MCP Server, which enables the creation of agents and AI applications that interact with Notion. It outlines various tools available for tasks such as retrieving page content, creating new pages, and - [Obsidian](https://docs.arcade.dev/en/mcp-servers/productivity/obsidian.md): This documentation page provides an overview of the Arcade Obsidian Toolkit, a community-contributed MCP Server verified by the Arcade team. It directs users to the GitHub repository for further information and resources related to the toolkit. - [Outlook Calendar](https://docs.arcade.dev/en/mcp-servers/productivity/outlook-calendar.md): This documentation page provides users with tools to interact with the Outlook Calendar API, enabling them to create, list, and retrieve calendar events. It details the available functionalities, including user information retrieval and event management, along with example code snippets for implementation in Python - [Outlook Mail](https://docs.arcade.dev/en/mcp-servers/productivity/outlook-mail.md): The Outlook Mail documentation page provides users with tools and guidance for integrating and utilizing the Outlook API to manage emails. Users can learn how to read, write, and send emails, as well as access specific functionalities like creating drafts and replying to messages. Additionally - [OutlookMail Reference](https://docs.arcade.dev/en/mcp-servers/productivity/outlook-mail/reference.md): The OutlookMail Reference documentation provides a comprehensive list of enumerations, folder names, email filter properties, and filter operators used in the OutlookMail MCP Server. It helps users understand and utilize these elements effectively when working with OutlookMail tools. This reference serves - [page](https://docs.arcade.dev/en/mcp-servers/productivity/dropbox/reference.md): This documentation page provides a comprehensive list of item categories used in Dropbox, including types such as image, document, PDF, spreadsheet, presentation, audio, video, folder, and paper. Users can refer to this classification to understand how different file types are - [Sharepoint](https://docs.arcade.dev/en/mcp-servers/productivity/sharepoint.md): This documentation page provides a comprehensive guide for using the SharePoint MCP Server, enabling agents to efficiently interact with SharePoint sites and their contents. Users can learn to perform various actions such as retrieving lists, items, pages, and metadata, as well as - [SquareupApi](https://docs.arcade.dev/en/mcp-servers/productivity/squareup-api.md): The SquareupApi documentation provides users with tools to interact with the Square platform, enabling management of payments, customer data, and bookings through various API functionalities. Users can obtain OAuth tokens, manage bank accounts, and handle booking operations, including creating, updating - [TicktickApi](https://docs.arcade.dev/en/mcp-servers/productivity/ticktick-api.md): The TicktickApi documentation provides users with tools to manage tasks and projects within the Ticktick platform using the API. It outlines key functionalities such as creating, updating, deleting tasks and projects, and retrieving detailed information about them. Additionally, users can find - [TrelloApi](https://docs.arcade.dev/en/mcp-servers/productivity/trello-api.md): The TrelloApi documentation provides a comprehensive guide for users to interact with the Trello API, enabling efficient management of boards, cards, lists, and members through various tools. Users can learn how to perform actions such as fetching, updating, and deleting - [XeroApi](https://docs.arcade.dev/en/mcp-servers/productivity/xero-api.md): The XeroApi documentation provides tools for developers to interact with Xero's accounting data through an API, enabling the management of various accounting entities such as accounts, invoices, and transactions. Users can access, create, and manage financial reports, organizational settings ## MCP Servers - Sales - [Hubspot](https://docs.arcade.dev/en/mcp-servers/sales/hubspot.md): This documentation page provides a comprehensive overview of tools available for integrating and automating interactions with HubSpot CRM through the HubSpot MCP Server. Users can learn how to perform various actions such as creating, updating, and retrieving information about users, contacts, deals - [Hubspot Reference](https://docs.arcade.dev/en/mcp-servers/sales/hubspot/reference.md): The Hubspot Reference documentation provides a comprehensive list of enumerations related to various tools within the Hubspot MCP Server, including call directions, email statuses, meeting outcomes, and activity types. Users can reference these enumerations to understand and utilize the specific values - [HubspotAutomationApi](https://docs.arcade.dev/en/mcp-servers/sales/hubspot-automation-api.md): The HubspotAutomationApi documentation provides users with tools and guidance for managing and automating workflows within HubSpot, enabling tasks such as completing blocked actions, retrieving email campaign details, and enrolling contacts in sequences. It outlines various functionalities available through the API, - [HubspotCmsApi](https://docs.arcade.dev/en/mcp-servers/sales/hubspot-cms-api.md): The HubspotCmsApi documentation provides users with tools to manage content within the HubSpot CMS efficiently, including creating, updating, and deleting blog posts, landing pages, and managing authors and multi-language support. It outlines various API functionalities that streamline content management - [HubspotConversationsApi](https://docs.arcade.dev/en/mcp-servers/sales/hubspot-conversations-api.md): The HubspotConversationsApi documentation provides users with tools and guidance for managing and interacting with conversation threads and channels within HubSpot. It enables users to perform actions such as retrieving conversation inboxes, sending messages, updating thread statuses, and accessing detailed information - [HubspotCrmApi](https://docs.arcade.dev/en/mcp-servers/sales/hubspot-crm-api.md): The HubspotCrmApi documentation provides users with tools to efficiently manage and interact with HubSpot CRM data, including the ability to retrieve, create, update, and delete records for various CRM objects. It facilitates operations such as managing associations, handling tasks - [HubspotEventsApi](https://docs.arcade.dev/en/mcp-servers/sales/hubspot-events-api.md): The Hubspot Events API documentation provides users with tools to manage and analyze event data within the HubSpot ecosystem. It enables users to retrieve event completion data, manage custom event definitions, and send event data for streamlined reporting. This page serves as a comprehensive - [HubspotMarketingApi](https://docs.arcade.dev/en/mcp-servers/sales/hubspot-marketing-api.md): The HubspotMarketingApi documentation provides users with tools to effectively manage and analyze marketing campaigns within the HubSpot platform. It enables users to create, update, and delete campaigns, manage budgets, track performance metrics, and handle marketing events and assets. This - [HubspotMeetingsApi](https://docs.arcade.dev/en/mcp-servers/sales/hubspot-meetings-api.md): The HubspotMeetingsApi documentation provides users with tools to manage meetings through Hubspot's scheduling system, enabling them to schedule, book, and retrieve meeting details efficiently. Users can access functionalities such as scheduling meetings, fetching availability, and listing scheduling links - [HubspotUsersApi](https://docs.arcade.dev/en/mcp-servers/sales/hubspot-users-api.md): The HubspotUsersApi documentation provides a set of tools for managing users and teams within a HubSpot account, enabling users to retrieve, create, update, and remove user accounts efficiently. It includes detailed instructions and code examples for various operations, such as - [Salesforce CRM](https://docs.arcade.dev/en/mcp-servers/sales/salesforce.md): This documentation page provides guidance on using the Arcade Salesforce CRM MCP Server, which enables users to interact with Salesforce data, such as accounts and contacts, through a set of pre-built tools. It outlines the requirements for self-hosting the Arcade Engine and creating ## MCP Servers - Search - [ExaApi](https://docs.arcade.dev/en/mcp-servers/search/exa-api.md): The ExaApi documentation provides users with a comprehensive guide to utilizing the Exa.ai Search API, enabling them to perform searches, manage websets, and handle research requests effectively. It outlines various tools available for tasks such as conducting searches, retrieving content - [Google Finance](https://docs.arcade.dev/en/mcp-servers/search/google_finance.md): This documentation page provides users with the tools and instructions needed to access real-time and historical stock data through the Arcade Google Finance API. Users can retrieve current stock summaries and historical price data, enabling the development of intelligent agents and applications. It also includes details - [Google Flights](https://docs.arcade.dev/en/mcp-servers/search/google_flights.md): This documentation page provides guidance on using the Arcade Google Flights MCP Server to search for one-way flights through an API. Users can learn how to retrieve flight search results by specifying parameters such as departure and arrival airport codes, travel dates, and sorting options. - [Google Hotels](https://docs.arcade.dev/en/mcp-servers/search/google_hotels.md): The Google Hotels documentation page provides users with the tools and instructions necessary to integrate hotel search capabilities into their applications using the Arcade platform. It specifically details how to utilize the Google Hotels API to retrieve hotel search results, including parameters for location, dates, pricing - [Google Jobs](https://docs.arcade.dev/en/mcp-servers/search/google_jobs.md): This documentation page provides users with the tools and guidance needed to integrate and utilize the Arcade Google Jobs MCP Server for searching job openings through Google Jobs. It outlines the available API functionality, including parameters for job searches and authentication requirements, enabling developers to build AI - [Google Maps](https://docs.arcade.dev/en/mcp-servers/search/google_maps.md): This documentation page provides tools for integrating Google Maps functionalities into applications, specifically enabling users to obtain directions between two locations using either addresses or latitude/longitude coordinates. It outlines available tools, their parameters, and includes example code snippets for implementation in Python and Java - [Google News](https://docs.arcade.dev/en/mcp-servers/search/google_news.md): This documentation page provides users with tools and instructions for integrating Google News search functionality into their agents and AI applications using the Arcade Google News MCP Server. It details how to utilize the `GoogleNews.SearchNews` tool, including parameters for customizing news searches by - [Google Search](https://docs.arcade.dev/en/mcp-servers/search/google_search.md): This documentation page provides users with the tools and instructions necessary to perform Google searches using the Arcade Search MCP Server and SerpAPI. It outlines how to utilize the GoogleSearch.Search tool to retrieve organic search results, including required parameters and authentication details. Users - [Google Shopping Search](https://docs.arcade.dev/en/mcp-servers/search/google_shopping.md): This documentation page provides users with the tools and instructions necessary to integrate Google Shopping product search capabilities into their agents and AI applications using the Arcade Google Shopping Search MCP Server. It details the primary function of the tool, which is to search for products on Google - [Walmart Search](https://docs.arcade.dev/en/mcp-servers/search/walmart.md): The Walmart Search documentation provides tools for developers to create agents and AI applications that can search for products on Walmart and retrieve detailed information about them. It outlines the available functionalities, including product search and detail retrieval, along with usage examples in Python and JavaScript - [YouTube Search](https://docs.arcade.dev/en/mcp-servers/search/youtube.md): The YouTube Search documentation page provides tools for developers to integrate YouTube video search and detail retrieval functionalities into their applications using the Arcade platform. Users can learn how to utilize the `Youtube.SearchForVideos` and `Youtube.GetYoutubeVideoDetails` tools ## MCP Servers - Social Communication - [Arcade for Slack](https://docs.arcade.dev/en/mcp-servers/social-communication/slack/install.md): The "Arcade for Slack" documentation page guides users on integrating the Arcade app with their Slack workspace to enhance team efficiency through AI tools. It outlines installation steps, features such as sending messages and generating content, and emphasizes the importance of reviewing AI-generated - [Arcade for Zoom](https://docs.arcade.dev/en/mcp-servers/social-communication/zoom/install.md): The "Arcade for Zoom" documentation page guides users on integrating Arcade's AI tools with their Zoom accounts to enhance meeting management and information retrieval. It outlines the functionalities available, such as listing upcoming meetings and retrieving invitation details, while also providing instructions for - [Discord](https://docs.arcade.dev/en/mcp-servers/social-communication/discord.md): This documentation page provides guidance on configuring and using the Discord authentication provider with Arcade, enabling users to call the Discord API on behalf of a user. It outlines the steps for creating a Discord application, setting up OAuth in the Arcade Dashboard, and integrating Discord - [Environment Variables](https://docs.arcade.dev/en/mcp-servers/social-communication/slack/environment-variables.md): This documentation page provides guidance on configuring environment variables for managing Slack API interactions within tools, specifically focusing on controlling the maximum number of concurrent requests, pagination size limits, and pagination timeout durations. Users will learn how to set these variables to optimize their tool's - [LinkedIn](https://docs.arcade.dev/en/mcp-servers/social-communication/linkedin.md): This documentation page provides an overview of the Arcade LinkedIn MCP Server, which enables users to build agents and AI applications that interact with LinkedIn, specifically allowing them to create text posts. It includes details on available tools, authentication methods, and example code - [Microsoft Teams](https://docs.arcade.dev/en/mcp-servers/social-communication/microsoft-teams.md): This documentation page provides an overview of the Microsoft Teams MCP Server, which enables users to interact with Microsoft Teams through various tools for managing teams, channels, and chats. Users can retrieve information, send messages, and manage users and teams, streamlining collaboration - [MicrosoftTeams Reference](https://docs.arcade.dev/en/mcp-servers/social-communication/microsoft-teams/reference.md): The MicrosoftTeams Reference documentation provides a comprehensive overview of enumerations related to the MicrosoftTeams MCP Server, including types of match criteria and team membership classifications. Users can learn about specific enumeration values such as `PARTIAL_ALL`, `EXACT`, and ` - [Reddit](https://docs.arcade.dev/en/mcp-servers/social-communication/reddit.md): This documentation page provides a comprehensive guide for using the Arcade Reddit MCP Server, which enables developers to create agents and AI applications that interact with Reddit. It outlines various tools available for actions such as submitting posts, commenting, retrieving content, and checking subreddit access - [Reference](https://docs.arcade.dev/en/mcp-servers/social-communication/slack/reference.md): This documentation page provides a reference for the enumerations related to conversation types used in the Slack MCP Server, including definitions for public channels, private channels, multi-person direct messages, and direct messages. Users can refer to this page to understand the different conversation - [Reference](https://docs.arcade.dev/en/mcp-servers/social-communication/twilio/reference.md): This documentation page provides a reference for the `arcade_twilio` package, which enables users to integrate Twilio for sending SMS and WhatsApp messages. It includes installation instructions, a brief description of the package, and detailed usage information for the ` - [Slack](https://docs.arcade.dev/en/mcp-servers/social-communication/slack.md): This documentation page provides an overview of the Slack MCP Server, which enables agents and AI applications to interact with the Slack platform effectively. Users can learn how to manage conversations, retrieve user information, send messages, and access metadata from various Slack interactions. The - [SlackApi](https://docs.arcade.dev/en/mcp-servers/social-communication/slack_api.md): The SlackApi documentation provides a comprehensive overview of tools and functionalities that enable users, particularly administrators and applications, to manage and automate various aspects of Slack workspaces. Users can learn how to perform tasks such as managing teams, users, channels, messaging, - [SlackApi](https://docs.arcade.dev/en/mcp-servers/social-communication/slack-api.md): The SlackApi documentation provides a comprehensive guide for administrators and applications to interact with Slack's API, enabling tasks such as managing workspaces, users, channels, and messaging. Users can learn how to automate various operations, including user management, file sharing, - [Teams Reference](https://docs.arcade.dev/en/mcp-servers/social-communication/teams/reference.md): The Teams Reference documentation provides a comprehensive overview of enumerations related to Teams MCP Server tools, including various match types and team membership classifications. It helps users understand the specific terms and their corresponding values, facilitating effective implementation and usage of these tools. Users can - [Twilio](https://docs.arcade.dev/en/mcp-servers/social-communication/twilio.md): This documentation page provides a comprehensive guide for users to set up and utilize Twilio's MCP Server for sending SMS and WhatsApp messages. It outlines the necessary prerequisites, configuration steps, and offers practical usage examples to demonstrate the server's capabilities. Users will - [X (formerly Twitter)](https://docs.arcade.dev/en/mcp-servers/social-communication/x.md): This documentation page provides a comprehensive guide for developers to utilize the Arcade X MCP Server, enabling them to build agents and AI applications that interact with X (formerly Twitter). It details various tools available for posting, replying to, deleting, and searching tweets, - [Zoom](https://docs.arcade.dev/en/mcp-servers/social-communication/zoom.md): This documentation page provides an overview of the Arcade Zoom MCP Server, which enables users to build agents and AI applications that interact with Zoom by listing upcoming meetings and retrieving meeting invitations. It details the available tools, including their parameters and usage, as well as ## Oai Agents - [Arcade with OpenAI Agents](https://docs.arcade.dev/en/home/oai-agents/overview.md): This documentation page provides a comprehensive guide for integrating Arcade with the OpenAI Agents library, enabling users to enhance their AI agents with various tools such as Gmail, LinkedIn, and GitHub. It covers installation, key features, basic usage examples, and - [Or set it directly when initializing the client](https://docs.arcade.dev/en/home/oai-agents/use-arcade-tools.md): This documentation page provides a comprehensive guide for integrating Arcade tools into OpenAI Agents applications, detailing the necessary prerequisites, environment setup, and configuration steps. Users will learn how to create and manage Arcade tools, set up agents with these tools, and handle authentication - [Set your API key](https://docs.arcade.dev/en/home/oai-agents/user-auth-interrupts.md): This documentation page provides a comprehensive guide on managing user authorization for Arcade tools within OpenAI Agents applications. It outlines the steps to obtain and configure an Arcade API key, handle authorization errors, and implement a complete authorization flow. Users will learn how to effectively ## Quickstart - [Arcade's Hosted Tools Quickstart](https://docs.arcade.dev/en/home/quickstart.md): The "Arcade's Hosted Tools Quickstart" documentation page guides users through the installation and initial use of Arcade's Hosted Tools, enabling AI agents to perform actions like sending emails and messaging in Slack. Users will learn how to install the Arcade client, ## Registry Early Access - [The Arcade Registry](https://docs.arcade.dev/en/home/registry-early-access.md): The Arcade Registry documentation page provides an overview of the Arcade Registry, a platform for developers to share and monetize their tools for agentic applications. It outlines the benefits of early access, including real-time metrics and feedback for tool usage, and invites users to ## Security - [Security Research Program](https://docs.arcade.dev/en/home/security.md): The Security Research Program documentation page outlines how users can report security vulnerabilities in Arcade's services, APIs, and open-source components, emphasizing the importance of community involvement in enhancing security. It details the types of vulnerabilities sought, the reporting process, and guidelines for ## Serve Tools - [Deploying to the cloud with Arcade Deploy](https://docs.arcade.dev/en/home/serve-tools/arcade-deploy.md): This documentation page provides a comprehensive guide on deploying an MCP server to the cloud using Arcade Deploy, simplifying server management and multi-user support. Users will learn how to utilize the `arcade deploy` CLI command, create MCP Gateways to select tools for - [Securing Arcade MCP Deployments](https://docs.arcade.dev/en/home/serve-tools/securing-arcade-mcp.md): This documentation page provides guidance on securing Arcade MCP deployments, highlighting the default unsecured state of MCP servers and the available methods for securing them, such as deploying to Arcade or using OAuth. It details the process of deploying an MCP server to Arcade, which includes ## Use Tools - [Get Formatted Tool Definitions](https://docs.arcade.dev/en/home/use-tools/get-tool-definitions.md): This documentation page provides guidance on retrieving formatted tool definitions using the Arcade Client, allowing users to obtain single or multiple tool definitions in specific model provider formats, such as OpenAI's. It also details how to convert these tool definitions into Zod schemas for - [Tool error handling](https://docs.arcade.dev/en/home/use-tools/error-handling.md): This documentation page provides guidance on effectively handling errors when using tools with Arcade's Tool Development Kit (TDK). It outlines the error handling philosophy, presents examples for client error management, and offers best practices to ensure robust application development. Users will learn how - [Types of Tools](https://docs.arcade.dev/en/home/use-tools/types-of-tools.md): This documentation page explains the two types of tools offered by Arcade—Starter tools and Optimized tools—highlighting their design differences and intended use cases. It emphasizes that Optimized tools are specifically designed to align with AI-powered chat interfaces, improving the performance - [What are tools?](https://docs.arcade.dev/en/home/use-tools/tools-overview.md): This documentation page provides an overview of tool calling in language models, explaining how users can leverage tools to enhance the capabilities of AI models for tasks like data retrieval and scheduling. It outlines practical use cases, such as analyzing documents and managing calendar events, while ## Vercelai - [page](https://docs.arcade.dev/en/home/vercelai/using-arcade-tools.md): This documentation page provides a comprehensive guide on integrating Arcade tools with the Vercel AI SDK to enhance AI-powered applications. Users will learn how to set up the necessary dependencies, obtain API keys, and utilize Arcade's Gmail MCP Server to create an AI