From 7af0d35204f650d4368f9d0d22dd03c329412e90 Mon Sep 17 00:00:00 2001 From: evantahler <303226+evantahler@users.noreply.github.com> Date: Sun, 16 Nov 2025 00:31:53 +0000 Subject: [PATCH] Regenerate LLMs.txt and related files --- public/llms.txt | 410 +++++++++++++++++++++++++----------------------- 1 file changed, 211 insertions(+), 199 deletions(-) diff --git a/public/llms.txt b/public/llms.txt index bbc29236..019aebda 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -6,326 +6,338 @@ Arcade enables your AI agent to securely take real-world actions through user-sp ## Getting Started -- [page](https://docs.arcade.dev/en/home.md): The Arcade Docs page serves as a comprehensive resource for users to access all necessary information about Arcade. It provides guidance and insights to help users effectively utilize the platform. +- [page](https://docs.arcade.dev/en/home.md): The Arcade Docs page provides users with comprehensive information and resources about Arcade, enabling them to understand and utilize its features effectively. It serves as a central hub for all documentation related to Arcade. ## Agentic Development -- [Agentic Development](https://docs.arcade.dev/en/home/agentic-development.md): This documentation page provides guidance on enhancing development speed by integrating AI tools with Arcade.dev's resources in IDEs. It explains how to utilize the LLMs.txt file format for easy access to documentation and introduces Context7, a server that supplies up-to +- [Agentic Development](https://docs.arcade.dev/en/home/agentic-development.md): This documentation page provides guidance on utilizing Agentic Development to enhance coding efficiency by integrating AI IDEs with Arcade.dev's documentation. Users can learn how to implement the LLMs.txt file format for easy access to documentation and leverage the Context7 MCP server ## Api Keys -- [Getting Your API Key](https://docs.arcade.dev/en/home/api-keys.md): This documentation page guides users on how to obtain and manage their Arcade API key, detailing the steps for both the Arcade Dashboard and CLI methods. It emphasizes the importance of securely storing the API key, as it serves as an administrator credential for accessing Arcade services +- [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, which is essential for accessing Arcade's services. It provides step-by-step instructions for generating an API key via both the Arcade Dashboard and the CLI, along with important security ## API Reference -- [Arcade API Reference](https://docs.arcade.dev/en/references/api.md): The Arcade API Reference documentation provides users with essential information about accessing and utilizing the Arcade API, including the base URL for API requests and the requirement for a valid account. It also features an interactive Swagger UI for exploring the API's endpoints. Users can learn -- [Arcade MCP (MCP Server SDK) - Python Overview](https://docs.arcade.dev/en/references/mcp/python/overview.md): The Arcade MCP (MCP Server SDK) - Python Overview documentation provides a comprehensive guide for developers to build MCP servers using a minimal API framework. It covers basic usage, class references, and various methods for configuring server properties, managing tools, and handling -- [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 MCP exception hierarchy for improved error handling and debugging. It outlines 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 requests and responses during processing. It outlines the base classes, methods for handling various types of messages, and built-in middleware options -- [Server](https://docs.arcade.dev/en/references/mcp/python/server.md): This documentation page provides a comprehensive reference for the `MCPServer` class in the Arcade MCP Python library, detailing its features, properties, and methods for hosting Arcade tools over MCP. Users can learn how to initialize the server, manage middleware, and -- [Settings](https://docs.arcade.dev/en/references/mcp/python/settings.md): This documentation page provides an overview of global configuration and environment-driven settings for the Arcade MCP Server, detailing various settings containers such as MCPSettings, ServerSettings, and ToolEnvironmentSettings. Users can learn how to create settings from environment variables, convert them to -- [Telemetry](https://docs.arcade.dev/en/references/mcp/telemetry.md): This documentation page provides an overview of the telemetry data collected by the `arcade-mcp` framework, explaining its purpose in improving product features and user experience. It details what specific usage information is tracked, reassures users about the non-collection of -- [Transport Modes](https://docs.arcade.dev/en/references/mcp/python/transports.md): This documentation page provides an overview of the two transport modes—stdio and HTTP—used by MCP servers for client communication. It outlines the characteristics, usage scenarios, and configuration options for each transport, helping users choose the appropriate mode based on their application needs +- [Arcade API Reference](https://docs.arcade.dev/en/references/api.md): The Arcade API Reference documentation provides users with essential information about accessing and utilizing the Arcade API, including the base URL for API requests and the requirement for a valid account. It also features an interactive Swagger UI for exploring API endpoints. Users can learn how to +- [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 minimal API for programmatically building secure MCP servers. Users will learn about the core components, including the `MCPApp` class, its properties +- [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 can 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 users can intercept and modify requests and responses during processing. It outlines the base classes, methods for handling various types of messages, and includes examples for +- [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 functionality for hosting Arcade tools over MCP. Users will learn about the server's features, including middleware support, context injection, and bidirectional +- [Settings](https://docs.arcade.dev/en/references/mcp/python/settings.md): This documentation page provides an overview of global configuration and environment-driven settings for the Arcade MCP Server, detailing how to manage various settings containers like MCPSettings, ServerSettings, and others. Users can learn how to create settings from environment variables, convert them to +- [Telemetry](https://docs.arcade.dev/en/references/mcp/telemetry.md): This documentation page provides an overview of the telemetry data collected by the `arcade-mcp` framework, explaining its purpose in improving product features and user experience while ensuring user privacy. It details what types of usage information are tracked, reassures users about +- [Transport Modes](https://docs.arcade.dev/en/references/mcp/python/transports.md): This documentation page provides an overview of the different transport modes (stdio and HTTP) available for MCP servers, detailing their characteristics, usage scenarios, and configurations. Users will learn how to choose the appropriate transport based on their application needs, whether for desktop or - [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 includes examples for constructing JSON-RPC requests and responses, as well 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 deployments and MCP servers. It includes detailed commands for various functionalities such as logging in, deploying, and configuring servers, along with guidance on accessing help +- [The Arcade CLI](https://docs.arcade.dev/en/home/arcade-cli.md): The Arcade CLI documentation provides users with guidance on installing and utilizing the Arcade command-line tool for managing Arcade deployments and MCP servers. It includes installation instructions, command usage examples, and details on various commands available within the CLI. Users can learn to efficiently manage ## Auth -- [Authorized Tool Calling](https://docs.arcade.dev/en/home/auth/auth-tool-calling.md): The "Authorized Tool Calling" documentation provides a comprehensive guide for developers on how to implement authorization for AI agents using Arcade, enabling secure access to external services like Gmail and Zoom. It outlines the steps for initializing the client, authorizing tools, checking authorization -- [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, helping users understand the permissions required and the availability of tools before execution. It includes instructions for initializing the client in Python or JavaScript, checking the authorization status for all -- [Direct Third-Party API Call](https://docs.arcade.dev/en/home/auth/call-third-party-apis-directly.md): This documentation page provides a step-by-step guide on how to obtain an authorization token to directly call third-party APIs, specifically using the Gmail API as an example. Users will learn to manage user authentication flows and utilize tokens with external services, enabling them to -- [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 applications that require access to sensitive user data and services. It details the challenges of authentication and authorization in agentic applications and describes how Arcade's system supports OAuth 2.0, enabling AI agents to -- [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 applications that require access to sensitive user data and services. It details the challenges of authentication and outlines how Arcade's authorization system, which supports OAuth 2.0, enables AI agents to securely act on -- [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 their authentication flows in production using Arcade.dev. It outlines the use of the default Arcade user verifier for development and provides instructions for implementing a custom user verifier for enhanced security and user experience in production applications +- [Authorized Tool Calling](https://docs.arcade.dev/en/home/auth/auth-tool-calling.md): The "Authorized Tool Calling" documentation provides a comprehensive guide for developers on how to implement an authorization system using Arcade, enabling AI agents to securely access external services on behalf of users. It covers the steps for initializing the client, authorizing tools, checking +- [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, helping users determine the permissions required and the availability of tools before execution. It includes instructions for initializing the client, checking the status for all tools or specific tools, and +- [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 retrieve an authorization token for directly calling third-party APIs, specifically using the Gmail API as an example. Users will learn to manage user authentication flows and utilize obtained tokens to access external services without relying on Arcade +- [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 by providing a secure system for AI applications to authenticate and act on behalf of users using OAuth 2.0, API keys, and user tokens. It outlines the challenges of accessing sensitive data and services, +- [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 applications that require access to sensitive user data and services. It details the challenges of authentication and how Arcade's system supports OAuth 2.0, API keys, and user tokens, enabling AI agents to +- [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 their authentication flows using Arcade.dev in production environments. It outlines the use of the default Arcade user verifier for development and provides instructions for implementing a custom user verifier to enhance user experience and security in production ## Auth Providers -- [Airtable](https://docs.arcade.dev/en/home/auth-providers/airtable.md): This documentation page provides guidance on configuring the Airtable authentication provider using OAuth 2.0, enabling users to integrate Airtable APIs into their applications or tools. It outlines the steps to create an Airtable app, obtain necessary credentials, and set up -- [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 users. It outlines how to quickly set up the default Asana auth provider, configure custom app credentials, and create -- [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 applications and tools to authenticate and interact with the Atlassian API on behalf of users. It outlines the necessary steps to create an Atlassian app -- [Auth Providers](https://docs.arcade.dev/en/home/auth-providers.md): This documentation page provides an overview of the various 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 branding and rate -- [Calendly](https://docs.arcade.dev/en/home/auth-providers/calendly.md): This documentation page provides guidance on configuring the Calendly authentication provider for tools and applications using OAuth 2.0, enabling users to access Calendly APIs on behalf of their users. It outlines the steps to create a Calendly developer account, register an -- [ClickUp](https://docs.arcade.dev/en/home/auth-providers/clickup.md): This documentation page provides guidance on configuring and using the ClickUp authentication provider with Arcade, enabling applications and custom tools to access the ClickUp API on behalf of 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 and using Discord authentication with Arcade, emphasizing the creation of a custom Auth Provider using Discord OAuth 2.0 credentials. It outlines the steps for setting up a Discord application, integrating it with Arcade, and utilizing Discord -- [Dropbox](https://docs.arcade.dev/en/home/auth-providers/dropbox.md): This documentation page provides instructions for configuring and using a custom Dropbox authentication provider within the Arcade platform, enabling users to call the Dropbox API on behalf of their applications. It outlines the steps to create a Dropbox app, set up OAuth 2.0 credentials -- [Figma](https://docs.arcade.dev/en/home/auth-providers/figma.md): This documentation page provides guidance on configuring the Figma authentication provider for use with Arcade, enabling users to call Figma APIs through OAuth 2.0 authentication. It outlines the steps for creating a Figma app, setting up OAuth credentials, and integrating -- [GitHub](https://docs.arcade.dev/en/home/auth-providers/github.md): This documentation page provides guidance on configuring GitHub authentication for tools and applications using the Arcade platform, enabling them to interact with GitHub APIs on behalf of users. It includes steps for creating a GitHub app, setting up OAuth provider details in the Arcade -- [Google](https://docs.arcade.dev/en/home/auth-providers/google.md): This documentation page provides guidance on configuring the Google authentication provider within the Arcade platform, enabling users to call Google APIs on behalf of users. It outlines the steps for creating a Google app, setting up OAuth credentials, and integrating Google auth into agents and applications -- [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 on behalf of their applications or tools. It outlines steps for utilizing Arcade's default Hubspot auth provider, creating a Hub -- [Linear](https://docs.arcade.dev/en/home/auth-providers/linear.md): This documentation page provides guidance on configuring and using the Linear authentication provider with Arcade, enabling users to authenticate and interact with Linear APIs through their applications and custom tools. It outlines the steps for creating a Linear app, setting up OAuth2 credentials, and integrating -- [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 applications and custom tools to access LinkedIn APIs on behalf of users. It outlines the steps to create a LinkedIn app, set up app credentials, and implement -- [Mailchimp](https://docs.arcade.dev/en/home/auth-providers/mailchimp.md): This documentation page provides guidance on using the Mailchimp authentication provider with Arcade, enabling users to integrate Mailchimp Marketing APIs via OAuth 2.0. It outlines the steps for configuring Mailchimp auth, creating a Mailchimp app, and setting up the -- [Microsoft](https://docs.arcade.dev/en/home/auth-providers/microsoft.md): This documentation page provides guidance on how to create and configure a custom Microsoft Auth Provider for use with Arcade, enabling applications and tools to authenticate users and call the Microsoft Graph API. It outlines the steps for registering a Microsoft app, setting necessary permissions, and -- [Miro](https://docs.arcade.dev/en/home/auth-providers/miro.md): This documentation page provides guidance on configuring the Miro auth provider to enable applications and tools to access Miro APIs using OAuth 2.0 authentication. It outlines the steps for creating a Miro app, obtaining necessary credentials, and integrating the Miro -- [Notion](https://docs.arcade.dev/en/home/auth-providers/notion.md): This documentation page provides guidance on configuring and using the Notion authentication provider with Arcade, enabling applications and custom tools to access Notion APIs on behalf of users. It outlines the steps to create a Notion app, set up OAuth credentials, and integrate -- [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 the Arcade platform, enabling them to connect with any OAuth 2.0-compatible API. It outlines the steps for setting up OAuth 2.0 both through -- [PagerDuty](https://docs.arcade.dev/en/home/auth-providers/pagerduty.md): This documentation page provides guidance on configuring the PagerDuty authentication provider for use with Arcade, enabling users to integrate and interact with PagerDuty APIs through OAuth 2.0. It outlines the steps for creating a PagerDuty app, setting up OAuth credentials, -- [Reddit](https://docs.arcade.dev/en/home/auth-providers/reddit.md): This documentation page provides guidance on configuring a custom Reddit Auth Provider within the Arcade platform, enabling users to authenticate and interact with the Reddit API on behalf of users. It outlines the steps to create a Reddit application, set up OAuth credentials, and integrate Reddit -- [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 OAuth settings and environment variable configurations. Users -- [Slack](https://docs.arcade.dev/en/home/auth-providers/slack.md): This documentation page provides guidance on configuring the Slack authentication provider for use with Arcade, enabling tools and agents to interact with Slack APIs on behalf of users. It outlines the steps for creating a Slack app, setting up app credentials, and integrating Slack with the -- [Spotify](https://docs.arcade.dev/en/home/auth-providers/spotify.md): This documentation page provides guidance on configuring a custom Spotify Auth Provider within the Arcade platform, enabling users to authenticate and interact with the Spotify API on behalf of users. It outlines the steps to create a Spotify app, set up the provider in the Arcade Dashboard -- [Square](https://docs.arcade.dev/en/home/auth-providers/square.md): This documentation page provides guidance on using the Square auth provider to enable OAuth 2.0 authentication for applications that interact with Square APIs. It outlines the steps for configuring Square authentication within the Arcade platform, including creating a Square app, setting up OAuth settings -- [TickTick](https://docs.arcade.dev/en/home/auth-providers/ticktick.md): This documentation page provides guidance on configuring the TickTick authentication provider for use with Arcade, enabling users to access TickTick APIs via OAuth 2.0. It outlines the steps to create a TickTick app, set up OAuth settings, and integrate the -- [Twitch](https://docs.arcade.dev/en/home/auth-providers/twitch.md): This documentation page provides guidance on configuring a custom Twitch authentication provider within the Arcade platform, enabling users to call the Twitch API on behalf of their applications or tools. It outlines the necessary steps to create a Twitch app, set up OAuth credentials, and integrate -- [X](https://docs.arcade.dev/en/home/auth-providers/x.md): This documentation page provides guidance on using and configuring the X (Twitter) authentication provider within the Arcade platform, enabling users to call the X API on behalf of their applications. It outlines the steps to create an X app, configure the X auth provider in -- [Zendesk](https://docs.arcade.dev/en/home/auth-providers/zendesk.md): This documentation page provides guidance on configuring a custom Zendesk authentication provider for use with Arcade, enabling users to call Zendesk APIs on behalf of others. It outlines the steps to create a Zendesk app, set up OAuth clients, and manage necessary credentials -- [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 call Zoho APIs via OAuth 2.0. It outlines the steps for creating a Zoho app, setting up necessary credentials, and integrating Zo -- [Zoom](https://docs.arcade.dev/en/home/auth-providers/zoom.md): This documentation page provides guidance on configuring a custom Zoom Auth Provider within the Arcade platform, enabling users to authenticate and interact with the Zoom API using their own OAuth 2.0 credentials. It outlines the steps for creating a Zoom app, setting up the +- [Airtable](https://docs.arcade.dev/en/home/auth-providers/airtable.md): This documentation page provides guidance on configuring the Airtable authentication provider for use with Arcade, enabling users to call Airtable APIs via OAuth 2.0 authentication. It outlines the steps for creating an Airtable app, obtaining necessary credentials, and integrating these +- [Asana](https://docs.arcade.dev/en/home/auth-providers/asana.md): This documentation page provides guidance on using and configuring the Asana authentication provider within the Arcade platform, enabling users to call Asana APIs on behalf of their applications. It details options for utilizing Arcade's default Asana auth provider or setting up custom app credentials +- [Atlassian](https://docs.arcade.dev/en/home/auth-providers/atlassian.md): This documentation page provides guidance on creating and configuring a custom Atlassian Auth Provider for use with Arcade, enabling applications and tools to authenticate and interact with the Atlassian API on behalf of users. It outlines the necessary steps to set up an Atl +- [Auth Providers](https://docs.arcade.dev/en/home/auth-providers.md): This 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 branding and rate limit +- [Calendly](https://docs.arcade.dev/en/home/auth-providers/calendly.md): This documentation page provides guidance on configuring the Calendly authentication provider for tools and agents using OAuth 2.0, enabling them to access Calendly APIs on behalf of users. It includes steps for creating a Calendly developer account, registering an OAuth application +- [ClickUp](https://docs.arcade.dev/en/home/auth-providers/clickup.md): This documentation page provides guidance on configuring ClickUp authentication for applications and custom tools using the Arcade platform. It outlines the steps to create a ClickUp app, set up OAuth credentials, and utilize the ClickUp auth provider to access the ClickUp API on +- [Discord](https://docs.arcade.dev/en/home/auth-providers/discord.md): This documentation page provides instructions for setting up and configuring a custom Discord authentication provider within the Arcade platform, enabling users to call the Discord API on behalf of their applications. It guides users through creating a Discord app, entering necessary credentials, and utilizing the Discord +- [Dropbox](https://docs.arcade.dev/en/home/auth-providers/dropbox.md): This documentation page provides instructions for configuring a custom Dropbox authentication provider within the Arcade platform, enabling users to call the Dropbox API on behalf of their applications. It outlines the steps to create a Dropbox app, set up OAuth 2.0 credentials, and +- [Figma](https://docs.arcade.dev/en/home/auth-providers/figma.md): This documentation page provides guidance on configuring the Figma authentication provider using OAuth 2.0, enabling users to access Figma APIs through their applications or tools. It outlines the steps to create a Figma app, set up OAuth credentials, and integrate +- [GitHub](https://docs.arcade.dev/en/home/auth-providers/github.md): This documentation page provides guidance on configuring GitHub authentication for tools and applications using the Arcade platform, enabling users to call GitHub APIs on behalf of their users. It outlines the steps to create a GitHub app, configure it within the Arcade Dashboard, +- [Google](https://docs.arcade.dev/en/home/auth-providers/google.md): This documentation page provides guidance on configuring and using the Google authentication provider within the Arcade platform, enabling users to call Google/Google Workspace APIs on behalf of users. It includes instructions for creating a Google app, setting up OAuth credentials, and integrating Google auth +- [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 with Arcade, enabling users to call Linear APIs on behalf of users. It outlines the steps to create a Linear app, configure OAuth2 settings, and integrate the Linear auth provider into custom +- [LinkedIn](https://docs.arcade.dev/en/home/auth-providers/linkedin.md): This documentation page provides guidance on configuring and using the LinkedIn authentication provider within Arcade, enabling applications and custom tools to access LinkedIn APIs on behalf of users. It outlines the steps for creating a LinkedIn app, setting up app credentials, and implementing +- [Mailchimp](https://docs.arcade.dev/en/home/auth-providers/mailchimp.md): This documentation page provides guidance on using the Mailchimp authentication provider to enable tools and applications to access Mailchimp Marketing APIs via OAuth 2.0. It outlines the steps for configuring Mailchimp auth within Arcade, including creating a Mailchimp app and integrating +- [Microsoft](https://docs.arcade.dev/en/home/auth-providers/microsoft.md): This documentation page provides guidance on how to create and configure a custom Microsoft Auth Provider for use with Arcade, enabling applications and tools to access the Microsoft Graph API on behalf of users. It outlines the necessary steps to register a Microsoft app, set permissions, +- [Miro](https://docs.arcade.dev/en/home/auth-providers/miro.md): This documentation page provides guidance on configuring the Miro authentication provider for tools and applications using OAuth 2.0 to access Miro APIs. It details the steps to create a Miro app, obtain necessary credentials, and set up the Miro auth +- [Notion](https://docs.arcade.dev/en/home/auth-providers/notion.md): This documentation page provides guidance on configuring and using the Notion authentication provider with Arcade, enabling applications and custom tools to access Notion APIs on behalf of users. It outlines the steps for creating a Notion app, setting up OAuth credentials, and utilizing +- [OAuth 2.0](https://docs.arcade.dev/en/home/auth-providers/oauth2.md): This documentation page provides guidance on configuring OAuth 2.0 for authorizing tools and agents with any OAuth 2.0-compatible provider using Arcade. It details the setup process for both the Arcade Cloud Engine and self-hosted environments, including the necessary +- [PagerDuty](https://docs.arcade.dev/en/home/auth-providers/pagerduty.md): This documentation page provides guidance on configuring and using the PagerDuty authentication provider with Arcade, enabling users to integrate their applications with PagerDuty's APIs via OAuth 2.0. It outlines the steps for creating a PagerDuty app, setting up OAuth credentials +- [Reddit](https://docs.arcade.dev/en/home/auth-providers/reddit.md): This documentation page provides guidance on configuring a custom Reddit Auth Provider for use with Arcade, enabling users to authenticate and interact with the Reddit API on behalf of their applications. It outlines the steps to create a Reddit app, set up OAuth credentials, and integrate +- [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 tools and applications to access Salesforce APIs on behalf of users. It outlines the steps to create a Connected App in Salesforce, including necessary OAuth settings and environment variable configurations. +- [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 integrate Slack APIs into their applications and tools. It outlines the steps for creating a Slack app, setting up app credentials, and configuring the Slack auth provider using +- [Spotify](https://docs.arcade.dev/en/home/auth-providers/spotify.md): This documentation page provides guidance on configuring a custom Spotify Auth Provider within the Arcade platform, enabling users to authenticate and interact with the Spotify API on behalf of users. It outlines the steps for creating a Spotify app, setting up the provider in the Arcade Dashboard +- [Square](https://docs.arcade.dev/en/home/auth-providers/square.md): This documentation page provides guidance on using the Square authentication provider with Arcade, enabling users to integrate and call Square APIs using OAuth 2.0. It outlines the steps for creating a Square app, configuring OAuth settings, and setting up the Square auth provider +- [TickTick](https://docs.arcade.dev/en/home/auth-providers/ticktick.md): This documentation page provides guidance on configuring and using the TickTick authentication provider with Arcade, enabling users to access TickTick APIs via OAuth 2.0. It outlines the steps for creating a TickTick app, setting up OAuth credentials, and integrating these +- [Twitch](https://docs.arcade.dev/en/home/auth-providers/twitch.md): This documentation page provides guidance on how to configure and use a custom Twitch authentication provider within the Arcade platform, as there is no default provider available. It outlines the steps for creating a Twitch app, integrating it with Arcade, and utilizing the Twitch API in +- [X](https://docs.arcade.dev/en/home/auth-providers/x.md): This documentation page provides guidance on configuring the X (Twitter) authentication provider for use with Arcade, enabling users to call the X API on behalf of their users. It outlines the steps to create an X app, configure OAuth settings in the Arcade Dashboard, +- [Zendesk](https://docs.arcade.dev/en/home/auth-providers/zendesk.md): This documentation page provides guidance on configuring and using the Zendesk authentication provider within the Arcade platform. It outlines the steps necessary to create a custom provider configuration, set up a Zendesk app, and integrate Zendesk APIs for tools and agents. Users will +- [Zoho](https://docs.arcade.dev/en/home/auth-providers/zoho.md): This documentation page provides guidance on configuring the Zoho authentication provider for tools and agents to access Zoho APIs using OAuth 2.0. It outlines the steps to create a Zoho app, set up necessary credentials, and integrate Zoho services with +- [Zoom](https://docs.arcade.dev/en/home/auth-providers/zoom.md): This documentation page provides instructions for configuring a custom Zoom Auth Provider in Arcade, enabling users to authenticate and call the Zoom API on behalf of users. It outlines the steps to create a Zoom app, set up OAuth credentials, and integrate Zoom authentication into app ## 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 demonstrating how to integrate the Reddit auth provider. Users will learn how to create tools that require OAuth for access, manage user permissions -- [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 prerequisites and outcomes for successful setup. Users will learn how to utilize the `arcade configure` command for various transport types and customize their client's configuration, including setting -- [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 secrets using Arcade. It covers the process of reading secrets from various sources, such as environment variables and the Arcade Dashboard, ensuring sensitive information is managed effectively during tool deployment. Users -- [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 for users 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 to migrate their existing Arcade toolkits to the new MCP Server framework, detailing necessary changes in terminology, package updates, and code modifications. It outlines step-by-step instructions for updating dependencies, imports, and creating -- [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 by keeping tools organized and leveraging decorators for efficient tool management. Additionally -- [Providing useful tool errors](https://docs.arcade.dev/en/home/build-tools/providing-useful-tool-errors.md): This documentation page provides guidance on effectively handling errors when building tools with Arcade MCP, emphasizing the importance of robust error management. It explains how Arcade's automatic error adaptation minimizes boilerplate code and outlines when to explicitly raise specific error types. Users will learn about -- [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 improve tool call outcomes by providing additional context for input parameters. It details when to raise this error and includes an example of its application in a Slack messaging -- [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 to access runtime capabilities and tool-specific data securely. Users will learn how to utilize the `Context` object to manage OAuth tokens, access secrets, log messages, request +- [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 on how to implement user authorization in their custom MCP tools using Arcade, OAuth, and various auth providers, such as Reddit. It outlines the prerequisites, key concepts, and step-by-step instructions for creating a tool that requires user +- [Call tools from MCP clients](https://docs.arcade.dev/en/home/build-tools/call-tools-from-mcp-clients.md): This documentation page guides users on how to configure MCP clients to call tools from an MCP server, detailing prerequisites and outcomes. It explains the use of the `arcade configure` command for various transport types and provides customization options for client configuration. Users will +- [Create an MCP tool with secrets](https://docs.arcade.dev/en/home/build-tools/create-a-tool-with-secrets.md): This documentation page provides a comprehensive guide on creating custom MCP tools that securely handle sensitive information, or "secrets," using the Arcade platform. Users will learn how to read and configure secrets from various sources, including environment files and the Arcade Dashboard, ensuring +- [Creating an MCP Server with Arcade](https://docs.arcade.dev/en/home/build-tools/create-a-mcp-server.md): This documentation page guides users through the process of creating, testing, deploying, and publishing a custom MCP Server using the Arcade framework. It provides step-by-step instructions on utilizing the `arcade_mcp_server` package and the `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 to migrate their existing Arcade toolkits to the new MCP Server framework, detailing necessary changes in terminology, package dependencies, and code structure. It outlines step-by-step instructions for updating dependencies, imports, and creating +- [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 its tools, including guidance on defining tools in separate files and importing them from other packages. Users will learn how to maintain a clean project structure, utilize the `@app.tool` decorator, +- [Providing useful tool errors](https://docs.arcade.dev/en/home/build-tools/providing-useful-tool-errors.md): This documentation page provides guidance on effectively handling errors when building tools with Arcade MCP, emphasizing the importance of robust error management. It explains how to utilize automatic error adaptation and outlines scenarios for explicitly raising errors, ensuring developers can create reliable tools with minimal boilerplate +- [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 allowing retries with improved input parameters. It details when to raise this error and provides an example of its application in sending direct messages +- [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 OAuth tokens, secrets, user information, and various ## 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, and maintenance changes at Arcade.dev. It details new toolkits, improvements to the platform and engine, and enhancements to the CLI, helping users stay informed about the +- [Changelog](https://docs.arcade.dev/en/home/changelog.md): The Changelog documentation page provides users with a comprehensive overview of the latest features, maintenance updates, and bug fixes for Arcade.dev. It details recent enhancements to MCP Servers, toolkits, and platform functionalities, enabling users to stay informed about improvements and new ## 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 offered by Arcade, detailing their functionalities based on transport methods and deployment options. Users can learn about the capabilities of each server type, including the availability of tools with or without authentication and secret management. +- [Compare MCP Server Types](https://docs.arcade.dev/en/home/compare-server-types.md): This documentation page provides a comparative overview of different MCP server types based on transport methods and deployment options. Users can learn about the functionalities and features available for each server type, including their capabilities regarding tools and authentication requirements. The comparison table helps users choose the ## 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. +- [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 communication channels. It aims to assist users and their agents in achieving success by facilitating easy access to help. ## 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 tools, manage API keys, and create a Crew that utilizes these tools effectively. Additionally -- [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 implement a custom authentication flow for the ArcadeToolManager within their CrewAI agent team, allowing for tailored authorization processes before executing tools. It covers prerequisites, environment setup, API key configuration, and the definition of the +- [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 instructions, and configuration steps. Users will learn how to manage tool authorization and utilize the ArcadeToolManager to enhance their CrewAI agent teams effectively +- [Provide the tool manager callback to the ArcadeToolManager](https://docs.arcade.dev/en/home/crewai/custom-auth-flow.md): This documentation page guides users through the process of creating a custom authentication flow for the ArcadeToolManager in CrewAI, allowing for tailored authorization and execution of tools within their agent teams. It covers prerequisites, environment setup, API key configuration, and the definition ## 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 provides a step-by-step guide for users to create and run a custom MCP Server using the Arcade MCP framework. It covers prerequisites, installation of necessary tools, server setup, and how to connect and authorize tools +- [Build MCP Server QuickStart](https://docs.arcade.dev/en/home/custom-mcp-server-quickstart.md): The "Build MCP Server QuickStart" documentation provides users with step-by-step instructions to create and run a custom MCP Server using the Arcade MCP framework. It covers prerequisites, installation of necessary tools, server setup, environment configuration for secrets, and connecting to ## 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, detailing essential information such as egress IP addresses and the availability of VPC Peering for enterprise customers. Users can learn how to manage traffic and request additional connectivity options. -- [Engine Configuration](https://docs.arcade.dev/en/home/deployment/engine-configuration.md): This documentation page provides advanced configuration options for enterprise customers self-hosting the Arcade Engine, detailing how to obtain and customize the engine's configuration files (`engine.yaml` and `engine.env`). Users will learn how to set up these files to manage engine settings -- [On-premise MCP Servers](https://docs.arcade.dev/en/home/deployment/on-prem-mcp.md): This documentation page provides guidance on deploying on-premises MCP servers within a hybrid architecture, allowing users to leverage Arcade's cloud infrastructure while maintaining control over their local resources and data security. Users will learn how to set up their MCP server, create secure tunnels +- [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, detailing essential information such as egress IP addresses and the availability of VPC Peering for enterprise customers. Users can learn how to manage network traffic and request additional services to enhance their cloud +- [Engine Configuration](https://docs.arcade.dev/en/home/deployment/engine-configuration.md): This documentation page provides enterprise customers with advanced configuration options for self-hosting the Arcade Engine, including installation methods and detailed guidance on managing the engine's settings through configuration files. Users will learn how to locate and customize the `engine.yaml` and `engine +- [On-premise MCP Servers](https://docs.arcade.dev/en/home/deployment/on-prem-mcp.md): This documentation page provides guidance on deploying on-premises MCP servers within a hybrid architecture, enabling users to leverage Arcade's cloud infrastructure while maintaining control over their local environment. Users will learn how to set up their MCP server, create secure tunnels for public access ## Evaluate Tools -- [Evaluate tools](https://docs.arcade.dev/en/home/evaluate-tools/create-an-evaluation-suite.md): This documentation page guides users on how to create and run an evaluation suite for their tools using the Arcade framework. It covers defining evaluation cases, utilizing various critics to assess tool performance, and executing evaluations to ensure AI models interact with tools correctly. Users will -- [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 their evaluation process with various command options, and analyze the performance results in a structured format. The page -- [Why evaluate tools?](https://docs.arcade.dev/en/home/evaluate-tools/why-evaluate-tools.md): This documentation page emphasizes the importance of evaluating tools used by language models in production environments to ensure their effectiveness and reliability. It outlines a comprehensive evaluation framework that assesses tool utilization and intent understanding, helping users validate the model's performance in real-world scenarios. Additionally +- [Evaluate tools](https://docs.arcade.dev/en/home/evaluate-tools/create-an-evaluation-suite.md): This documentation page guides users on how to create an evaluation suite for assessing tools using the Arcade framework. It covers the process of defining evaluation cases, utilizing various critics to measure performance, and running evaluations to ensure AI models effectively use the tools. Users will +- [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 performance results of their models. The page includes +- [Why evaluate tools?](https://docs.arcade.dev/en/home/evaluate-tools/why-evaluate-tools.md): This documentation page emphasizes the importance of evaluating tools used by language models in production environments to ensure their effectiveness and reliability. It outlines the evaluation framework that assesses tool utilization and intent understanding, helping users validate the model's performance in real-world applications. Additionally, ## Faq -- [Frequently Asked Questions](https://docs.arcade.dev/en/home/faq.md): This documentation page provides answers to common questions about the Arcade platform, including how to create and contribute tools, the differences between various API keys, and details on authentication methods. Users can learn how to customize their experience by building their own tools, collaborating effectively +- [Frequently Asked Questions](https://docs.arcade.dev/en/home/faq.md): This documentation page provides answers to common questions about the Arcade platform, including how to create and contribute tools, the differences between various API keys, and authentication processes. Users can learn how to build custom tools, collaborate effectively using project API keys, and manage ## Glossary -- [Arcade Glossary](https://docs.arcade.dev/en/home/glossary.md): The Arcade Glossary documentation provides definitions and explanations of key terms and concepts related to the Arcade platform, including agents, tools, and MCP servers. It aims to help users understand the components necessary for building, testing, and deploying applications that utilize large language +- [Arcade Glossary](https://docs.arcade.dev/en/home/glossary.md): The Arcade Glossary provides definitions and explanations of key terms and concepts related to the Arcade platform, including agents, tools, and MCP servers. It helps users understand the components necessary for building, testing, and deploying applications that utilize large language models (LL ## 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 `google-adk-arcade` package with Arcade, enabling users to enhance their AI agents with various tools from platforms like Google Mail, LinkedIn, and GitHub. It covers installation, key -- [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, and configuration steps. Users will learn how to create and manage Arcade tools, authorize them for agents, and run these agents effectively +- [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 framework with the Google ADK library, enabling users to enhance their AI agents with various powerful tools. It covers installation, key features, basic usage examples, and authorization processes, helping users effectively utilize +- [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, and configuration steps. Users will learn how to manage Arcade tools, authorize them for agents, and run agents with user context, ## 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 the Arcade platform, including the default Arcade Cloud service and on-premise deployment alternatives. Users can learn how to quickly start using Arcade with zero infrastructure through the cloud service or set up their +- [Hosting Options](https://docs.arcade.dev/en/home/hosting-overview.md): This documentation page provides an overview of the various hosting options available for the Arcade platform, including the Arcade Cloud service and on-premise deployments. Users can learn how to quickly set up and utilize Arcade Cloud for immediate access to tools and features, or explore ## 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, environment setup, and configuration steps. Users will learn how to create and manage Arcade tools, set up language models, and implement a ReAct-style -- [Import necessary classes and modules](https://docs.arcade.dev/en/home/langchain/user-auth-interrupts.md): This documentation page guides users in creating a LangGraph workflow that incorporates user authorization for accessing specific Arcade tools. It outlines the necessary prerequisites, installation steps, and configuration required to set up the environment, as well as detailed instructions for defining workflow steps and managing -- [page](https://docs.arcade.dev/en/home/langchain/auth-langchain-tools.md): This documentation page provides a step-by-step guide on how to authorize existing LangChain tools, such as the `GmailToolkit`, using the Arcade platform. It outlines the prerequisites, necessary package installations, and detailed code examples in both Python and JavaScript +- [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 for integrating Arcade tools into LangGraph applications, detailing the necessary prerequisites, environment setup, and configuration steps. Users will learn how to create and manage Arcade tools, set up language models, and build a ReAct-style +- [Import necessary classes and modules](https://docs.arcade.dev/en/home/langchain/user-auth-interrupts.md): This documentation page guides users in creating a LangGraph workflow that incorporates user authorization for specific Arcade tools. It outlines the necessary prerequisites, installation steps, and code configurations required to ensure that only authorized tools are accessible to the language model. Users will learn how +- [page](https://docs.arcade.dev/en/home/langchain/auth-langchain-tools.md): This documentation page provides a step-by-step guide on how to authorize existing LangChain tools, such as the `GmailToolkit`, using the Arcade platform. It outlines prerequisites, necessary package installations, and detailed instructions for initializing the Arcade client and completing the ## 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 creation, client installation, API key configuration, and agent interaction methods -- [page](https://docs.arcade.dev/en/home/mastra/overview.md): This documentation page provides guidance on integrating Arcade's tool ecosystem with Mastra applications, enabling users to enhance their Mastra agents with access to various third-party services. It outlines key functionalities such as tool discovery, schema conversion, and execution delegation, simplifying the -- [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 in Mastra applications, focusing on dynamic tool loading and per-user authentication flows. It outlines the steps to set up Mastra configurations, create API endpoints for tool access, and enhance user +- [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 enhance their Mastra applications with these tools. It covers prerequisites, project setup, API key configuration, and interaction methods with the Mastra +- [page](https://docs.arcade.dev/en/home/mastra/overview.md): This documentation page guides users on integrating Arcade's tool ecosystem into Mastra applications, enabling enhanced functionality for AI agents. It outlines the benefits of accessing various pre-built tools, simplifying tool management, and building sophisticated agents through a unified API. Users will learn +- [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, enabling dynamic tool loading and personalized authentication flows for multiple users. It outlines the steps to configure agents, create API endpoints for tool access, and improve user experience during ## 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 users on how to connect Cursor to an Arcade MCP Gateway, including prerequisites like creating an Arcade account and obtaining an API key. It outlines the setup process within Cursor, detailing how to configure settings and authenticate -- [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 services within their development environment. It outlines the prerequisites, including creating an Arcade account and obtaining an API key, as -- [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 within the application. It outlines the prerequisites needed, such as creating an Arcade account and obtaining an API key, as well as +- [Use Arcade in Cursor](https://docs.arcade.dev/en/home/mcp-clients/cursor.md): This documentation page provides a step-by-step guide for users to connect Cursor to an Arcade MCP Gateway, enabling them to utilize Arcade tools within Cursor. 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 the IDE. It outlines the necessary prerequisites, including creating an Arcade account and obtaining an API key, as +- [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 within the application. It outlines the prerequisites, including creating an Arcade account and obtaining an API key, as well as detailed setup ## Mcp Gateways -- [MCP Gateways](https://docs.arcade.dev/en/home/mcp-gateways.md): This documentation page provides a comprehensive guide for configuring and using MCP Gateways, which enable users to connect multiple MCP Servers for streamlined management and access to tools across projects. Users can learn how to create and customize MCP Gateways, selecting specific tools from various +- [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 streamline management and access to various tools within a single project. Users will learn how to create and customize an MCP Gateway, including selecting ## MCP Servers -- [page](https://docs.arcade.dev/en/mcp-servers.md): This documentation page provides a comprehensive registry of all MCP Servers available within the Arcade ecosystem, helping users identify and access the various server options. It serves as a centralized resource for understanding the available MCP Servers and their functionalities. +- [page](https://docs.arcade.dev/en/mcp-servers.md): This documentation page provides a comprehensive registry of all MCP Servers available within the Arcade ecosystem, helping users to easily locate and understand the various server options. ## 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 Server to the Arcade documentation. It outlines the prerequisites for submission, including building and publishing the server, and details the process for opening a pull request and addressing reviewer feedback +- [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 server, and details the process for creating a pull request and ensuring it meets ## MCP Servers - Customer Support -- [FreshserviceApi](https://docs.arcade.dev/en/mcp-servers/customer-support/freshservice-api.md): The FreshserviceApi documentation provides tools and endpoints for programmatically interacting with the Freshservice platform, enabling users to manage organizational data, assets, software, service catalogs, users, tickets, and more. It facilitates automation of administrative tasks, ITSM workflows -- [Zendesk](https://docs.arcade.dev/en/mcp-servers/customer-support/zendesk.md): This documentation page provides an overview of the Zendesk MCP Server, which enables agents to efficiently manage customer support tickets and knowledge base articles. Users can perform various actions such as listing tickets, retrieving comments, adding comments, marking tickets as solved, and searching -- [Zendesk Reference](https://docs.arcade.dev/en/mcp-servers/customer-support/zendesk/reference.md): The Zendesk Reference documentation provides a comprehensive list of enumerations, including ticket statuses, sorting orders, and article sorting criteria used in the Zendesk MCP Server. This reference helps users understand and implement these enumerations effectively in their tools and applications. +- [CustomerioApi](https://docs.arcade.dev/en/mcp-servers/customer-support/customerio-api.md): The CustomerioApi documentation provides users with tools to effectively manage customer communications and marketing campaigns through the Customer.io platform. It details various functionalities, such as triggering broadcasts, sending transactional messages, and retrieving campaign metrics, enabling users to optimize their marketing efforts. +- [CustomerioPipelinesApi](https://docs.arcade.dev/en/mcp-servers/customer-support/customerio-pipelines-api.md): The CustomerioPipelinesApi documentation provides a set of tools designed to enable users to manage user data and track interactions within Customer.io through the Track API. Users can learn how to identify users, record events, and send various types of tracking data, +- [CustomerioTrackApi](https://docs.arcade.dev/en/mcp-servers/customer-support/customerio-track-api.md): The CustomerioTrackApi documentation provides users with a comprehensive guide to tools that facilitate interaction with the Customer.io Track API, enabling efficient management of customer data and interactions. Users can learn how to perform various actions, such as adding or updating customer information, +- [FreshserviceApi](https://docs.arcade.dev/en/mcp-servers/customer-support/freshservice-api.md): The FreshserviceApi documentation provides tools for programmatically interacting with the Freshservice platform, enabling users to manage various aspects such as organizational data, assets, software, service catalogs, users, tickets, and more. It outlines available API endpoints for tasks like +- [IntercomApi](https://docs.arcade.dev/en/mcp-servers/customer-support/intercom-api.md): The IntercomApi documentation provides a comprehensive guide for users to manage and interact with the Intercom platform through various tools and functionalities. It includes detailed descriptions of available API endpoints for tasks such as retrieving admin information, managing articles and collections, and handling company +- [Zendesk](https://docs.arcade.dev/en/mcp-servers/customer-support/zendesk.md): This documentation page provides users with tools and instructions for integrating and managing customer support operations through Zendesk. It outlines functionalities such as listing and commenting on support tickets, marking tickets as solved, and searching knowledge base articles, all aimed at streamlining customer inquiry +- [Zendesk Reference](https://docs.arcade.dev/en/mcp-servers/customer-support/zendesk/reference.md): The Zendesk Reference documentation provides a comprehensive list of enumerations used in the Zendesk MCP Server, including ticket statuses, sorting orders, and article sorting criteria. This page helps users understand and implement these enumerations effectively in their applications. ## MCP Servers - Databases -- [Clickhouse](https://docs.arcade.dev/en/mcp-servers/databases/clickhouse.md): This documentation page provides users with tools to interact with Clickhouse databases in a read-only capacity, enabling schema discovery, table exploration, and safe execution of SELECT queries. It serves as a guide for building a custom MCP Server tailored to specific use cases, -- [Clickhouse](https://docs.arcade.dev/en/mcp-servers/databases/postgres/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 how to discover database schemas, explore table structures, and execute SELECT queries safely -- [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, while -- [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 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 -- [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. It outlines key features such as schema discovery, table exploration, and safe query execution, along -- [WeaviateApi](https://docs.arcade.dev/en/mcp-servers/databases/weaviate-api.md): The WeaviateApi documentation provides users with essential tools and guidance for managing and interacting with the Weaviate vector search engine via its API. It includes instructions for authentication, a comprehensive list of available API tools, and detailed descriptions of their functionalities, +- [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 how 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 enables agents to interact with Clickhouse databases in a read-only capacity. Users can learn to discover database schemas, explore table structures, and execute SELECT queries safely, while also understanding +- [MongoDB](https://docs.arcade.dev/en/mcp-servers/databases/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 schemas, and execute safe queries, all while adhering +- [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 how to discover databases and collections, explore document structures, and execute safe queries, all while +- [Postgres](https://docs.arcade.dev/en/mcp-servers/databases/postgres.md): This documentation page provides an overview of the Arcade Postgres MCP Server, which enables agents to interact with PostgreSQL databases in a read-only capacity. Users can learn how to discover database schemas, explore table structures, and execute SELECT queries safely, while also +- [WeaviateApi](https://docs.arcade.dev/en/mcp-servers/databases/weaviate-api.md): The WeaviateApi documentation page provides users with essential tools and guidance for managing and interacting with the Weaviate vector search engine via its API. It includes instructions for authentication, a list of available API tools, and detailed actions users can perform, ## MCP Servers - Development -- [ArcadeEngineApi](https://docs.arcade.dev/en/mcp-servers/development/arcade-engine-api.md): The ArcadeEngineApi documentation provides a comprehensive guide for users to interact with the Arcade Engine API, enabling them to manage authentication providers, secrets, and worker configurations effectively. It outlines various tools available for actions such as retrieving authentication details, managing user connections, -- [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 facing blocking issues. It details specific functionalities, such as scraping web pages into Markdown format, conducting advanced searches on major search -- [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 listing, retrieving status, and deleting agents, as well as accessing authentication details and recommended models. It outlines various API functionalities, complete with examples in Python and JavaScript -- [DatadogApi](https://docs.arcade.dev/en/mcp-servers/development/datadog-api.md): The DatadogApi documentation provides users with tools and guidance for managing and interacting with Datadog's services via its API. It includes instructions for authentication, obtaining necessary credentials, and a comprehensive list of available tools for tasks such as creating, updating -- [E2B](https://docs.arcade.dev/en/mcp-servers/development/e2b.md): The E2B documentation page provides users with the tools and instructions needed to run code in a sandboxed environment and create static matplotlib charts using the Arcade E2B MCP Server. It outlines available tools, authentication requirements, and provides code examples for implementation -- [Firecrawl](https://docs.arcade.dev/en/mcp-servers/development/firecrawl.md): The Firecrawl documentation provides users with a comprehensive guide to utilizing the Arcade Firecrawl MCP Server, enabling them to build agents and AI applications that can scrape, crawl, and map websites effectively. Users can learn how to execute various tools for scraping URLs, -- [GitHub](https://docs.arcade.dev/en/mcp-servers/development/github.md): This documentation page provides users with tools and guidance for integrating GitHub functionalities into agents and AI applications, allowing them to interact with repositories, issues, and pull requests. It outlines various available tools, such as creating issues and managing pull requests, along with -- [GithubApi](https://docs.arcade.dev/en/mcp-servers/development/github-api.md): The GitHubApi documentation provides tools for users and applications to interact with the GitHub API, enabling management of repositories, issues, pull requests, and more. It outlines various functionalities, such as creating and managing webhooks, organizations, and LDAP mappings -- [PagerdutyApi](https://docs.arcade.dev/en/mcp-servers/development/pagerduty-api.md): The PagerDutyApi documentation provides users with a comprehensive set of tools for managing incidents, services, and integrations within the PagerDuty platform. It enables users to perform various actions such as assigning tags, retrieving metrics, and managing add-ons through the PagerDuty -- [PosthogApi](https://docs.arcade.dev/en/mcp-servers/development/posthog-api.md): The PosthogApi documentation provides users with a comprehensive guide to utilizing tools for managing and analyzing data within the PostHog platform via its API. It outlines the necessary configuration steps, including authentication with API keys and server URLs, and details the various available -- [Reference for Firecrawl Toolkit](https://docs.arcade.dev/en/mcp-servers/development/firecrawl/reference.md): The "Reference for Firecrawl Toolkit" documentation page provides users with a comprehensive overview of the various output formats available for scraped web pages, including Markdown, HTML, raw HTML, links, and screenshot options. It helps users understand how to utilize these formats +- [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 tasks such as retrieving authentication details, managing user connections, and executing tools, +- [Brightdata](https://docs.arcade.dev/en/mcp-servers/development/brightdata.md): The Brightdata documentation provides users with tools and guidance for scraping and extracting web content at scale, enabling them to retrieve cleaned data in Markdown format, perform advanced searches across major search engines, and extract structured feeds from various websites. It includes detailed descriptions of +- [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 conversation history. It also allows users to verify authentication details and fetch recommended models and accessible GitHub repositories. +- [DatadogApi](https://docs.arcade.dev/en/mcp-servers/development/datadog-api.md): The DatadogApi documentation provides users with tools and instructions for interacting with the Datadog API, enabling them to manage datastores, application keys, and action connections effectively. It includes authentication setup, a list of available tools, and detailed +- [E2B](https://docs.arcade.dev/en/mcp-servers/development/e2b.md): The E2B documentation page provides users with tools and guidance for running code in a sandboxed environment and creating static matplotlib charts using the Arcade E2B MCP Server. It outlines available tools, authentication requirements, and example code snippets for implementation in Python +- [Firecrawl](https://docs.arcade.dev/en/mcp-servers/development/firecrawl.md): The Firecrawl documentation provides users with a comprehensive guide to utilizing the Arcade Firecrawl MCP Server, enabling them to build agents and AI applications that can scrape, crawl, and map websites. It outlines available tools, such as scraping URLs and retrieving crawl data +- [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 various available tools for tasks such as creating issues, managing pull +- [GithubApi](https://docs.arcade.dev/en/mcp-servers/development/github-api.md): The GitHubApi documentation page provides tools for interacting with the GitHub API, enabling users to manage repositories, issues, pull requests, and various administrative tasks within GitHub Enterprise. It includes a comprehensive list of available tools and their functionalities, such as +- [PagerdutyApi](https://docs.arcade.dev/en/mcp-servers/development/pagerduty-api.md): The PagerdutyApi documentation provides users with tools to effectively manage incidents, services, and integrations within the PagerDuty platform using the API. It outlines various functionalities, such as assigning tags, retrieving metrics, and managing add-ons, enabling users to streamline +- [PosthogApi](https://docs.arcade.dev/en/mcp-servers/development/posthog-api.md): The PosthogApi documentation provides users with the necessary tools and guidance to manage and analyze data within the PostHog platform using its API. It includes instructions for configuring authentication secrets, such as the PostHog server URL and personal API key, as +- [Reference for Firecrawl Toolkit](https://docs.arcade.dev/en/mcp-servers/development/firecrawl/reference.md): The Firecrawl Toolkit documentation page provides a reference for users on the various output formats available for scraped web pages, including Markdown, HTML, raw HTML, links, and screenshots. It helps users understand how to customize the data they extract from web pages according - [Reference for GitHub Toolkit](https://docs.arcade.dev/en/mcp-servers/development/github/reference.md): The GitHub Toolkit Reference documentation provides users with detailed specifications for sorting and filtering pull requests, review comments, and repository activities based on various properties and states. It outlines options for sorting by creation date, update date, popularity, and more, as well -- [VercelApi](https://docs.arcade.dev/en/mcp-servers/development/vercel-api.md): The VercelApi documentation provides users with a comprehensive set of tools for managing Vercel projects, domains, and integrations through direct API interactions. It outlines various functionalities, including creating, updating, and deleting access groups and projects, managing deployments, -- [ZohoCreatorApi](https://docs.arcade.dev/en/mcp-servers/development/zoho-creator-api.md): The ZohoCreatorApi documentation provides users with tools and guidance for interacting with Zoho Creator applications via the API. It outlines various functionalities, such as fetching, updating, and deleting records, as well as retrieving metadata for forms and reports. Users can +- [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. It outlines various tools available for actions such as creating, updating, and deleting access groups and projects, as well +- [ZohoCreatorApi](https://docs.arcade.dev/en/mcp-servers/development/zoho-creator-api.md): The ZohoCreatorApi documentation page provides users with a comprehensive set of tools for interacting with Zoho Creator applications, enabling efficient management and manipulation of app data. Users can learn how to perform various actions, such as fetching records, updating data, and ## 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 by adding text to existing templates. Users can easily integrate these -- [Imgflip](https://docs.arcade.dev/en/mcp-servers/entertainment/spotify/imgflip.md): The Imgflip documentation page provides users with tools to create, search for, and retrieve popular meme templates using the Imgflip API. It outlines the available features, including the ability to create custom memes and search for templates, along with detailed instructions and code -- [Spotify](https://docs.arcade.dev/en/mcp-servers/entertainment/spotify.md): This documentation page provides users with tools to interact with Spotify tracks through the Arcade platform, enabling functionalities such as retrieving track information, controlling playback, and searching for tracks. It outlines the available tools, their descriptions, and usage examples, while also noting that -- [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, enabling users to authenticate and call the Twitch API on their behalf. It outlines the necessary steps to set up a Twitch application, configure the provider in the Arcade +- [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, 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 +- [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 using the Imgflip API. It outlines functionalities such as searching for meme templates, retrieving popular templates, and creating custom memes, along with detailed parameters and code examples for implementation. This +- [Spotify](https://docs.arcade.dev/en/mcp-servers/entertainment/spotify.md): This documentation page provides users with tools to interact with Spotify tracks through the Arcade platform, enabling the creation of agents and AI applications that can manage playback, search for tracks, and retrieve track information. It outlines the available tools, their functionalities, and requirements +- [Twitch auth provider](https://docs.arcade.dev/en/mcp-servers/entertainment/twitch.md): This documentation page provides guidance on how to create and configure a custom Twitch Auth Provider for use with Arcade, enabling applications and tools to authenticate users and call the Twitch API. It outlines the necessary steps for setting up a Twitch application, integrating it with the ## MCP Servers - Payments -- [Stripe](https://docs.arcade.dev/en/mcp-servers/payments/stripe.md): This documentation page provides users with tools and guidance to interact with the Stripe API, enabling them to create and manage customers, products, invoices, and payment processes. It includes detailed descriptions of available tools, their parameters, and example code snippets in Python and -- [StripeApi](https://docs.arcade.dev/en/mcp-servers/payments/stripe_api.md): The StripeApi documentation provides tools for developers to programmatically interact with the Stripe API, enabling operations such as account management, customer handling, payment processing, and billing administration. Users can access a wide range of functionalities, including retrieving account details, managing payments -- [ZohoBooksApi](https://docs.arcade.dev/en/mcp-servers/payments/zoho-books-api.md): The ZohoBooksApi documentation provides a comprehensive guide for users to manage financial transactions and accounting tasks within Zoho Books using various API tools. It enables users to create, update, delete, and retrieve information related to bank accounts and transactions, facilitating efficient +- [Stripe](https://docs.arcade.dev/en/mcp-servers/payments/stripe.md): This documentation page provides users with tools and guidance for interacting with the Stripe API, enabling the creation and management of customers, products, invoices, and payment processing. It includes detailed descriptions of available tools, their parameters, and example code snippets in Python and +- [StripeApi](https://docs.arcade.dev/en/mcp-servers/payments/stripe_api.md): The StripeApi documentation provides tools for developers to interact programmatically with the Stripe API, enabling them to manage various aspects of accounts, customers, payments, billing, and reporting. Users can perform operations such as retrieving account details, managing payment methods, and +- [ZohoBooksApi](https://docs.arcade.dev/en/mcp-servers/payments/zoho-books-api.md): The ZohoBooksApi documentation provides a comprehensive overview of tools that enable users to manage financial transactions and accounting tasks within Zoho Books. It details various functionalities, including creating, updating, and deleting bank accounts and transactions, as well as importing bank statements ## MCP Servers - Productivity -- [AirtableApi](https://docs.arcade.dev/en/mcp-servers/productivity/airtable-api.md): The AirtableApi documentation provides users with a comprehensive guide to tools that enable interaction with the Airtable API, facilitating tasks such as managing SCIM groups and users, creating and deleting webhooks, and handling Airtable bases and collaborators. Users can learn -- [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, which enables the creation of agents and AI applications that interact with Asana tasks, projects, and workspaces. Users can learn how to manage various Asana elements, -- [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 options, and sort order used in the Asana MCP Server. Users can utilize this reference to understand and implement color coding and sorting functionalities effectively within their As -- [AsanaApi](https://docs.arcade.dev/en/mcp-servers/productivity/asana-api.md): The AsanaApi documentation provides a comprehensive guide for developers to utilize tools that enable interaction with the Asana API, facilitating various actions such as managing access requests, allocations, custom fields, and goal relationships. Users can learn how to perform tasks like creating -- [BoxApi](https://docs.arcade.dev/en/mcp-servers/productivity/box-api.md): The BoxApi documentation provides a comprehensive guide for developers to utilize tools that enable interaction with the Box API, facilitating the management of Box content, metadata, security, and collaboration workflows. Users can learn how to automate tasks related to file management, document generation -- [CalendlyApi](https://docs.arcade.dev/en/mcp-servers/productivity/calendly-api.md): The CalendlyApi documentation provides a comprehensive guide for developers to integrate and manage scheduling tasks using the Calendly API. It outlines various tools available for creating events, managing invitees, and handling organization memberships, enabling users to build applications that streamline their scheduling -- [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 through various tools. Users can learn how to create, view, and modify tasks, -- [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 related to task management within the Clickup MCP Server. It details the values for task priority, filter scopes, task ordering, and comment resolutions, enabling users to effectively utilize the Click -- [ClickupApi](https://docs.arcade.dev/en/mcp-servers/productivity/clickup-api.md): The ClickupApi documentation provides users with tools to interact directly with the ClickUp API, facilitating efficient task and project management. It outlines various functionalities, such as obtaining access tokens, managing checklists, and handling comments, allowing users to streamline team collaboration -- [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 platform effectively. However, detailed content is currently unavailable as the page is marked "Coming Soon." -- [Confluence](https://docs.arcade.dev/en/mcp-servers/productivity/confluence.md): This documentation page provides a comprehensive guide to the Arcade Confluence MCP Server, enabling users to build agents and AI applications that interact with Confluence. It outlines available tools for managing pages, spaces, and attachments, as well as searching for content within Con -- [Dropbox](https://docs.arcade.dev/en/mcp-servers/productivity/dropbox.md): This documentation page provides users with tools to interact with Dropbox, enabling them to browse, search, and download files and folders easily. It outlines specific functionalities, such as listing items in a folder and searching for files, along with example code snippets in Python -- [FigmaApi](https://docs.arcade.dev/en/mcp-servers/productivity/figma-api.md): The FigmaApi documentation provides users with a comprehensive set of tools for interacting with Figma files and projects, enabling efficient management of design assets and collaboration. Users can learn how to perform various actions such as retrieving file data, 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, which enables 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 for messages -- [Gmail Reference](https://docs.arcade.dev/en/mcp-servers/productivity/gmail/reference.md): The Gmail Reference documentation provides a comprehensive list of enumerations related to the Gmail MCP Server, specifically focusing on options for reply recipients and date ranges for filtering emails. Users can utilize this reference to understand and implement these enumerations effectively in their tools. -- [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, delete events, and find available meeting times, enabling them to build applications -- [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 interact with Google Contacts through various tools. Users can create new contacts, and search for existing contacts by name or email, facilitating seamless integration of contact management into -- [Google Docs](https://docs.arcade.dev/en/mcp-servers/productivity/google-docs.md): This documentation page provides a comprehensive guide for using 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 accessing metadata and -- [Google Drive](https://docs.arcade.dev/en/mcp-servers/productivity/google-drive.md): This documentation page provides users with tools to interact with Google Drive through the GoogleDrive MCP Server, enabling efficient file management and access. Users can retrieve their file structure, generate a Google File Picker URL for secure file selection, and search for specific files within -- [Google Sheets](https://docs.arcade.dev/en/mcp-servers/productivity/google-sheets.md): This documentation page provides a comprehensive overview of the Arcade Google Sheets MCP Server, which enables users to build agents and AI applications that interact with Google Sheets. It outlines various tools available for creating spreadsheets, reading and writing data, and retrieving metadata, along with +- [AirtableApi](https://docs.arcade.dev/en/mcp-servers/productivity/airtable-api.md): The AirtableApi documentation provides a comprehensive set of tools for users to interact with the Airtable API, enabling efficient management of SCIM groups, users, webhooks, and bases. It outlines various functionalities, including creating, updating, and deleting resources +- [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 tasks, projects, and workspaces. It outlines various tools available for managing teams, creating and updating +- [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 options, and sort order used in the Asana MCP Server. This page helps users understand and utilize these enumerations effectively in their applications. By referencing this +- [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 +- [BoxApi](https://docs.arcade.dev/en/mcp-servers/productivity/box-api.md): The BoxApi documentation provides users with a comprehensive set of tools to manage Box content, including file and folder operations, metadata management, collaboration features, and enterprise administration tasks. It enables users to automate workflows related to document generation, signing, and compliance, +- [CalendlyApi](https://docs.arcade.dev/en/mcp-servers/productivity/calendly-api.md): The CalendlyApi documentation provides a comprehensive guide for developers to utilize the Calendly API for managing scheduling and event-related tasks. It outlines various tools available for creating, retrieving, and updating events, invitees, and user information, enabling users to build +- [Clickup](https://docs.arcade.dev/en/mcp-servers/productivity/clickup.md): This documentation page provides an overview of the ClickUp MCP Server, enabling users to build agents and applications that interact with ClickUp workspaces, tasks, and members. It outlines various tools available for managing tasks, comments, and workspace structures, as well +- [Clickup Reference](https://docs.arcade.dev/en/mcp-servers/productivity/clickup/reference.md): The Clickup Reference documentation provides users with a comprehensive list of enumerations used in various tools within the Clickup MCP Server, including task priorities, filter scopes, task ordering, and comment resolutions. This reference helps users understand the predefined values they can utilize +- [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, enabling efficient management of tasks, projects, and team collaboration. It outlines various functionalities, such as obtaining access tokens, managing checklists, comments, +- [Close.io](https://docs.arcade.dev/en/mcp-servers/productivity/closeio.md): This documentation page for Close.io provides an overview of how to manage leads, contacts, and deals within the Close.io CRM system. It aims to guide users in effectively utilizing the platform for their customer relationship management needs. However, detailed content is currently unavailable +- [Confluence](https://docs.arcade.dev/en/mcp-servers/productivity/confluence.md): This documentation page provides a comprehensive overview of the Arcade Confluence MCP Server, which enables users to build agents and AI applications that interact with Confluence. It details various tools available for managing Confluence content, such as creating, updating, and retrieving pages +- [Dropbox](https://docs.arcade.dev/en/mcp-servers/productivity/dropbox.md): This documentation page provides users with tools to interact with Dropbox, enabling the development of agents and AI applications that can browse, search, and download files and folders. It outlines specific functionalities available through the Arcade Dropbox MCP Server, including listing items in a folder +- [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 Figma files, managing comments, +- [Gmail](https://docs.arcade.dev/en/mcp-servers/productivity/gmail.md): This documentation page provides a comprehensive overview of the Arcade Gmail MCP Server, which enables users to build agents and AI applications that can send, read, and manage emails through the Gmail API. It outlines available tools for various email operations, such as composing drafts +- [Gmail Reference](https://docs.arcade.dev/en/mcp-servers/productivity/gmail/reference.md): The Gmail Reference documentation page provides a comprehensive list of enumerations used in the Gmail MCP Server, specifically detailing options for reply recipients and date ranges. Users can refer to this page to understand the available parameters for configuring email responses and filtering messages based on time +- [Google Calendar](https://docs.arcade.dev/en/mcp-servers/productivity/google-calendar.md): This documentation page provides users with tools and guidance for integrating with Google Calendar through the Arcade Google Calendar MCP Server. Users can learn how to list accessible calendars, create, update, and delete events, and find available meeting times, enabling seamless interaction with their +- [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 interact with Google Contacts through a set of pre-built tools. Users can create new contacts, search for existing contacts by name or email, and retrieve user profile +- [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. Users can learn to create, update, and manage documents, as well as access metadata and content in +- [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 learn how to retrieve their file structure, generate a Google File Picker URL for file selection, and search for specific files within their Google Drive +- [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 easily create and manage Google Sheets through various tools. Users can learn to perform actions such as creating spreadsheets, writing to cells, retrieving metadata, and searching for - [Google Slides](https://docs.arcade.dev/en/mcp-servers/productivity/google-slides.md): This documentation page provides tools for interacting with Google Slides, enabling 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, along -- [GoogleCalendar Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-calendar/reference.md): The GoogleCalendar Reference documentation provides a concise overview of key enumerations used in the GoogleCalendar MCP Server, including options for event visibility, update notifications, and Google Meet integration. Users can refer to this page to understand the available settings and their corresponding values -- [GoogleDocs Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-docs/reference.md): The GoogleDocs Reference documentation provides a comprehensive list of enumerations related to ordering and document formats used in the GoogleDocs MCP Server. Users can learn about various sorting options, such as by creation time or modification time, as well as supported document formats like -- [GoogleDrive Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-drive/reference.md): The GoogleDrive Reference documentation provides a comprehensive list of enumerations related to ordering and file types used in the GoogleDrive MCP Server. Users can learn about various sorting options for files, such as by creation time or modification time, as well as the different -- [GoogleSheets Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-sheets/reference.md): The GoogleSheets Reference documentation provides a comprehensive list of enumerations related to ordering tools within the GoogleSheets MCP Server. Users can learn about various sorting options, such as by creation time, modification time, and name, to effectively organize their data. This -- [Jira](https://docs.arcade.dev/en/mcp-servers/productivity/jira.md): This documentation page provides a comprehensive overview of the Jira MCP Server, enabling users and AI applications to effectively manage Jira issues and projects. It outlines various functionalities, such as creating and updating issues, retrieving detailed information, and managing labels and attachments, while also +- [GoogleCalendar Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-calendar/reference.md): The GoogleCalendar Reference documentation provides a comprehensive list of enumerations related to event visibility, update options for Google Meet, and sending updates within the GoogleCalendar MCP Server. Users can refer to this page to understand the specific values and options available for managing calendar +- [GoogleDocs Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-docs/reference.md): The GoogleDocs Reference documentation provides users with a comprehensive list of enumerations related to sorting and document formats used in the GoogleDocs MCP Server. It helps users understand how to order documents based on various criteria and the supported formats for document representation. This reference +- [GoogleDrive Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-drive/reference.md): The GoogleDrive Reference documentation provides a comprehensive list of enumerations related to ordering and file types used in the GoogleDrive MCP Server. Users can learn about various sorting options, such as by creation time or modified time, as well as the different file types +- [GoogleSheets Reference](https://docs.arcade.dev/en/mcp-servers/productivity/google-sheets/reference.md): The GoogleSheets Reference documentation provides a comprehensive list of enumerations used in the GoogleSheets MCP Server, specifically focusing on various sorting options available for organizing data. Users can learn about different order criteria such as creation time, modification time, and name, along +- [Jira](https://docs.arcade.dev/en/mcp-servers/productivity/jira.md): This documentation page provides a comprehensive overview of the Jira MCP Server, enabling users to efficiently manage Jira issues and projects through various tools. Users can create, update, and search for issues, manage labels and attachments, and transition issues between statuses, all while - [Jira Environment Variables](https://docs.arcade.dev/en/mcp-servers/productivity/jira/environment-variables.md): This documentation page provides information on configuring key environment variables for optimizing interactions with the Jira API in Arcade tools. Users can learn how to set limits on concurrent requests, manage API request timeouts, and control caching behavior to enhance performance during tool execution. Each -- [Jira Reference](https://docs.arcade.dev/en/mcp-servers/productivity/jira/reference.md): The Jira Reference documentation provides users with a comprehensive list of enumerations related to sprint states, priority schemes, and issue comment ordering used in the Jira MCP Server. It helps users understand how to filter and sort data effectively using the Jira API. This reference -- [Linear](https://docs.arcade.dev/en/mcp-servers/productivity/linear.md): This documentation page provides users with tools to interact with Linear's issue tracking and team management features through the Arcade Linear MCP Server. Users can retrieve detailed information about specific issues and team data, enabling them to analyze and understand their project management workflows without making any -- [MailchimpMarketingApi](https://docs.arcade.dev/en/mcp-servers/productivity/mailchimp-marketing-api.md): The Mailchimp Marketing API documentation provides users with tools to effectively manage and optimize their email marketing campaigns through direct interactions with the Mailchimp Marketing API. It outlines various functionalities, such as retrieving audience information, managing account exports, and creating or updating automation workflows -- [MiroApi](https://docs.arcade.dev/en/mcp-servers/productivity/miro-api.md): The MiroApi documentation page provides users with a detailed overview of tools that facilitate interaction with the Miro API, enabling management of Miro boards and organizational settings. Users can learn how to perform various actions, such as retrieving access token information, managing -- [Notion](https://docs.arcade.dev/en/mcp-servers/productivity/notion.md): This documentation page provides users with tools and guidance for integrating and interacting with Notion through the Arcade Notion MCP Server. It outlines various functionalities, such as retrieving page content, creating new pages, and searching for items within a Notion workspace, enabling -- [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 Sever verified by the Arcade team. It guides users to learn more about the toolkit and access additional resources through the linked GitHub repository. -- [Outlook Calendar](https://docs.arcade.dev/en/mcp-servers/productivity/outlook-calendar.md): The Outlook Calendar documentation page provides users with tools to manage calendar events through the Outlook API, enabling them to create, list, and retrieve events in their Outlook Calendar. It outlines the available tools, including detailed descriptions and example code for implementation in Python and -- [Outlook Mail](https://docs.arcade.dev/en/mcp-servers/productivity/outlook-mail.md): The Outlook Mail documentation provides users with tools to read, write, and send emails using the Outlook API, enabling seamless email management within their applications. It includes detailed descriptions of available tools, such as creating and sending emails, updating drafts, and listing emails -- [OutlookMail Reference](https://docs.arcade.dev/en/mcp-servers/productivity/outlook-mail/reference.md): The OutlookMail Reference documentation provides a comprehensive list of enumerations, well-known 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 -- [page](https://docs.arcade.dev/en/mcp-servers/productivity/dropbox/reference.md): This documentation page provides a list of item categories used in Dropbox, including types such as image, document, PDF, spreadsheet, presentation, audio, video, folder, and paper. It helps users understand the different classifications of files and folders within the Dropbox -- [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 manage their contents. Users can learn how to retrieve lists, items, pages, and metadata, as well as search for and -- [SquareupApi](https://docs.arcade.dev/en/mcp-servers/productivity/squareup-api.md): The SquareupApi documentation provides users with tools and functionalities to interact with the Square platform, enabling management of payments, customer data, and bookings. It outlines various API endpoints for actions such as obtaining OAuth tokens, managing bank accounts, and handling booking operations -- [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 application through an API interface. Users can learn how to create, update, delete, and retrieve tasks and projects, enabling efficient task management. Additionally, the page -- [TrelloApi](https://docs.arcade.dev/en/mcp-servers/productivity/trello-api.md): The TrelloApi documentation provides users with a comprehensive set of tools for interacting with the Trello API, enabling efficient management of boards, cards, lists, and members. It outlines various functions available, such as fetching, updating, and deleting actions, -- [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 via the Xero API, enabling the management of various accounting entities such as invoices, payments, and bank transactions. Users can access, create, and delete resources, +- [Jira Reference](https://docs.arcade.dev/en/mcp-servers/productivity/jira/reference.md): The Jira Reference documentation provides users with a comprehensive list of enumerations related to sprint states, priority schemes, and issue comment ordering used in the Jira MCP Server tools. It helps users understand the various options available for filtering and sorting data within the Jira API +- [Linear](https://docs.arcade.dev/en/mcp-servers/productivity/linear.md): This documentation page provides users with tools to interact with Linear's issue tracking and team management features through the Arcade Linear MCP Server. Users can retrieve detailed information about specific issues and team data without making modifications, enabling them to analyze and understand their project management workflows +- [MailchimpMarketingApi](https://docs.arcade.dev/en/mcp-servers/productivity/mailchimp-marketing-api.md): The Mailchimp Marketing API documentation provides users with tools and resources to effectively manage and optimize their email marketing campaigns through direct interaction with the Mailchimp API. It includes detailed descriptions of various functionalities, such as retrieving audience information, managing automation workflows, and exporting +- [MiroApi](https://docs.arcade.dev/en/mcp-servers/productivity/miro-api.md): The MiroApi documentation provides a comprehensive guide for developers to interact with the Miro API, enabling them to manage Miro boards and organizational settings effectively. Users can learn how to perform various actions, such as retrieving board information, managing access tokens, +- [Notion](https://docs.arcade.dev/en/mcp-servers/productivity/notion.md): This documentation page provides users with a comprehensive overview of the Arcade Notion MCP Server, which enables the creation of agents and AI applications that can interact with Notion. Users can learn how to utilize various tools to manage Notion content, such as retrieving +- [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 guides 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 outlines available functionalities, such as getting user information, creating events, and fetching specific events by ID, along with +- [Outlook Mail](https://docs.arcade.dev/en/mcp-servers/productivity/outlook-mail.md): This documentation page provides users with tools and guidance for integrating and utilizing the Outlook Mail API, enabling them to read, write, and send emails through Outlook. It details various functionalities, such as creating and updating draft emails, sending emails, and listing emails +- [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 for email management and filtering tasks. 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. It helps users understand the classification of files and folders within the Dropbox +- [Sharepoint](https://docs.arcade.dev/en/mcp-servers/productivity/sharepoint.md): This documentation page provides a comprehensive overview of the SharePoint MCP Server, enabling users to efficiently interact with SharePoint sites and manage their contents through various tools. Users can retrieve lists, items, pages, and metadata, as well as search for and download +- [SquareupApi](https://docs.arcade.dev/en/mcp-servers/productivity/squareup-api.md): The SquareupApi documentation provides users with tools and functionalities to effectively manage various aspects of the Square platform, including payments, customer management, and bookings. It outlines key operations such as obtaining OAuth tokens, managing bank accounts, and handling booking-related tasks, +- [TicktickApi](https://docs.arcade.dev/en/mcp-servers/productivity/ticktick-api.md): The TicktickApi documentation provides users with tools and guidance for managing tasks and projects within the Ticktick platform using the API. It outlines various functionalities, including creating, updating, retrieving, and deleting tasks and projects, along with code examples for implementation. +- [TrelloApi](https://docs.arcade.dev/en/mcp-servers/productivity/trello-api.md): The TrelloApi documentation provides users with a set of tools designed to facilitate interaction with the Trello API, enabling efficient management of boards, cards, lists, and members. Users can learn how to perform various actions such as fetching, updating, and +- [XeroApi](https://docs.arcade.dev/en/mcp-servers/productivity/xero-api.md): The XeroApi documentation provides tools for developers to integrate and interact with Xero's accounting data through the Xero API using OAuth2 authentication. Users can access, manage, and report on various accounting entities such as invoices, payments, and bank transactions ## MCP Servers - Sales -- [Hubspot](https://docs.arcade.dev/en/mcp-servers/sales/hubspot.md): This documentation page provides users with tools and guidance for integrating and automating interactions with HubSpot CRM through the Hubspot MCP Server. It outlines various functionalities such as creating, updating, and retrieving activities, contacts, and deals, enabling agents to efficiently manage -- [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, communication channels, activity types, sort orders, deal types, and deal priorities. Users -- [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 build agents and AI applications that interact with Salesforce data, such as accounts and contacts. It outlines the necessary steps to create a custom Salesforce Auth Provider, self-host +- [Hubspot](https://docs.arcade.dev/en/mcp-servers/sales/hubspot.md): This documentation page provides tools for integrating and automating interactions with HubSpot CRM, enabling users to manage contacts, deals, and activities efficiently. It outlines various functionalities, such as creating, updating, and retrieving user and engagement data, which can enhance workflow +- [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, communication channels, activity types, sort orders, deal types, and deal priorities. This +- [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 actions such as completing blocked executions, retrieving campaign details, and enrolling contacts in sequences. It outlines various functionalities available through the API, including +- [HubspotCmsApi](https://docs.arcade.dev/en/mcp-servers/sales/hubspot-cms-api.md): The HubspotCmsApi documentation provides tools for managing content within the HubSpot CMS, enabling users to create, update, and delete various content types such as blog posts and landing pages. It also supports multi-language content management and offers detailed retrieval of content +- [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. Users can learn to retrieve, send, update, and archive messages, as well as access detailed information about conversation threads and +- [HubspotCrmApi](https://docs.arcade.dev/en/mcp-servers/sales/hubspot-crm-api.md): The HubspotCrmApi documentation provides users with a comprehensive set of tools for efficiently managing and interacting with HubSpot CRM data, including the ability to retrieve, create, update, and delete various CRM records. It also facilitates the management of associations between +- [HubspotEventsApi](https://docs.arcade.dev/en/mcp-servers/sales/hubspot-events-api.md): The HubspotEventsApi documentation provides users with tools to manage and analyze event data within the HubSpot platform, enabling actions such as retrieving event completion data, managing custom event definitions, and sending event data for reporting. Users can create, update, and +- [HubspotMarketingApi](https://docs.arcade.dev/en/mcp-servers/sales/hubspot-marketing-api.md): The HubspotMarketingApi documentation provides users with a comprehensive set of tools to 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 +- [HubspotMeetingsApi](https://docs.arcade.dev/en/mcp-servers/sales/hubspot-meetings-api.md): The HubspotMeetingsApi documentation provides users with tools to effectively manage meetings through Hubspot's scheduling system, enabling them to schedule, book, and retrieve meeting details seamlessly. It outlines various functionalities, including scheduling meetings, fetching availability, and listing scheduling +- [HubspotUsersApi](https://docs.arcade.dev/en/mcp-servers/sales/hubspot-users-api.md): The HubspotUsersApi documentation provides tools for managing users and teams within a HubSpot account, allowing users to retrieve, create, update, and remove user accounts efficiently. It includes detailed descriptions of available tools and example code snippets for implementation in Python and +- [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 offers tools for interacting with Salesforce accounts, leads, and contacts. Users will learn how to create a custom Salesforce Auth Provider, self-host the Arcade Engine, and utilize various tools ## 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 to retrieve real-time and historical stock data using the Arcade Google Finance MCP Server. It outlines two primary functionalities: obtaining current stock summaries and fetching historical stock data, along with necessary parameters and code examples for -- [Google Flights](https://docs.arcade.dev/en/mcp-servers/search/google_flights.md): This documentation page provides users with the tools and instructions to search for one-way flights using the Arcade Google Flights MCP Server. It details the parameters required for flight searches, including airport codes and travel dates, and offers guidance on authentication and available 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 guidance needed to integrate hotel search functionality into their applications using the Arcade platform. It details the parameters for the GoogleHotels.SearchHotels API, allowing users to retrieve hotel search results based on various criteria such -- [Google Jobs](https://docs.arcade.dev/en/mcp-servers/search/google_jobs.md): This documentation page provides users with the tools and instructions necessary to integrate Google Jobs functionality into their applications, enabling them to search for job openings efficiently. It details the available API tools, parameters for job searches, and authentication requirements, facilitating the development of agents -- [Google Maps](https://docs.arcade.dev/en/mcp-servers/search/google_maps.md): This documentation page provides tools for integrating Google Maps functionality into agents and AI 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 code examples for implementation in Python -- [Google News](https://docs.arcade.dev/en/mcp-servers/search/google_news.md): This documentation page provides users with tools and guidance for integrating Google News search capabilities 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 searches by keywords -- [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 enable agents to perform Google searches using SerpAPI within the Arcade Search MCP Server. It details the available functionalities, specifically the GoogleSearch.Search tool, and outlines the required parameters and authentication process -- [Google Shopping Search](https://docs.arcade.dev/en/mcp-servers/search/google_shopping.md): The Google Shopping Search documentation provides users with the tools and instructions necessary to integrate product search functionality from Google Shopping into their agents and AI applications. It outlines how to use the GoogleShopping.SearchProducts tool, including required parameters and authentication details. Additionally, users -- [Walmart Search](https://docs.arcade.dev/en/mcp-servers/search/walmart.md): The Walmart Search documentation provides tools for developers to integrate product search and details retrieval from Walmart into their applications. Users can learn how to utilize the `Walmart.SearchProducts` and `Walmart.GetProductDetails` tools, including parameters for filtering and sorting -- [YouTube Search](https://docs.arcade.dev/en/mcp-servers/search/youtube.md): This documentation page provides users with tools to enable agents to search for videos on YouTube and retrieve video details using the Arcade YouTube Search MCP Server. Users can learn how to implement the `Youtube.SearchForVideos` and `Youtube.GetYoutubeVideoDetails +- [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 conduct searches, manage websets, and handle research requests effectively. It outlines various tools available for tasks such as retrieving content details, creating +- [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 retrieve real-time and historical stock data using the Arcade Google Finance API. It details two main functionalities: fetching current stock summaries and historical stock data, along with examples for implementation in Python and Java +- [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 preferences for class +- [Google Hotels](https://docs.arcade.dev/en/mcp-servers/search/google_hotels.md): The Google Hotels documentation page provides users with the tools and information necessary to integrate hotel search capabilities into their applications using the Arcade Google Hotels API. It outlines how to utilize the `GoogleHotels.SearchHotels` function to retrieve hotel search results based on various parameters +- [Google Jobs](https://docs.arcade.dev/en/mcp-servers/search/google_jobs.md): This documentation page provides users with tools and guidance for integrating Google Jobs functionality into their applications, specifically enabling agents to search for job openings. It outlines the available API tools, parameters for job searches, and authentication requirements, facilitating easy implementation for developers. Additionally +- [Google Maps](https://docs.arcade.dev/en/mcp-servers/search/google_maps.md): This documentation page provides tools for integrating Google Maps functionalities into agents and AI applications, specifically enabling users to obtain directions between two locations using either addresses or latitude/longitude coordinates. It outlines the available tools, their parameters, and includes code examples for implementation in +- [Google News](https://docs.arcade.dev/en/mcp-servers/search/google_news.md): This documentation page provides users with tools to easily search for news stories using Google News through the Arcade Google News MCP Server. It outlines the available functionalities, including parameters for customizing search queries, and offers guidance on authentication and default settings. Users can also request +- [Google Search](https://docs.arcade.dev/en/mcp-servers/search/google_search.md): This documentation page provides users with the necessary information to utilize the Arcade Search MCP Server for performing Google searches through SerpAPI. It outlines the available tools, specifically the GoogleSearch.Search function, which allows users to retrieve organic search results based on a specified +- [Google Shopping Search](https://docs.arcade.dev/en/mcp-servers/search/google_shopping.md): The Google Shopping Search documentation provides users with tools and guidance for integrating Google Shopping product searches into their agents and AI applications. It outlines how to utilize the GoogleShopping.SearchProducts tool, including required parameters and authentication details, to effectively search for products based on +- [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's platform and retrieve product details. It outlines the available functionalities, including searching for products and obtaining specific product information, along with code examples in Python +- [YouTube Search](https://docs.arcade.dev/en/mcp-servers/search/youtube.md): This documentation page provides users with the tools and instructions needed to enable agents to search for videos on YouTube and retrieve video details using the Arcade YouTube Search MCP Server. It outlines the available tools, their parameters, and offers code examples in Python and ## MCP Servers - Social Communication -- [Arcade for Slack](https://docs.arcade.dev/en/mcp-servers/social-communication/slack/install.md): The documentation page for "Arcade for Slack" provides users with guidance on integrating Arcade's AI tools into their Slack workspace to enhance team efficiency. It outlines the installation process, functionalities such as sending messages and generating content, and emphasizes the importance of reviewing -- [Arcade for Zoom](https://docs.arcade.dev/en/mcp-servers/social-communication/zoom/install.md): The "Arcade for Zoom" documentation page guides users on how to integrate Arcade's AI tools with their Zoom accounts, enabling efficient meeting management and information retrieval. Users can access features such as listing upcoming meetings, retrieving invitation details, and finding participants through -- [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 users. It outlines the steps for creating a Discord app, setting up OAuth credentials, and integrating Discord auth into both application -- [Environment Variables](https://docs.arcade.dev/en/mcp-servers/social-communication/slack/environment-variables.md): This documentation page provides information on configuring environment variables for managing Slack API interactions in tools, specifically focusing on controlling the maximum number of concurrent requests, pagination size limits, and pagination timeout settings. Users can learn how to optimize their tool's performance and response handling -- [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 a comprehensive overview of the Microsoft Teams MCP Server, enabling users to efficiently manage and interact with Microsoft Teams features such as teams, channels, and chats. Users can learn to retrieve information, send messages, and manage users within their Microsoft -- [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 matching types and team membership within the MicrosoftTeams MCP Server. Users can learn about different match criteria, such as exact and partial matches, as well as the types of team memberships available -- [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. Users can learn how to perform various actions such as submitting posts, commenting, retrieving content, and checking subreddit -- [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 specific terms -- [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 services for sending SMS and WhatsApp messages. It includes installation instructions, a brief description of the package, and detailed parameters 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 to interact with the Slack platform through various tools. Users can manage conversations, retrieve user information, send messages, and access metadata for channels and direct messages, thereby enhancing communication and -- [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 manage and automate various aspects of Slack workspaces, including user management, messaging, channel operations, and file sharing. It outlines key functionalities such as creating teams, managing user profiles, scheduling -- [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 effectively manage and automate various aspects of Slack workspaces, including user management, messaging, channel operations, and file sharing. It outlines key functionalities such as creating teams, managing user profiles, -- [Teams Reference](https://docs.arcade.dev/en/mcp-servers/social-communication/teams/reference.md): The Teams Reference documentation provides a comprehensive list of enumerations related to match types and team membership used in the Teams MCP Server. Users can learn about different matching criteria, such as exact and partial matches, as well as the types of team memberships available. -- [Twilio](https://docs.arcade.dev/en/mcp-servers/social-communication/twilio.md): This documentation page provides guidance on using Twilio's MCP Server to send SMS and WhatsApp messages, integrating seamlessly with Arcade. It outlines the necessary prerequisites for setting up a Twilio account, configuration details, and offers usage examples to help users effectively utilize -- [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). Users can learn how to perform various actions such as posting, replying to, and deleting -- [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, their functionalities, and the authentication process required to +- [Arcade for Slack](https://docs.arcade.dev/en/mcp-servers/social-communication/slack/install.md): The documentation page for "Arcade for Slack" guides users on integrating Arcade's AI tools into their Slack workspace to enhance team efficiency. It outlines the installation process, features such as sending messages and generating content, and provides warnings about potential inaccuracies when using +- [Arcade for Zoom](https://docs.arcade.dev/en/mcp-servers/social-communication/zoom/install.md): The "Arcade for Zoom" documentation page guides users on how to integrate Arcade's AI tools with their Zoom accounts to enhance meeting management and information retrieval. Users can access features such as listing upcoming meetings, retrieving invitation details, and finding participants, all +- [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 utilizing 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 related to Slack API interactions, specifically `SLACK_MAX_CONCURRENT_REQUESTS`, `MAX_PAGINATION_SIZE_LIMIT`, and `MAX_PAGINATION_TIMEOUT_SECONDS`. Users can learn how to adjust these settings +- [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 can interact with LinkedIn, specifically allowing the creation of text posts. It includes details on available tools, authentication methods, and example +- [Microsoft Teams](https://docs.arcade.dev/en/mcp-servers/social-communication/microsoft-teams.md): This documentation page provides a comprehensive guide for using the Microsoft Teams MCP Server, enabling users to manage teams, channels, and chats effectively. It outlines various tools and functionalities, such as retrieving team information, sending messages, and searching for users and messages, +- [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 definitions for various match types and team membership classifications. Users can utilize this reference to understand and implement these enumerations effectively in their applications. +- [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 users to build agents and AI applications that interact with Reddit. It outlines available tools 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 information to understand and implement these +- [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 services for sending SMS and WhatsApp messages. It includes installation instructions, a brief description of the package, and detailed information on the two +- [Slack](https://docs.arcade.dev/en/mcp-servers/social-communication/slack.md): This documentation page provides users with tools and instructions for integrating and interacting with the Slack platform through an MCP Server. Users can manage conversations, retrieve user information, send messages, and access metadata related to Slack channels and direct messages. It serves as a comprehensive +- [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 the Slack platform, enabling management of workspaces, users, channels, and messaging functionalities. Users can learn to automate tasks such as user and team management, message scheduling, and +- [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 manage and automate various functionalities within Slack workspaces, including user and team management, messaging, channel operations, and file sharing. It details key capabilities and tools available for tasks such as creating +- [Teams Reference](https://docs.arcade.dev/en/mcp-servers/social-communication/teams/reference.md): The Teams Reference documentation provides a comprehensive list of enumerations related to Teams MCP Server tools, including various match types and team membership classifications. Users can learn about the specific terms and their corresponding functionalities, aiding in the effective implementation and understanding of team-related features +- [Twilio](https://docs.arcade.dev/en/mcp-servers/social-communication/twilio.md): This documentation page provides a 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 usage examples to demonstrate the server's capabilities. Users will learn how +- [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 create agents and AI applications that interact with X (formerly Twitter). It outlines various tools available for actions such as posting, replying to, deleting, and +- [Zoom](https://docs.arcade.dev/en/mcp-servers/social-communication/zoom.md): This documentation page provides guidance on using the Arcade Zoom MCP Server, which enables agents to interact with Zoom by listing upcoming meetings and retrieving meeting invitations. Users can access tools like "Zoom.ListUpcomingMeetings" and "Zoom.GetMeetingInvitation" to enhance ## 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 like Gmail and GitHub. It covers installation, key features, basic usage examples, and handling user authorization, helping -- [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 on integrating Arcade tools into OpenAI Agents applications, outlining the necessary prerequisites, environment setup, and configuration steps. Users will learn how to create and manage Arcade tools, set up agents, handle authentication, and run their -- [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 covers obtaining an API key, setting up the environment, handling authorization errors, and implementing a complete authorization flow. Users will learn how to effectively manage +- [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 on integrating Arcade tools into OpenAI Agents applications, detailing setup, configuration, and usage. Users will learn how to obtain an Arcade API key, set up their environment, create and manage tools, and run agents effectively +- [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 covers the steps to obtain and configure an Arcade API key, handle authorization errors, and implement a complete authorization flow, ensuring users can effectively manage tool ## Quickstart -- [Arcade's Hosted Tools Quickstart](https://docs.arcade.dev/en/home/quickstart.md): The "Arcade's Hosted Tools Quickstart" documentation provides users with step-by-step instructions on how to install and utilize Arcade's client to enable AI agents to perform tasks such as sending emails and messaging in Slack. It outlines prerequisites, installation procedures, +- [Arcade's Hosted Tools Quickstart](https://docs.arcade.dev/en/home/quickstart.md): The Arcade's Hosted Tools Quickstart documentation provides users with a step-by-step guide to install and utilize Arcade's client for integrating AI agents with various tools like Gmail, Notion, and Slack. Users will learn how to set up their environment, execute ## 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 +- [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 community support, while inviting users to participate as ## 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 tools and services, emphasizing the importance of community involvement in enhancing security. It details the scope of issues covered, the reporting process, and guidelines for responsible disclosure. Additionally, +- [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 and tools, emphasizing the importance of community involvement in enhancing security. It details the scope of issues covered, the reporting process, and guidelines for responsible disclosure. Additionally, ## 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. Users will learn how to set up their server, utilize the `arcade deploy` CLI command, and create MCP Gateways to manage and access tools across +- [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. Users will learn how to set up their server, create MCP Gateways to manage tool access, and utilize Arcade clients for seamless integration. It also outlines prerequisites ## 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 both individual and multiple tool definitions in specific model provider formats. It covers methods for listing tools from a MCP Server and converting 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, describes different error types, and offers best practices for implementing robust error management in applications. 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 available in Arcade: Starter tools and Optimized tools, highlighting their design differences and intended use cases. It emphasizes that while both types can be used interchangeably, Optimized tools are specifically designed to align with -- [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 external tools to enhance the capabilities of AI models for tasks such as data retrieval, scheduling, and email communication. It details the integration of tools like Google Docs and +- [Get Formatted Tool Definitions](https://docs.arcade.dev/en/home/use-tools/get-tool-definitions.md): This documentation page provides guidance on how to retrieve formatted tool definitions using the Arcade Client, enabling users to obtain single or multiple tool definitions in specific model provider formats. It also covers converting tool definitions into Zod schemas for enhanced type safety and validation, as +- [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, offers examples for client error management in Python and JavaScript, and shares best practices for creating robust applications. +- [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: Optimized tools and Starter tools. It highlights the differences in design and functionality between the two, emphasizing that Optimized tools are tailored for AI-powered chat interfaces, improving reliability and efficiency, +- [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 external tools to enhance the capabilities of AI models for tasks like data retrieval and scheduling. It outlines the process of integrating tools with language models, the benefits of using ## Vercelai -- [page](https://docs.arcade.dev/en/home/vercelai/using-arcade-tools.md): This documentation page provides a comprehensive guide for integrating Arcade tools with the Vercel AI SDK, enabling users to enhance their AI applications with features like real-time streaming responses and easy switching between AI providers. It includes step-by-step instructions for setting up dependencies +- [page](https://docs.arcade.dev/en/home/vercelai/using-arcade-tools.md): This documentation page guides users on integrating Arcade tools with the Vercel AI SDK to enhance their AI-powered applications. It provides step-by-step instructions for setting up dependencies, obtaining API keys, and utilizing Arcade's Gmail MCP Server to create an AI agent