You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/en/home/auth-providers/asana/page.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The Asana auth provider enables tools and agents to call Asana APIs on behalf of
6
6
7
7
<Callout>
8
8
Want to quickly get started with Asana services in your agent or AI app? The
9
-
pre-built [Arcade Asana toolkit](/mcp-servers/productivity/asana) is what you
9
+
pre-built [Arcade Asana MCP Server](/mcp-servers/productivity/asana) is what you
10
10
want!
11
11
</Callout>
12
12
@@ -16,15 +16,15 @@ This page describes how to use and configure Asana auth with Arcade.
16
16
17
17
This auth provider is used by:
18
18
19
-
- The [Arcade Asana toolkit](/mcp-servers/productivity/asana), which provides pre-built tools for interacting with Asana
19
+
- The [Arcade Asana MCP Server](/mcp-servers/productivity/asana), which provides pre-built tools for interacting with Asana
20
20
- Your [app code](#using-asana-auth-in-app-code) that needs to call Asana APIs
21
21
- Or, your [custom tools](#using-asana-auth-in-custom-tools) that need to call Asana APIs
22
22
23
23
## Use Arcade's Default Asana Auth Provider
24
24
25
25
Arcade offers a default Asana auth provider that you can use in the Arcade Cloud Platform. In this case, your users will see `Arcade` as the name of the application that's requesting permission.
26
26
27
-
If you choose to use Arcade's Asana auth, you don't need to configure anything. Follow the [Asana toolkit examples](/mcp-servers/productivity/asana) to get started calling Asana tools.
27
+
If you choose to use Arcade's Asana auth, you don't need to configure anything. Follow the [Asana MCP Server examples](/mcp-servers/productivity/asana) to get started calling Asana tools.
28
28
29
29
## Use Your Own Asana App Credentials
30
30
@@ -170,9 +170,9 @@ If the Arcade Engine is already running, you will need to restart it for the cha
170
170
171
171
## Using the Arcade Asana MCP Servers
172
172
173
-
The [Arcade Asana toolkit](/mcp-servers/productivity/asana) provides tools to interact with various Asana objects, such as tasks, projects, teams, and users.
173
+
The [Arcade Asana MCP Server](/mcp-servers/productivity/asana) provides tools to interact with various Asana objects, such as tasks, projects, teams, and users.
174
174
175
-
Refer to the [toolkit documentation and examples](/mcp-servers/productivity/asana) to learn how to use the toolkit to build agents and AI apps that interact with Asana services.
175
+
Refer to the [MCP Server documentation and examples](/mcp-servers/productivity/asana) to learn how to use the MCP Server to build agents and AI apps that interact with Asana services.
176
176
177
177
## Using Asana auth in app code
178
178
@@ -255,9 +255,9 @@ You can use the auth token to call the [Get multiple tasks endpoint](https://dev
255
255
256
256
## Using Asana auth in custom tools
257
257
258
-
You can use the pre-built [Arcade Asana toolkit](/mcp-servers/productivity/asana) to quickly build agents and AI apps that interact with Asana.
258
+
You can use the pre-built [Arcade Asana MCP Server](/mcp-servers/productivity/asana) to quickly build agents and AI apps that interact with Asana.
259
259
260
-
If the pre-built tools in the Asana toolkit don't meet your needs, you can author your own [custom tools](/home/build-tools/create-a-mcp-server) that interact with Asana API.
260
+
If the pre-built tools in the Asana MCP Server don't meet your needs, you can author your own [custom tools](/home/build-tools/create-a-mcp-server) that interact with Asana API.
261
261
262
262
Use the `Asana()` auth class to specify that a tool requires authorization with Asana. The authentication token needed to call the Asana API is available in the tool context through the `context.get_auth_token_or_empty()` method.
You can use the pre-built [Arcade GitHub toolkit](/mcp-servers/development/github) to quickly build agents and AI apps that interact with GitHub.
274
+
You can use the pre-built [Arcade GitHub MCP Server](/mcp-servers/development/github) to quickly build agents and AI apps that interact with GitHub.
275
275
276
-
If the pre-built tools in the GitHub toolkit don't meet your needs, you can author your own [custom tools](/home/build-tools/create-a-mcp-server) that interact with the GitHub API.
276
+
If the pre-built tools in the GitHub MCP Server don't meet your needs, you can author your own [custom tools](/home/build-tools/create-a-mcp-server) that interact with the GitHub API.
277
277
278
278
Use the `GitHub()` auth class to specify that a tool requires authorization with GitHub. The `context.authorization.token` field will be automatically populated with the user's GitHub token:
Copy file name to clipboardExpand all lines: app/en/home/auth-providers/google/page.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The Google auth provider enables tools and agents to call Google/Google Workspac
6
6
7
7
<Callout>
8
8
Want to quickly get started with Google services in your agent or AI app? The
9
-
pre-built [Arcade Gmail toolkit](/mcp-servers/productivity/gmail) is what you
9
+
pre-built [Arcade Gmail MCP Server](/mcp-servers/productivity/gmail) is what you
10
10
want!
11
11
</Callout>
12
12
@@ -16,7 +16,7 @@ This page describes how to use and configure Google auth with Arcade.
16
16
17
17
This auth provider is used by:
18
18
19
-
- The [Arcade Gmail toolkit](/mcp-servers/productivity/gmail), which provides pre-built tools for interacting with Google services
19
+
- The [Arcade Gmail MCP Server](/mcp-servers/productivity/gmail), which provides pre-built tools for interacting with Google services
20
20
- Your [app code](#using-google-auth-in-app-code) that needs to call Google APIs
21
21
- Or, your [custom tools](#using-google-auth-in-custom-tools) that need to call Google APIs
22
22
@@ -268,9 +268,9 @@ console.log(emailMessages);
268
268
269
269
## Using Google auth in custom tools
270
270
271
-
You can use the pre-built Arcade Google toolkits, like [Arcade Gmail toolkit](/mcp-servers/productivity/gmail), to quickly build agents and AI apps that interact with Google services like Gmail, Calendar, Drive, and more.
271
+
You can use the pre-built Arcade Google MCP Servers, like [Arcade Gmail MCP Server](/mcp-servers/productivity/gmail), to quickly build agents and AI apps that interact with Google services like Gmail, Calendar, Drive, and more.
272
272
273
-
If the pre-built tools in the Google toolkits don't meet your needs, you can author your own [custom tools](/home/build-tools/create-a-mcp-server) that interact with Google APIs.
273
+
If the pre-built tools in the Google MCP Servers don't meet your needs, you can author your own [custom tools](/home/build-tools/create-a-mcp-server) that interact with Google APIs.
274
274
275
275
Use the `Google()` auth class to specify that a tool requires authorization with Google. The `context.authorization.token` field will be automatically populated with the user's Google token:
Copy file name to clipboardExpand all lines: app/en/home/auth-providers/hubspot/page.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The Hubspot auth provider enables tools and agents to call Hubspot APIs on behal
6
6
7
7
<Callout>
8
8
Want to quickly get started with Hubspot services in your agent or AI app? The
9
-
pre-built [Arcade Hubspot toolkit](/mcp-servers/sales/hubspot) is what you
9
+
pre-built [Arcade Hubspot MCP Server](/mcp-servers/sales/hubspot) is what you
10
10
want!
11
11
</Callout>
12
12
@@ -16,15 +16,15 @@ This page describes how to use and configure Hubspot auth with Arcade.
16
16
17
17
This auth provider is used by:
18
18
19
-
- The [Arcade Hubspot toolkit](/mcp-servers/sales/hubspot), which provides pre-built tools for interacting with Hubspot
19
+
- The [Arcade Hubspot MCP Server](/mcp-servers/sales/hubspot), which provides pre-built tools for interacting with Hubspot
20
20
- Your [app code](#using-hubspot-auth-in-app-code) that needs to call Hubspot APIs
21
21
- Or, your [custom tools](#using-hubspot-auth-in-custom-tools) that need to call Hubspot APIs
22
22
23
23
## Use Arcade's Default Hubspot Auth Provider
24
24
25
25
Arcade offers a default Hubspot auth provider that you can use in the Arcade Cloud Platform. In this case, your users will see `Arcade` as the name of the application that's requesting permission.
26
26
27
-
If you choose to use Arcade's Hubspot auth, you don't need to configure anything. Follow the [Hubspot toolkit examples](/mcp-servers/sales/hubspot) to get started calling Hubspot tools.
27
+
If you choose to use Arcade's Hubspot auth, you don't need to configure anything. Follow the [Hubspot MCP Server examples](/mcp-servers/sales/hubspot) to get started calling Hubspot tools.
28
28
29
29
## Use Your Own Hubspot App Credentials
30
30
@@ -67,7 +67,7 @@ Create the app and take note of the **Client ID** and **Client Secret**. You don
@@ -176,9 +176,9 @@ If the Arcade Engine is already running, you will need to restart it for the cha
176
176
177
177
## Using the Arcade Hubspot MCP Servers
178
178
179
-
The [Arcade Hubspot toolkit](/mcp-servers/sales/hubspot) provides tools to interact with various Hubspot objects, such as companies, contacts, deals, and email messages.
179
+
The [Arcade Hubspot MCP Server](/mcp-servers/sales/hubspot) provides tools to interact with various Hubspot objects, such as companies, contacts, deals, and email messages.
180
180
181
-
Refer to the [toolkit documentation and examples](/mcp-servers/sales/hubspot) to learn how to use the toolkit to build agents and AI apps that interact with Hubspot services.
181
+
Refer to the [MCP Server documentation and examples](/mcp-servers/sales/hubspot) to learn how to use the MCP Server to build agents and AI apps that interact with Hubspot services.
You can use the pre-built [Arcade Linear toolkit](/mcp-servers/productivity/linear) to quickly build agents and AI apps that interact with Linear.
205
+
You can use the pre-built [Arcade Linear MCP Server](/mcp-servers/productivity/linear) to quickly build agents and AI apps that interact with Linear.
206
206
207
-
If the pre-built tools in the Linear toolkit don't meet your needs, you can author your own [custom tools](/home/build-tools/create-a-mcp-server) that interact with the Linear API.
207
+
If the pre-built tools in the Linear MCP Server don't meet your needs, you can author your own [custom tools](/home/build-tools/create-a-mcp-server) that interact with the Linear API.
208
208
209
209
Use the `Linear()` auth class to specify that a tool requires authorization with Linear. The `context.authorization.token` field will be automatically populated with the user's Linear token:
Copy file name to clipboardExpand all lines: app/en/home/auth-providers/microsoft/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Before showing how to configure your Microsoft app credentials, let's go through
38
38
### Create a Microsoft app
39
39
40
40
- Follow Microsoft's guide to [registering an app with the Microsoft identity platform](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app)
41
-
- Choose the permissions (scopes) you need for your app. Refer to the [section below](#arcade-microsoft-toolkits-scopes) for a list of scopes needed by the Arcade Microsoft MCP Servers, in case you intend to use them.
41
+
- Choose the permissions (scopes) you need for your app. Refer to the [section below](#arcade-microsoft-MCP Servers-scopes) for a list of scopes needed by the Arcade Microsoft MCP Servers, in case you intend to use them.
42
42
- Set the redirect URL to the redirect URL generated by Arcade (see below)
43
43
- Copy the client ID and client secret to use below
You can use the pre-built [Arcade Notion toolkit](/mcp-servers/productivity/notion) to quickly build agents and AI apps that interact with Notion.
197
+
You can use the pre-built [Arcade Notion MCP Server](/mcp-servers/productivity/notion) to quickly build agents and AI apps that interact with Notion.
198
198
199
-
If the pre-built tools in the Notion toolkit don't meet your needs, you can author your own [custom tools](/home/build-tools/create-a-mcp-server) that interact with the Notion API.
199
+
If the pre-built tools in the Notion MCP Server don't meet your needs, you can author your own [custom tools](/home/build-tools/create-a-mcp-server) that interact with the Notion API.
200
200
201
201
Use the `Notion()` auth class to specify that a tool requires authorization with Notion. The `context.authorization.token` field will be automatically populated with the user's Notion token:
0 commit comments