@arcadeai/design-system 2.3.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{arcade-DzMbb7xi.js → arcade-CHE48l2C.js} +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/ui/atoms/accordion.js +16 -16
- package/dist/components/ui/atoms/alert-dialog.js +25 -25
- package/dist/components/ui/atoms/avatar.js +7 -7
- package/dist/components/ui/atoms/checkbox.js +34 -34
- package/dist/components/ui/atoms/dropdown-menu.js +31 -31
- package/dist/components/ui/atoms/hover-card.js +19 -19
- package/dist/components/ui/atoms/popover.js +9 -9
- package/dist/components/ui/atoms/progress.js +11 -11
- package/dist/components/ui/atoms/radio-group.js +29 -29
- package/dist/components/ui/atoms/resizable.js +1 -1
- package/dist/components/ui/atoms/scroll-area.js +40 -40
- package/dist/components/ui/atoms/select.js +17 -17
- package/dist/components/ui/atoms/sidebar.js +4 -1
- package/dist/components/ui/atoms/slider.js +35 -35
- package/dist/components/ui/atoms/switch.js +15 -15
- package/dist/components/ui/atoms/tabs.js +13 -13
- package/dist/components/ui/atoms/tooltip.js +22 -22
- package/dist/components/ui/index.js +1 -1
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +6 -5
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-picker-trigger.js +20 -23
- package/dist/components/ui/molecules/toolkit-selection-summary.js +16 -19
- package/dist/components/ui/organisms/toolkit-picker/components/action-buttons.js +6 -6
- package/dist/components/ui/organisms/toolkit-picker/components/filter-badges.js +9 -12
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +12 -11
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +5 -4
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +4 -7
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +5 -4
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +21 -21
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-filter.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-search.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-selection.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +19 -23
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.test.js +1773 -1729
- package/dist/components/ui/utils/memo.test.js +1 -1
- package/dist/lib/arcade/arcade.js +1 -1
- package/dist/lib/arcade/arcade.test.js +2 -2
- package/dist/lib/utils.test.js +1 -1
- package/dist/main.js +195 -188
- package/dist/metadata/index.d.ts +1 -0
- package/dist/metadata/index.js +23 -16
- package/dist/metadata/toolkit-icons.d.ts +27 -0
- package/dist/metadata/toolkit-icons.js +227 -0
- package/dist/metadata/toolkits.js +341 -643
- package/dist/metadata/types.d.ts +1 -3
- package/dist/metadata/utils.d.ts +15 -0
- package/dist/metadata/utils.js +15 -8
- package/dist/{react-resizable-panels.browser-DggUboAp.js → react-resizable-panels.browser-31wAXhAV.js} +2 -1
- package/dist/{react.esm-DUaR5u-J.js → react.esm-I5_wjDW6.js} +17509 -15389
- package/dist/{toolkit-card-BWuG_NJi.js → toolkit-card-nuE_5OvN.js} +4 -3
- package/dist/{vi.bdSIJ99Y-Bs-viS39.js → vi.bdSIJ99Y-DBnM2VfT.js} +1296 -1315
- package/package.json +34 -34
- package/dist/components/ui/atoms/icons/utils.d.ts +0 -43
- package/dist/components/ui/atoms/icons/utils.js +0 -33
|
@@ -1,110 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { Airtable as r } from "../components/ui/atoms/icons/airtable.js";
|
|
4
|
-
import { Amplitude as l } from "../components/ui/atoms/icons/amplitude.js";
|
|
5
|
-
import "react/jsx-runtime";
|
|
6
|
-
import { Asana as c } from "../components/ui/atoms/icons/asana.js";
|
|
7
|
-
import { Ashby as n } from "../components/ui/atoms/icons/ashby.js";
|
|
8
|
-
import { Auth0 as d } from "../components/ui/atoms/icons/auth0.js";
|
|
9
|
-
import { Bamboohr as p } from "../components/ui/atoms/icons/bamboohr.js";
|
|
10
|
-
import { Basecamp as m } from "../components/ui/atoms/icons/basecamp.js";
|
|
11
|
-
import { Bitbucket as u } from "../components/ui/atoms/icons/bitbucket.js";
|
|
12
|
-
import { Bluesky as g } from "../components/ui/atoms/icons/bluesky.js";
|
|
13
|
-
import { Box as y } from "../components/ui/atoms/icons/box.js";
|
|
14
|
-
import { Braze as v } from "../components/ui/atoms/icons/braze.js";
|
|
15
|
-
import { Brex as f } from "../components/ui/atoms/icons/brex.js";
|
|
16
|
-
import { Buffer as k } from "../components/ui/atoms/icons/buffer.js";
|
|
17
|
-
import { Calendly as b } from "../components/ui/atoms/icons/calendly.js";
|
|
18
|
-
import { Clickhouse as h } from "../components/ui/atoms/icons/clickhouse.js";
|
|
19
|
-
import { Clickup as C } from "../components/ui/atoms/icons/clickup.js";
|
|
20
|
-
import { Closeio as L } from "../components/ui/atoms/icons/closeio.js";
|
|
21
|
-
import { Codesandbox as S } from "../components/ui/atoms/icons/codesandbox.js";
|
|
22
|
-
import { Coinbase as w } from "../components/ui/atoms/icons/coinbase.js";
|
|
23
|
-
import { Confluence as D } from "../components/ui/atoms/icons/confluence.js";
|
|
24
|
-
import { Datadog as B } from "../components/ui/atoms/icons/datadog.js";
|
|
25
|
-
import { DigitalOcean as O } from "../components/ui/atoms/icons/digital-ocean.js";
|
|
26
|
-
import { Discord as P } from "../components/ui/atoms/icons/discord.js";
|
|
27
|
-
import { Dropbox as H } from "../components/ui/atoms/icons/dropbox.js";
|
|
28
|
-
import { E2b as I } from "../components/ui/atoms/icons/e2b.js";
|
|
29
|
-
import { Ebay as U } from "../components/ui/atoms/icons/ebay.js";
|
|
30
|
-
import { Evernote as Y } from "../components/ui/atoms/icons/evernote.js";
|
|
31
|
-
import { Factorial as $ } from "../components/ui/atoms/icons/factorial.js";
|
|
32
|
-
import { Figma as M } from "../components/ui/atoms/icons/figma.js";
|
|
33
|
-
import { Firecrawl as G } from "../components/ui/atoms/icons/firecrawl.js";
|
|
34
|
-
import { Generic as _ } from "../components/ui/atoms/icons/generic.js";
|
|
35
|
-
import { Github as x } from "../components/ui/atoms/icons/github.js";
|
|
36
|
-
import { Gitlab as A } from "../components/ui/atoms/icons/gitlab.js";
|
|
37
|
-
import { Gmail as T } from "../components/ui/atoms/icons/gmail.js";
|
|
38
|
-
import { Google as q } from "../components/ui/atoms/icons/google.js";
|
|
39
|
-
import { GoogleCalendar as F } from "../components/ui/atoms/icons/google-calendar.js";
|
|
40
|
-
import { GoogleContacts as N } from "../components/ui/atoms/icons/google-contacts.js";
|
|
41
|
-
import { GoogleDocs as z } from "../components/ui/atoms/icons/google-docs.js";
|
|
42
|
-
import { GoogleDrive as W } from "../components/ui/atoms/icons/google-drive.js";
|
|
43
|
-
import { GoogleFinance as R } from "../components/ui/atoms/icons/google-finance.js";
|
|
44
|
-
import { GoogleFlights as j } from "../components/ui/atoms/icons/google-flights.js";
|
|
45
|
-
import { GoogleHotels as E } from "../components/ui/atoms/icons/google-hotels.js";
|
|
46
|
-
import { GoogleJobs as J } from "../components/ui/atoms/icons/google-jobs.js";
|
|
47
|
-
import { GoogleMaps as X } from "../components/ui/atoms/icons/google-maps.js";
|
|
48
|
-
import { GoogleNews as Z } from "../components/ui/atoms/icons/google-news.js";
|
|
49
|
-
import { GoogleSheets as Q } from "../components/ui/atoms/icons/google-sheets.js";
|
|
50
|
-
import { GoogleShopping as V } from "../components/ui/atoms/icons/google-shopping.js";
|
|
51
|
-
import { GoogleSlides as K } from "../components/ui/atoms/icons/google-slides.js";
|
|
52
|
-
import { Heroku as oo } from "../components/ui/atoms/icons/heroku.js";
|
|
53
|
-
import { Hootsuite as io } from "../components/ui/atoms/icons/hootsuite.js";
|
|
54
|
-
import { Hubspot as eo } from "../components/ui/atoms/icons/hubspot.js";
|
|
55
|
-
import { Imgflip as so } from "../components/ui/atoms/icons/imgflip.js";
|
|
56
|
-
import { Intercom as to } from "../components/ui/atoms/icons/intercom.js";
|
|
57
|
-
import { Jira as ao } from "../components/ui/atoms/icons/jira.js";
|
|
58
|
-
import { Linear as ro } from "../components/ui/atoms/icons/linear.js";
|
|
59
|
-
import { Linkedin as lo } from "../components/ui/atoms/icons/linkedin.js";
|
|
60
|
-
import { Mailchimp as co } from "../components/ui/atoms/icons/mailchimp.js";
|
|
61
|
-
import { Mcp as no } from "../components/ui/atoms/icons/mcp.js";
|
|
62
|
-
import { MicrosoftDynamics as po } from "../components/ui/atoms/icons/microsoft-dynamics.js";
|
|
63
|
-
import { MicrosoftSharepoint as mo } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
64
|
-
import { MicrosoftTeams as uo } from "../components/ui/atoms/icons/microsoft-teams.js";
|
|
65
|
-
import { Miro as go } from "../components/ui/atoms/icons/miro.js";
|
|
66
|
-
import { Monday as yo } from "../components/ui/atoms/icons/monday.js";
|
|
67
|
-
import { MongoDB as vo } from "../components/ui/atoms/icons/mongodb.js";
|
|
68
|
-
import { Netsuite as fo } from "../components/ui/atoms/icons/netsuite.js";
|
|
69
|
-
import { Notion as s } from "../components/ui/atoms/icons/notion.js";
|
|
70
|
-
import { Obsidian as ko } from "../components/ui/atoms/icons/obsidian.js";
|
|
71
|
-
import { Okta as bo } from "../components/ui/atoms/icons/okta.js";
|
|
72
|
-
import { OneDrive as ho } from "../components/ui/atoms/icons/one-drive.js";
|
|
73
|
-
import { OutlookCalendar as Co } from "../components/ui/atoms/icons/outlook-calendar.js";
|
|
74
|
-
import { OutlookMail as Lo } from "../components/ui/atoms/icons/outlook-mail.js";
|
|
75
|
-
import { Pinecone as So } from "../components/ui/atoms/icons/pinecone.js";
|
|
76
|
-
import { Pinterest as wo } from "../components/ui/atoms/icons/pinterest.js";
|
|
77
|
-
import { Pipedrive as Do } from "../components/ui/atoms/icons/pipedrive.js";
|
|
78
|
-
import { Plaid as Bo } from "../components/ui/atoms/icons/plaid.js";
|
|
79
|
-
import { Postgres as Oo } from "../components/ui/atoms/icons/postgres.js";
|
|
80
|
-
import { Quickbooks as Po } from "../components/ui/atoms/icons/quickbooks.js";
|
|
81
|
-
import { Reddit as Ho } from "../components/ui/atoms/icons/reddit.js";
|
|
82
|
-
import { Salesforce as Io } from "../components/ui/atoms/icons/salesforce.js";
|
|
83
|
-
import { Shopify as Uo } from "../components/ui/atoms/icons/shopify.js";
|
|
84
|
-
import { Singlestore as Yo } from "../components/ui/atoms/icons/singlestore.js";
|
|
85
|
-
import { Slack as $o } from "../components/ui/atoms/icons/slack.js";
|
|
86
|
-
import { Snowflake as Mo } from "../components/ui/atoms/icons/snowflake.js";
|
|
87
|
-
import { Splunk as Go } from "../components/ui/atoms/icons/splunk.js";
|
|
88
|
-
import { Spotify as _o } from "../components/ui/atoms/icons/spotify.js";
|
|
89
|
-
import { Square as xo } from "../components/ui/atoms/icons/square.js";
|
|
90
|
-
import { Squarespace as Ao } from "../components/ui/atoms/icons/squarespace.js";
|
|
91
|
-
import { Stripe as To } from "../components/ui/atoms/icons/stripe.js";
|
|
92
|
-
import { Tiktok as qo } from "../components/ui/atoms/icons/tiktok.js";
|
|
93
|
-
import { Trello as Fo } from "../components/ui/atoms/icons/trello.js";
|
|
94
|
-
import { Twilio as No } from "../components/ui/atoms/icons/twilio.js";
|
|
95
|
-
import { Twitch as zo } from "../components/ui/atoms/icons/twitch.js";
|
|
96
|
-
import { Vercel as Wo } from "../components/ui/atoms/icons/vercel.js";
|
|
97
|
-
import { Walmart as Ro } from "../components/ui/atoms/icons/walmart.js";
|
|
98
|
-
import { Weaviate as jo } from "../components/ui/atoms/icons/weaviate.js";
|
|
99
|
-
import { Workday as Eo } from "../components/ui/atoms/icons/workday.js";
|
|
100
|
-
import { Wrike as Jo } from "../components/ui/atoms/icons/wrike.js";
|
|
101
|
-
import { X as Xo } from "../components/ui/atoms/icons/x.js";
|
|
102
|
-
import { Xero as Zo } from "../components/ui/atoms/icons/xero.js";
|
|
103
|
-
import { Youtube as Qo } from "../components/ui/atoms/icons/youtube.js";
|
|
104
|
-
import { Zendesk as Vo } from "../components/ui/atoms/icons/zendesk.js";
|
|
105
|
-
import { Zoom as Ko } from "../components/ui/atoms/icons/zoom.js";
|
|
106
|
-
import { PUBLIC_ICON_URL as o } from "./constants.js";
|
|
107
|
-
const Ke = [
|
|
1
|
+
import { PUBLIC_ICON_URL as e } from "./constants.js";
|
|
2
|
+
const c = [
|
|
108
3
|
{ id: "all", name: "All Tools" },
|
|
109
4
|
{ id: "productivity", name: "Productivity & Docs" },
|
|
110
5
|
{ id: "social", name: "Social & Communication" },
|
|
@@ -115,17 +10,15 @@ const Ke = [
|
|
|
115
10
|
{ id: "sales", name: "Sales" },
|
|
116
11
|
{ id: "databases", name: "Databases" },
|
|
117
12
|
{ id: "customer-support", name: "Customer Support" }
|
|
118
|
-
],
|
|
13
|
+
], o = [
|
|
119
14
|
{
|
|
120
15
|
id: "ADPWorkforceNow",
|
|
121
16
|
label: "ADP Workforce Now",
|
|
122
17
|
isBYOC: !1,
|
|
123
18
|
isPro: !1,
|
|
124
|
-
publicIconUrl: `${
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/adp",
|
|
128
|
-
relativeDocsLink: "/toolkits/productivity/adp",
|
|
19
|
+
publicIconUrl: `${e}/adp.svg`,
|
|
20
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/adp",
|
|
21
|
+
relativeDocsLink: "/en/mcp-servers/productivity/adp",
|
|
129
22
|
category: "productivity",
|
|
130
23
|
type: "arcade",
|
|
131
24
|
isComingSoon: !0,
|
|
@@ -136,11 +29,9 @@ const Ke = [
|
|
|
136
29
|
label: "Aha",
|
|
137
30
|
isBYOC: !1,
|
|
138
31
|
isPro: !1,
|
|
139
|
-
publicIconUrl: `${
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/aha",
|
|
143
|
-
relativeDocsLink: "/toolkits/productivity/aha",
|
|
32
|
+
publicIconUrl: `${e}/aha.svg`,
|
|
33
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/aha",
|
|
34
|
+
relativeDocsLink: "/en/mcp-servers/productivity/aha",
|
|
144
35
|
category: "productivity",
|
|
145
36
|
type: "arcade",
|
|
146
37
|
isComingSoon: !0,
|
|
@@ -151,11 +42,9 @@ const Ke = [
|
|
|
151
42
|
label: "Airtable",
|
|
152
43
|
isBYOC: !1,
|
|
153
44
|
isPro: !1,
|
|
154
|
-
publicIconUrl: `${
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/airtable",
|
|
158
|
-
relativeDocsLink: "/toolkits/productivity/airtable",
|
|
45
|
+
publicIconUrl: `${e}/airtable.svg`,
|
|
46
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/airtable",
|
|
47
|
+
relativeDocsLink: "/en/mcp-servers/productivity/airtable",
|
|
159
48
|
category: "productivity",
|
|
160
49
|
type: "arcade",
|
|
161
50
|
isComingSoon: !0,
|
|
@@ -166,11 +55,9 @@ const Ke = [
|
|
|
166
55
|
label: "Amplitude",
|
|
167
56
|
isBYOC: !1,
|
|
168
57
|
isPro: !1,
|
|
169
|
-
publicIconUrl: `${
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/amplitude",
|
|
173
|
-
relativeDocsLink: "/toolkits/productivity/amplitude",
|
|
58
|
+
publicIconUrl: `${e}/amplitude.svg`,
|
|
59
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/amplitude",
|
|
60
|
+
relativeDocsLink: "/en/mcp-servers/productivity/amplitude",
|
|
174
61
|
category: "productivity",
|
|
175
62
|
type: "arcade",
|
|
176
63
|
isComingSoon: !0,
|
|
@@ -181,11 +68,9 @@ const Ke = [
|
|
|
181
68
|
label: "Asana",
|
|
182
69
|
isBYOC: !1,
|
|
183
70
|
isPro: !1,
|
|
184
|
-
publicIconUrl: `${
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/asana",
|
|
188
|
-
relativeDocsLink: "/toolkits/productivity/asana",
|
|
71
|
+
publicIconUrl: `${e}/asana.svg`,
|
|
72
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/asana",
|
|
73
|
+
relativeDocsLink: "/en/mcp-servers/productivity/asana",
|
|
189
74
|
category: "productivity",
|
|
190
75
|
type: "arcade",
|
|
191
76
|
isComingSoon: !1,
|
|
@@ -196,11 +81,9 @@ const Ke = [
|
|
|
196
81
|
label: "Ashby",
|
|
197
82
|
isBYOC: !1,
|
|
198
83
|
isPro: !1,
|
|
199
|
-
publicIconUrl: `${
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/ashby",
|
|
203
|
-
relativeDocsLink: "/toolkits/productivity/ashby",
|
|
84
|
+
publicIconUrl: `${e}/ashby.svg`,
|
|
85
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/ashby",
|
|
86
|
+
relativeDocsLink: "/en/mcp-servers/productivity/ashby",
|
|
204
87
|
category: "productivity",
|
|
205
88
|
type: "arcade",
|
|
206
89
|
isComingSoon: !0,
|
|
@@ -211,11 +94,9 @@ const Ke = [
|
|
|
211
94
|
label: "Auth0",
|
|
212
95
|
isBYOC: !1,
|
|
213
96
|
isPro: !1,
|
|
214
|
-
publicIconUrl: `${
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/auth0",
|
|
218
|
-
relativeDocsLink: "/toolkits/development/auth0",
|
|
97
|
+
publicIconUrl: `${e}/auth0.svg`,
|
|
98
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/auth0",
|
|
99
|
+
relativeDocsLink: "/en/mcp-servers/development/auth0",
|
|
219
100
|
category: "development",
|
|
220
101
|
type: "arcade",
|
|
221
102
|
isComingSoon: !0,
|
|
@@ -226,11 +107,9 @@ const Ke = [
|
|
|
226
107
|
label: "BambooHR",
|
|
227
108
|
isBYOC: !1,
|
|
228
109
|
isPro: !1,
|
|
229
|
-
publicIconUrl: `${
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/bamboohr",
|
|
233
|
-
relativeDocsLink: "/toolkits/productivity/bamboohr",
|
|
110
|
+
publicIconUrl: `${e}/bamboohr.svg`,
|
|
111
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/bamboohr",
|
|
112
|
+
relativeDocsLink: "/en/mcp-servers/productivity/bamboohr",
|
|
234
113
|
category: "productivity",
|
|
235
114
|
type: "arcade",
|
|
236
115
|
isComingSoon: !0,
|
|
@@ -241,11 +120,9 @@ const Ke = [
|
|
|
241
120
|
label: "Basecamp",
|
|
242
121
|
isBYOC: !1,
|
|
243
122
|
isPro: !1,
|
|
244
|
-
publicIconUrl: `${
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/basecamp",
|
|
248
|
-
relativeDocsLink: "/toolkits/productivity/basecamp",
|
|
123
|
+
publicIconUrl: `${e}/basecamp.svg`,
|
|
124
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/basecamp",
|
|
125
|
+
relativeDocsLink: "/en/mcp-servers/productivity/basecamp",
|
|
249
126
|
category: "productivity",
|
|
250
127
|
type: "arcade",
|
|
251
128
|
isComingSoon: !0,
|
|
@@ -256,11 +133,9 @@ const Ke = [
|
|
|
256
133
|
label: "Bill.com",
|
|
257
134
|
isBYOC: !1,
|
|
258
135
|
isPro: !1,
|
|
259
|
-
publicIconUrl: `${
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/bill",
|
|
263
|
-
relativeDocsLink: "/toolkits/productivity/bill",
|
|
136
|
+
publicIconUrl: `${e}/bill.svg`,
|
|
137
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/bill",
|
|
138
|
+
relativeDocsLink: "/en/mcp-servers/productivity/bill",
|
|
264
139
|
category: "productivity",
|
|
265
140
|
type: "arcade",
|
|
266
141
|
isComingSoon: !0,
|
|
@@ -271,11 +146,9 @@ const Ke = [
|
|
|
271
146
|
label: "Bitbucket",
|
|
272
147
|
isBYOC: !1,
|
|
273
148
|
isPro: !1,
|
|
274
|
-
publicIconUrl: `${
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/bitbucket",
|
|
278
|
-
relativeDocsLink: "/toolkits/development/bitbucket",
|
|
149
|
+
publicIconUrl: `${e}/bitbucket.svg`,
|
|
150
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/bitbucket",
|
|
151
|
+
relativeDocsLink: "/en/mcp-servers/development/bitbucket",
|
|
279
152
|
category: "development",
|
|
280
153
|
type: "arcade",
|
|
281
154
|
isComingSoon: !0,
|
|
@@ -286,11 +159,9 @@ const Ke = [
|
|
|
286
159
|
label: "Bluesky",
|
|
287
160
|
isBYOC: !1,
|
|
288
161
|
isPro: !1,
|
|
289
|
-
publicIconUrl: `${
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
docsLink: "https://docs.arcade.dev/toolkits/social-communication/bluesky",
|
|
293
|
-
relativeDocsLink: "/toolkits/social-communication/bluesky",
|
|
162
|
+
publicIconUrl: `${e}/bluesky.svg`,
|
|
163
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/bluesky",
|
|
164
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/bluesky",
|
|
294
165
|
category: "social",
|
|
295
166
|
type: "arcade",
|
|
296
167
|
isComingSoon: !0,
|
|
@@ -301,11 +172,9 @@ const Ke = [
|
|
|
301
172
|
label: "Box",
|
|
302
173
|
isBYOC: !1,
|
|
303
174
|
isPro: !1,
|
|
304
|
-
publicIconUrl: `${
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/box",
|
|
308
|
-
relativeDocsLink: "/toolkits/productivity/box",
|
|
175
|
+
publicIconUrl: `${e}/box.svg`,
|
|
176
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/box",
|
|
177
|
+
relativeDocsLink: "/en/mcp-servers/productivity/box",
|
|
309
178
|
category: "productivity",
|
|
310
179
|
type: "arcade",
|
|
311
180
|
isComingSoon: !0,
|
|
@@ -316,11 +185,9 @@ const Ke = [
|
|
|
316
185
|
label: "Braze",
|
|
317
186
|
isBYOC: !1,
|
|
318
187
|
isPro: !1,
|
|
319
|
-
publicIconUrl: `${
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/braze",
|
|
323
|
-
relativeDocsLink: "/toolkits/productivity/braze",
|
|
188
|
+
publicIconUrl: `${e}/braze.svg`,
|
|
189
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/braze",
|
|
190
|
+
relativeDocsLink: "/en/mcp-servers/productivity/braze",
|
|
324
191
|
category: "productivity",
|
|
325
192
|
type: "arcade",
|
|
326
193
|
isComingSoon: !0,
|
|
@@ -331,11 +198,9 @@ const Ke = [
|
|
|
331
198
|
label: "Brex",
|
|
332
199
|
isBYOC: !1,
|
|
333
200
|
isPro: !1,
|
|
334
|
-
publicIconUrl: `${
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/brex",
|
|
338
|
-
relativeDocsLink: "/toolkits/productivity/brex",
|
|
201
|
+
publicIconUrl: `${e}/brex.svg`,
|
|
202
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/brex",
|
|
203
|
+
relativeDocsLink: "/en/mcp-servers/productivity/brex",
|
|
339
204
|
category: "productivity",
|
|
340
205
|
type: "arcade",
|
|
341
206
|
isComingSoon: !0,
|
|
@@ -346,11 +211,9 @@ const Ke = [
|
|
|
346
211
|
label: "Buffer",
|
|
347
212
|
isBYOC: !1,
|
|
348
213
|
isPro: !1,
|
|
349
|
-
publicIconUrl: `${
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
docsLink: "https://docs.arcade.dev/toolkits/social-communication/buffer",
|
|
353
|
-
relativeDocsLink: "/toolkits/social-communication/buffer",
|
|
214
|
+
publicIconUrl: `${e}/buffer.svg`,
|
|
215
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/buffer",
|
|
216
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/buffer",
|
|
354
217
|
category: "social",
|
|
355
218
|
type: "arcade",
|
|
356
219
|
isComingSoon: !0,
|
|
@@ -361,11 +224,9 @@ const Ke = [
|
|
|
361
224
|
label: "Calendly",
|
|
362
225
|
isBYOC: !1,
|
|
363
226
|
isPro: !1,
|
|
364
|
-
publicIconUrl: `${
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/calendly",
|
|
368
|
-
relativeDocsLink: "/toolkits/productivity/calendly",
|
|
227
|
+
publicIconUrl: `${e}/calendly.svg`,
|
|
228
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/calendly",
|
|
229
|
+
relativeDocsLink: "/en/mcp-servers/productivity/calendly",
|
|
369
230
|
category: "productivity",
|
|
370
231
|
type: "arcade",
|
|
371
232
|
isComingSoon: !0,
|
|
@@ -376,11 +237,9 @@ const Ke = [
|
|
|
376
237
|
label: "Clickhouse",
|
|
377
238
|
isBYOC: !1,
|
|
378
239
|
isPro: !1,
|
|
379
|
-
publicIconUrl: `${
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
docsLink: "https://docs.arcade.dev/toolkits/databases/clickhouse",
|
|
383
|
-
relativeDocsLink: "/toolkits/databases/clickhouse",
|
|
240
|
+
publicIconUrl: `${e}/clickhouse.svg`,
|
|
241
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/databases/clickhouse",
|
|
242
|
+
relativeDocsLink: "/en/mcp-servers/databases/clickhouse",
|
|
384
243
|
category: "databases",
|
|
385
244
|
type: "community",
|
|
386
245
|
isComingSoon: !1,
|
|
@@ -391,14 +250,12 @@ const Ke = [
|
|
|
391
250
|
label: "ClickUp",
|
|
392
251
|
isBYOC: !1,
|
|
393
252
|
isPro: !1,
|
|
394
|
-
publicIconUrl: `${
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/clickup",
|
|
398
|
-
relativeDocsLink: "/toolkits/productivity/clickup",
|
|
253
|
+
publicIconUrl: `${e}/clickup.svg`,
|
|
254
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/clickup",
|
|
255
|
+
relativeDocsLink: "/en/mcp-servers/productivity/clickup",
|
|
399
256
|
category: "productivity",
|
|
400
257
|
type: "arcade",
|
|
401
|
-
isComingSoon: !
|
|
258
|
+
isComingSoon: !1,
|
|
402
259
|
isHidden: !1
|
|
403
260
|
},
|
|
404
261
|
{
|
|
@@ -406,11 +263,9 @@ const Ke = [
|
|
|
406
263
|
label: "Close.io",
|
|
407
264
|
isBYOC: !1,
|
|
408
265
|
isPro: !1,
|
|
409
|
-
publicIconUrl: `${
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/closeio",
|
|
413
|
-
relativeDocsLink: "/toolkits/productivity/closeio",
|
|
266
|
+
publicIconUrl: `${e}/closeio.svg`,
|
|
267
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/closeio",
|
|
268
|
+
relativeDocsLink: "/en/mcp-servers/productivity/closeio",
|
|
414
269
|
category: "productivity",
|
|
415
270
|
type: "community",
|
|
416
271
|
isComingSoon: !1,
|
|
@@ -421,11 +276,9 @@ const Ke = [
|
|
|
421
276
|
label: "Codesandbox",
|
|
422
277
|
isBYOC: !1,
|
|
423
278
|
isPro: !1,
|
|
424
|
-
publicIconUrl: `${
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/codesandbox",
|
|
428
|
-
relativeDocsLink: "/toolkits/development/codesandbox",
|
|
279
|
+
publicIconUrl: `${e}/codesandbox.svg`,
|
|
280
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/codesandbox",
|
|
281
|
+
relativeDocsLink: "/en/mcp-servers/development/codesandbox",
|
|
429
282
|
category: "development",
|
|
430
283
|
type: "arcade",
|
|
431
284
|
isComingSoon: !0,
|
|
@@ -436,11 +289,9 @@ const Ke = [
|
|
|
436
289
|
label: "Coinbase",
|
|
437
290
|
isBYOC: !1,
|
|
438
291
|
isPro: !1,
|
|
439
|
-
publicIconUrl: `${
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/coinbase",
|
|
443
|
-
relativeDocsLink: "/toolkits/productivity/coinbase",
|
|
292
|
+
publicIconUrl: `${e}/coinbase.svg`,
|
|
293
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/coinbase",
|
|
294
|
+
relativeDocsLink: "/en/mcp-servers/productivity/coinbase",
|
|
444
295
|
category: "productivity",
|
|
445
296
|
type: "arcade",
|
|
446
297
|
isComingSoon: !0,
|
|
@@ -451,11 +302,9 @@ const Ke = [
|
|
|
451
302
|
label: "Confluence",
|
|
452
303
|
isBYOC: !1,
|
|
453
304
|
isPro: !1,
|
|
454
|
-
publicIconUrl: `${
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/confluence",
|
|
458
|
-
relativeDocsLink: "/toolkits/productivity/confluence",
|
|
305
|
+
publicIconUrl: `${e}/confluence.svg`,
|
|
306
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/confluence",
|
|
307
|
+
relativeDocsLink: "/en/mcp-servers/productivity/confluence",
|
|
459
308
|
category: "productivity",
|
|
460
309
|
type: "arcade",
|
|
461
310
|
isComingSoon: !0,
|
|
@@ -466,11 +315,9 @@ const Ke = [
|
|
|
466
315
|
label: "Datadog",
|
|
467
316
|
isBYOC: !1,
|
|
468
317
|
isPro: !1,
|
|
469
|
-
publicIconUrl: `${
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/datadog",
|
|
473
|
-
relativeDocsLink: "/toolkits/development/datadog",
|
|
318
|
+
publicIconUrl: `${e}/datadog.svg`,
|
|
319
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/datadog",
|
|
320
|
+
relativeDocsLink: "/en/mcp-servers/development/datadog",
|
|
474
321
|
category: "development",
|
|
475
322
|
type: "arcade",
|
|
476
323
|
isComingSoon: !0,
|
|
@@ -481,11 +328,9 @@ const Ke = [
|
|
|
481
328
|
label: "DigitalOcean",
|
|
482
329
|
isBYOC: !1,
|
|
483
330
|
isPro: !1,
|
|
484
|
-
publicIconUrl: `${
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/digitalocean",
|
|
488
|
-
relativeDocsLink: "/toolkits/development/digitalocean",
|
|
331
|
+
publicIconUrl: `${e}/digital-ocean.svg`,
|
|
332
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/digitalocean",
|
|
333
|
+
relativeDocsLink: "/en/mcp-servers/development/digitalocean",
|
|
489
334
|
category: "development",
|
|
490
335
|
type: "arcade",
|
|
491
336
|
isComingSoon: !0,
|
|
@@ -496,11 +341,9 @@ const Ke = [
|
|
|
496
341
|
label: "Discord",
|
|
497
342
|
isBYOC: !1,
|
|
498
343
|
isPro: !1,
|
|
499
|
-
publicIconUrl: `${
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
docsLink: "https://docs.arcade.dev/toolkits/social-communication/discord",
|
|
503
|
-
relativeDocsLink: "/toolkits/social-communication/discord",
|
|
344
|
+
publicIconUrl: `${e}/discord.svg`,
|
|
345
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/discord",
|
|
346
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/discord",
|
|
504
347
|
category: "social",
|
|
505
348
|
type: "auth",
|
|
506
349
|
isComingSoon: !0,
|
|
@@ -511,14 +354,12 @@ const Ke = [
|
|
|
511
354
|
label: "Dropbox",
|
|
512
355
|
isBYOC: !1,
|
|
513
356
|
isPro: !1,
|
|
514
|
-
publicIconUrl: `${
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/dropbox",
|
|
518
|
-
relativeDocsLink: "/toolkits/productivity/dropbox",
|
|
357
|
+
publicIconUrl: `${e}/dropbox.svg`,
|
|
358
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/dropbox/dropbox",
|
|
359
|
+
relativeDocsLink: "/en/mcp-servers/productivity/dropbox/dropbox",
|
|
519
360
|
category: "productivity",
|
|
520
361
|
type: "arcade",
|
|
521
|
-
isComingSoon: !
|
|
362
|
+
isComingSoon: !1,
|
|
522
363
|
isHidden: !1
|
|
523
364
|
},
|
|
524
365
|
{
|
|
@@ -526,11 +367,9 @@ const Ke = [
|
|
|
526
367
|
label: "E2B",
|
|
527
368
|
isBYOC: !0,
|
|
528
369
|
isPro: !0,
|
|
529
|
-
publicIconUrl: `${
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/e2b",
|
|
533
|
-
relativeDocsLink: "/toolkits/development/e2b",
|
|
370
|
+
publicIconUrl: `${e}/e2b.svg`,
|
|
371
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/e2b",
|
|
372
|
+
relativeDocsLink: "/en/mcp-servers/development/e2b",
|
|
534
373
|
category: "development",
|
|
535
374
|
type: "arcade",
|
|
536
375
|
isComingSoon: !0,
|
|
@@ -541,11 +380,9 @@ const Ke = [
|
|
|
541
380
|
label: "eBay",
|
|
542
381
|
isBYOC: !1,
|
|
543
382
|
isPro: !1,
|
|
544
|
-
publicIconUrl: `${
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/ebay",
|
|
548
|
-
relativeDocsLink: "/toolkits/productivity/ebay",
|
|
383
|
+
publicIconUrl: `${e}/ebay.svg`,
|
|
384
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/ebay",
|
|
385
|
+
relativeDocsLink: "/en/mcp-servers/productivity/ebay",
|
|
549
386
|
category: "productivity",
|
|
550
387
|
type: "arcade",
|
|
551
388
|
isComingSoon: !0,
|
|
@@ -556,11 +393,9 @@ const Ke = [
|
|
|
556
393
|
label: "Evernote",
|
|
557
394
|
isBYOC: !1,
|
|
558
395
|
isPro: !1,
|
|
559
|
-
publicIconUrl: `${
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/evernote",
|
|
563
|
-
relativeDocsLink: "/toolkits/productivity/evernote",
|
|
396
|
+
publicIconUrl: `${e}/evernote.svg`,
|
|
397
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/evernote",
|
|
398
|
+
relativeDocsLink: "/en/mcp-servers/productivity/evernote",
|
|
564
399
|
category: "productivity",
|
|
565
400
|
type: "arcade",
|
|
566
401
|
isComingSoon: !0,
|
|
@@ -571,11 +406,9 @@ const Ke = [
|
|
|
571
406
|
label: "Factorial",
|
|
572
407
|
isBYOC: !1,
|
|
573
408
|
isPro: !1,
|
|
574
|
-
publicIconUrl: `${
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/factorial",
|
|
578
|
-
relativeDocsLink: "/toolkits/productivity/factorial",
|
|
409
|
+
publicIconUrl: `${e}/factorial.svg`,
|
|
410
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/factorial",
|
|
411
|
+
relativeDocsLink: "/en/mcp-servers/productivity/factorial",
|
|
579
412
|
category: "productivity",
|
|
580
413
|
type: "arcade",
|
|
581
414
|
isComingSoon: !0,
|
|
@@ -586,11 +419,9 @@ const Ke = [
|
|
|
586
419
|
label: "Figma",
|
|
587
420
|
isBYOC: !1,
|
|
588
421
|
isPro: !1,
|
|
589
|
-
publicIconUrl: `${
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/figma",
|
|
593
|
-
relativeDocsLink: "/toolkits/productivity/figma",
|
|
422
|
+
publicIconUrl: `${e}/figma.svg`,
|
|
423
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/figma",
|
|
424
|
+
relativeDocsLink: "/en/mcp-servers/productivity/figma",
|
|
594
425
|
category: "productivity",
|
|
595
426
|
type: "arcade",
|
|
596
427
|
isComingSoon: !0,
|
|
@@ -601,11 +432,9 @@ const Ke = [
|
|
|
601
432
|
label: "Firecrawl",
|
|
602
433
|
isBYOC: !0,
|
|
603
434
|
isPro: !0,
|
|
604
|
-
publicIconUrl: `${
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/firecrawl/firecrawl",
|
|
608
|
-
relativeDocsLink: "/toolkits/development/firecrawl/firecrawl",
|
|
435
|
+
publicIconUrl: `${e}/firecrawl.svg`,
|
|
436
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/firecrawl/firecrawl",
|
|
437
|
+
relativeDocsLink: "/en/mcp-servers/development/firecrawl/firecrawl",
|
|
609
438
|
category: "development",
|
|
610
439
|
type: "arcade",
|
|
611
440
|
isComingSoon: !1,
|
|
@@ -616,11 +445,9 @@ const Ke = [
|
|
|
616
445
|
label: "GitHub",
|
|
617
446
|
isBYOC: !1,
|
|
618
447
|
isPro: !1,
|
|
619
|
-
publicIconUrl: `${
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/github/github",
|
|
623
|
-
relativeDocsLink: "/toolkits/development/github/github",
|
|
448
|
+
publicIconUrl: `${e}/github.svg`,
|
|
449
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/github/github",
|
|
450
|
+
relativeDocsLink: "/en/mcp-servers/development/github/github",
|
|
624
451
|
category: "development",
|
|
625
452
|
type: "arcade",
|
|
626
453
|
isComingSoon: !1,
|
|
@@ -631,11 +458,9 @@ const Ke = [
|
|
|
631
458
|
label: "GitLab",
|
|
632
459
|
isBYOC: !1,
|
|
633
460
|
isPro: !1,
|
|
634
|
-
publicIconUrl: `${
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/gitlab",
|
|
638
|
-
relativeDocsLink: "/toolkits/development/gitlab",
|
|
461
|
+
publicIconUrl: `${e}/gitlab.svg`,
|
|
462
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/gitlab",
|
|
463
|
+
relativeDocsLink: "/en/mcp-servers/development/gitlab",
|
|
639
464
|
category: "development",
|
|
640
465
|
type: "arcade",
|
|
641
466
|
isComingSoon: !0,
|
|
@@ -646,11 +471,9 @@ const Ke = [
|
|
|
646
471
|
label: "Gmail",
|
|
647
472
|
isBYOC: !1,
|
|
648
473
|
isPro: !1,
|
|
649
|
-
publicIconUrl: `${
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/gmail",
|
|
653
|
-
relativeDocsLink: "/toolkits/productivity/gmail",
|
|
474
|
+
publicIconUrl: `${e}/gmail.svg`,
|
|
475
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/gmail",
|
|
476
|
+
relativeDocsLink: "/en/mcp-servers/productivity/gmail",
|
|
654
477
|
category: "productivity",
|
|
655
478
|
type: "arcade",
|
|
656
479
|
isComingSoon: !1,
|
|
@@ -661,11 +484,9 @@ const Ke = [
|
|
|
661
484
|
label: "Google Calendar",
|
|
662
485
|
isBYOC: !1,
|
|
663
486
|
isPro: !1,
|
|
664
|
-
publicIconUrl: `${
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/google_calendar",
|
|
668
|
-
relativeDocsLink: "/toolkits/productivity/google_calendar",
|
|
487
|
+
publicIconUrl: `${e}/google-calendar.svg`,
|
|
488
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/google-calendar",
|
|
489
|
+
relativeDocsLink: "/en/mcp-servers/productivity/google-calendar",
|
|
669
490
|
category: "productivity",
|
|
670
491
|
type: "arcade",
|
|
671
492
|
isComingSoon: !1,
|
|
@@ -676,11 +497,9 @@ const Ke = [
|
|
|
676
497
|
label: "Google Contacts",
|
|
677
498
|
isBYOC: !1,
|
|
678
499
|
isPro: !1,
|
|
679
|
-
publicIconUrl: `${
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/google_contacts",
|
|
683
|
-
relativeDocsLink: "/toolkits/productivity/google_contacts",
|
|
500
|
+
publicIconUrl: `${e}/google-contacts.svg`,
|
|
501
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/google-contacts",
|
|
502
|
+
relativeDocsLink: "/en/mcp-servers/productivity/google-contacts",
|
|
684
503
|
category: "productivity",
|
|
685
504
|
type: "arcade",
|
|
686
505
|
isComingSoon: !1,
|
|
@@ -691,11 +510,9 @@ const Ke = [
|
|
|
691
510
|
label: "Google Docs",
|
|
692
511
|
isBYOC: !1,
|
|
693
512
|
isPro: !1,
|
|
694
|
-
publicIconUrl: `${
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/google_docs",
|
|
698
|
-
relativeDocsLink: "/toolkits/productivity/google_docs",
|
|
513
|
+
publicIconUrl: `${e}/google-docs.svg`,
|
|
514
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/google-docs",
|
|
515
|
+
relativeDocsLink: "/en/mcp-servers/productivity/google-docs",
|
|
699
516
|
category: "productivity",
|
|
700
517
|
type: "arcade",
|
|
701
518
|
isComingSoon: !1,
|
|
@@ -706,11 +523,9 @@ const Ke = [
|
|
|
706
523
|
label: "Google Drive",
|
|
707
524
|
isBYOC: !1,
|
|
708
525
|
isPro: !1,
|
|
709
|
-
publicIconUrl: `${
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/google_drive",
|
|
713
|
-
relativeDocsLink: "/toolkits/productivity/google_drive",
|
|
526
|
+
publicIconUrl: `${e}/google-drive.svg`,
|
|
527
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/google-drive",
|
|
528
|
+
relativeDocsLink: "/en/mcp-servers/productivity/google-drive",
|
|
714
529
|
category: "productivity",
|
|
715
530
|
type: "arcade",
|
|
716
531
|
isComingSoon: !1,
|
|
@@ -721,11 +536,9 @@ const Ke = [
|
|
|
721
536
|
label: "Google Finance",
|
|
722
537
|
isBYOC: !0,
|
|
723
538
|
isPro: !0,
|
|
724
|
-
publicIconUrl: `${
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
docsLink: "https://docs.arcade.dev/toolkits/search/google_finance",
|
|
728
|
-
relativeDocsLink: "/toolkits/search/google_finance",
|
|
539
|
+
publicIconUrl: `${e}/google-finance.svg`,
|
|
540
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/search/google-finance",
|
|
541
|
+
relativeDocsLink: "/en/mcp-servers/search/google-finance",
|
|
729
542
|
category: "search",
|
|
730
543
|
type: "arcade",
|
|
731
544
|
isComingSoon: !1,
|
|
@@ -736,11 +549,9 @@ const Ke = [
|
|
|
736
549
|
label: "Google Flights",
|
|
737
550
|
isBYOC: !0,
|
|
738
551
|
isPro: !0,
|
|
739
|
-
publicIconUrl: `${
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
docsLink: "https://docs.arcade.dev/toolkits/search/google_flights",
|
|
743
|
-
relativeDocsLink: "/toolkits/search/google_flights",
|
|
552
|
+
publicIconUrl: `${e}/google-flights.svg`,
|
|
553
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/search/google-flights",
|
|
554
|
+
relativeDocsLink: "/en/mcp-servers/search/google-flights",
|
|
744
555
|
category: "search",
|
|
745
556
|
type: "arcade",
|
|
746
557
|
isComingSoon: !1,
|
|
@@ -751,11 +562,9 @@ const Ke = [
|
|
|
751
562
|
label: "Google Hotels",
|
|
752
563
|
isBYOC: !0,
|
|
753
564
|
isPro: !0,
|
|
754
|
-
publicIconUrl: `${
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
docsLink: "https://docs.arcade.dev/toolkits/search/google_hotels",
|
|
758
|
-
relativeDocsLink: "/toolkits/search/google_hotels",
|
|
565
|
+
publicIconUrl: `${e}/google-hotels.svg`,
|
|
566
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/search/google-hotels",
|
|
567
|
+
relativeDocsLink: "/en/mcp-servers/search/google-hotels",
|
|
759
568
|
category: "search",
|
|
760
569
|
type: "arcade",
|
|
761
570
|
isComingSoon: !1,
|
|
@@ -766,11 +575,9 @@ const Ke = [
|
|
|
766
575
|
label: "Google Jobs",
|
|
767
576
|
isBYOC: !0,
|
|
768
577
|
isPro: !0,
|
|
769
|
-
publicIconUrl: `${
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
docsLink: "https://docs.arcade.dev/toolkits/search/google_jobs",
|
|
773
|
-
relativeDocsLink: "/toolkits/search/google_jobs",
|
|
578
|
+
publicIconUrl: `${e}/google-jobs.svg`,
|
|
579
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/search/google-jobs",
|
|
580
|
+
relativeDocsLink: "/en/mcp-servers/search/google-jobs",
|
|
774
581
|
category: "search",
|
|
775
582
|
type: "arcade",
|
|
776
583
|
isComingSoon: !1,
|
|
@@ -781,11 +588,9 @@ const Ke = [
|
|
|
781
588
|
label: "Google Maps",
|
|
782
589
|
isBYOC: !0,
|
|
783
590
|
isPro: !0,
|
|
784
|
-
publicIconUrl: `${
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
docsLink: "https://docs.arcade.dev/toolkits/search/google_maps",
|
|
788
|
-
relativeDocsLink: "/toolkits/search/google_maps",
|
|
591
|
+
publicIconUrl: `${e}/google-maps.svg`,
|
|
592
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/search/google-maps",
|
|
593
|
+
relativeDocsLink: "/en/mcp-servers/search/google-maps",
|
|
789
594
|
category: "search",
|
|
790
595
|
type: "arcade",
|
|
791
596
|
isComingSoon: !1,
|
|
@@ -796,11 +601,9 @@ const Ke = [
|
|
|
796
601
|
label: "Google News",
|
|
797
602
|
isBYOC: !0,
|
|
798
603
|
isPro: !0,
|
|
799
|
-
publicIconUrl: `${
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
docsLink: "https://docs.arcade.dev/toolkits/search/google_news",
|
|
803
|
-
relativeDocsLink: "/toolkits/search/google_news",
|
|
604
|
+
publicIconUrl: `${e}/google-news.svg`,
|
|
605
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/search/google-news",
|
|
606
|
+
relativeDocsLink: "/en/mcp-servers/search/google-news",
|
|
804
607
|
category: "search",
|
|
805
608
|
type: "arcade",
|
|
806
609
|
isComingSoon: !1,
|
|
@@ -811,11 +614,9 @@ const Ke = [
|
|
|
811
614
|
label: "Google Search",
|
|
812
615
|
isBYOC: !0,
|
|
813
616
|
isPro: !0,
|
|
814
|
-
publicIconUrl: `${
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
docsLink: "https://docs.arcade.dev/toolkits/search/google_search",
|
|
818
|
-
relativeDocsLink: "/toolkits/search/google_search",
|
|
617
|
+
publicIconUrl: `${e}/google-search.svg`,
|
|
618
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/search/google-search",
|
|
619
|
+
relativeDocsLink: "/en/mcp-servers/search/google-search",
|
|
819
620
|
category: "search",
|
|
820
621
|
type: "arcade",
|
|
821
622
|
isComingSoon: !1,
|
|
@@ -826,11 +627,9 @@ const Ke = [
|
|
|
826
627
|
label: "Google Sheets",
|
|
827
628
|
isBYOC: !1,
|
|
828
629
|
isPro: !1,
|
|
829
|
-
publicIconUrl: `${
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/google_sheets",
|
|
833
|
-
relativeDocsLink: "/toolkits/productivity/google_sheets",
|
|
630
|
+
publicIconUrl: `${e}/google-sheets.svg`,
|
|
631
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/google-sheets",
|
|
632
|
+
relativeDocsLink: "/en/mcp-servers/productivity/google-sheets",
|
|
834
633
|
category: "productivity",
|
|
835
634
|
type: "arcade",
|
|
836
635
|
isComingSoon: !1,
|
|
@@ -841,11 +640,9 @@ const Ke = [
|
|
|
841
640
|
label: "Google Shopping",
|
|
842
641
|
isBYOC: !0,
|
|
843
642
|
isPro: !0,
|
|
844
|
-
publicIconUrl: `${
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
docsLink: "https://docs.arcade.dev/toolkits/search/google_shopping",
|
|
848
|
-
relativeDocsLink: "/toolkits/search/google_shopping",
|
|
643
|
+
publicIconUrl: `${e}/google-shopping.svg`,
|
|
644
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/search/google-shopping",
|
|
645
|
+
relativeDocsLink: "/en/mcp-servers/search/google-shopping",
|
|
849
646
|
category: "search",
|
|
850
647
|
type: "arcade",
|
|
851
648
|
isComingSoon: !1,
|
|
@@ -856,11 +653,9 @@ const Ke = [
|
|
|
856
653
|
label: "Google Slides",
|
|
857
654
|
isBYOC: !1,
|
|
858
655
|
isPro: !1,
|
|
859
|
-
publicIconUrl: `${
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/google_slides",
|
|
863
|
-
relativeDocsLink: "/toolkits/productivity/google_slides",
|
|
656
|
+
publicIconUrl: `${e}/google-slides.svg`,
|
|
657
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/google-slides",
|
|
658
|
+
relativeDocsLink: "/en/mcp-servers/productivity/google-slides",
|
|
864
659
|
category: "productivity",
|
|
865
660
|
type: "arcade",
|
|
866
661
|
isComingSoon: !1,
|
|
@@ -871,11 +666,9 @@ const Ke = [
|
|
|
871
666
|
label: "Heroku",
|
|
872
667
|
isBYOC: !1,
|
|
873
668
|
isPro: !1,
|
|
874
|
-
publicIconUrl: `${
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/heroku",
|
|
878
|
-
relativeDocsLink: "/toolkits/development/heroku",
|
|
669
|
+
publicIconUrl: `${e}/heroku.svg`,
|
|
670
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/heroku",
|
|
671
|
+
relativeDocsLink: "/en/mcp-servers/development/heroku",
|
|
879
672
|
category: "development",
|
|
880
673
|
type: "arcade",
|
|
881
674
|
isComingSoon: !0,
|
|
@@ -886,11 +679,9 @@ const Ke = [
|
|
|
886
679
|
label: "Hootsuite",
|
|
887
680
|
isBYOC: !1,
|
|
888
681
|
isPro: !1,
|
|
889
|
-
publicIconUrl: `${
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
docsLink: "https://docs.arcade.dev/toolkits/social-communication/hootsuite",
|
|
893
|
-
relativeDocsLink: "/toolkits/social-communication/hootsuite",
|
|
682
|
+
publicIconUrl: `${e}/hootsuite.svg`,
|
|
683
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/hootsuite",
|
|
684
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/hootsuite",
|
|
894
685
|
category: "social",
|
|
895
686
|
type: "arcade",
|
|
896
687
|
isComingSoon: !0,
|
|
@@ -901,11 +692,9 @@ const Ke = [
|
|
|
901
692
|
label: "HubSpot",
|
|
902
693
|
isBYOC: !1,
|
|
903
694
|
isPro: !1,
|
|
904
|
-
publicIconUrl: `${
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
docsLink: "https://docs.arcade.dev/toolkits/sales/hubspot",
|
|
908
|
-
relativeDocsLink: "/toolkits/sales/hubspot",
|
|
695
|
+
publicIconUrl: `${e}/hubspot.svg`,
|
|
696
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/sales/hubspot",
|
|
697
|
+
relativeDocsLink: "/en/mcp-servers/sales/hubspot",
|
|
909
698
|
category: "sales",
|
|
910
699
|
type: "arcade",
|
|
911
700
|
isComingSoon: !1,
|
|
@@ -916,11 +705,9 @@ const Ke = [
|
|
|
916
705
|
label: "Imgflip",
|
|
917
706
|
isBYOC: !0,
|
|
918
707
|
isPro: !0,
|
|
919
|
-
publicIconUrl: `${
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
docsLink: "https://docs.arcade.dev/toolkits/entertainment/imgflip",
|
|
923
|
-
relativeDocsLink: "/toolkits/entertainment/imgflip",
|
|
708
|
+
publicIconUrl: `${e}/imgflip.svg`,
|
|
709
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/entertainment/imgflip",
|
|
710
|
+
relativeDocsLink: "/en/mcp-servers/entertainment/imgflip",
|
|
924
711
|
category: "entertainment",
|
|
925
712
|
type: "arcade",
|
|
926
713
|
isComingSoon: !1,
|
|
@@ -931,11 +718,9 @@ const Ke = [
|
|
|
931
718
|
label: "Intercom",
|
|
932
719
|
isBYOC: !1,
|
|
933
720
|
isPro: !1,
|
|
934
|
-
publicIconUrl: `${
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
docsLink: "https://docs.arcade.dev/toolkits/social-communication/intercom",
|
|
938
|
-
relativeDocsLink: "/toolkits/social-communication/intercom",
|
|
721
|
+
publicIconUrl: `${e}/intercom.svg`,
|
|
722
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/intercom",
|
|
723
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/intercom",
|
|
939
724
|
category: "social",
|
|
940
725
|
type: "arcade",
|
|
941
726
|
isComingSoon: !0,
|
|
@@ -946,11 +731,9 @@ const Ke = [
|
|
|
946
731
|
label: "Jira",
|
|
947
732
|
isBYOC: !1,
|
|
948
733
|
isPro: !1,
|
|
949
|
-
publicIconUrl: `${
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/jira",
|
|
953
|
-
relativeDocsLink: "/toolkits/productivity/jira",
|
|
734
|
+
publicIconUrl: `${e}/jira.svg`,
|
|
735
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/jira",
|
|
736
|
+
relativeDocsLink: "/en/mcp-servers/productivity/jira",
|
|
954
737
|
category: "productivity",
|
|
955
738
|
type: "auth",
|
|
956
739
|
isComingSoon: !1,
|
|
@@ -961,11 +744,9 @@ const Ke = [
|
|
|
961
744
|
label: "Linear",
|
|
962
745
|
isBYOC: !1,
|
|
963
746
|
isPro: !1,
|
|
964
|
-
publicIconUrl: `${
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/linear",
|
|
968
|
-
relativeDocsLink: "/toolkits/productivity/linear",
|
|
747
|
+
publicIconUrl: `${e}/linear.svg`,
|
|
748
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/linear",
|
|
749
|
+
relativeDocsLink: "/en/mcp-servers/productivity/linear",
|
|
969
750
|
category: "productivity",
|
|
970
751
|
type: "arcade",
|
|
971
752
|
isComingSoon: !1,
|
|
@@ -976,11 +757,9 @@ const Ke = [
|
|
|
976
757
|
label: "LinkedIn",
|
|
977
758
|
isBYOC: !1,
|
|
978
759
|
isPro: !1,
|
|
979
|
-
publicIconUrl: `${
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
docsLink: "https://docs.arcade.dev/toolkits/social-communication/linkedin",
|
|
983
|
-
relativeDocsLink: "/toolkits/social-communication/linkedin",
|
|
760
|
+
publicIconUrl: `${e}/linkedin.svg`,
|
|
761
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/linkedin",
|
|
762
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/linkedin",
|
|
984
763
|
category: "social",
|
|
985
764
|
type: "arcade",
|
|
986
765
|
isComingSoon: !1,
|
|
@@ -991,11 +770,9 @@ const Ke = [
|
|
|
991
770
|
label: "Mailchimp",
|
|
992
771
|
isBYOC: !1,
|
|
993
772
|
isPro: !1,
|
|
994
|
-
publicIconUrl: `${
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/mailchimp",
|
|
998
|
-
relativeDocsLink: "/toolkits/productivity/mailchimp",
|
|
773
|
+
publicIconUrl: `${e}/mailchimp.svg`,
|
|
774
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/mailchimp",
|
|
775
|
+
relativeDocsLink: "/en/mcp-servers/productivity/mailchimp",
|
|
999
776
|
category: "productivity",
|
|
1000
777
|
type: "arcade",
|
|
1001
778
|
isComingSoon: !0,
|
|
@@ -1006,11 +783,9 @@ const Ke = [
|
|
|
1006
783
|
label: "Microsoft Dynamics",
|
|
1007
784
|
isBYOC: !1,
|
|
1008
785
|
isPro: !1,
|
|
1009
|
-
publicIconUrl: `${
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft_dynamics",
|
|
1013
|
-
relativeDocsLink: "/toolkits/productivity/microsoft_dynamics",
|
|
786
|
+
publicIconUrl: `${e}/microsoft-dynamics.svg`,
|
|
787
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/microsoft-dynamics",
|
|
788
|
+
relativeDocsLink: "/en/mcp-servers/productivity/microsoft-dynamics",
|
|
1014
789
|
category: "productivity",
|
|
1015
790
|
type: "arcade",
|
|
1016
791
|
isComingSoon: !0,
|
|
@@ -1021,11 +796,9 @@ const Ke = [
|
|
|
1021
796
|
label: "Microsoft SharePoint",
|
|
1022
797
|
isBYOC: !1,
|
|
1023
798
|
isPro: !1,
|
|
1024
|
-
publicIconUrl: `${
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/sharepoint",
|
|
1028
|
-
relativeDocsLink: "/toolkits/productivity/sharepoint",
|
|
799
|
+
publicIconUrl: `${e}/microsoft-sharepoint.svg`,
|
|
800
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/sharepoint",
|
|
801
|
+
relativeDocsLink: "/en/mcp-servers/productivity/sharepoint",
|
|
1029
802
|
category: "productivity",
|
|
1030
803
|
type: "arcade",
|
|
1031
804
|
isComingSoon: !1,
|
|
@@ -1036,11 +809,9 @@ const Ke = [
|
|
|
1036
809
|
label: "Microsoft Teams",
|
|
1037
810
|
isBYOC: !1,
|
|
1038
811
|
isPro: !1,
|
|
1039
|
-
publicIconUrl: `${
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
docsLink: "https://docs.arcade.dev/toolkits/social-communication/microsoft_teams",
|
|
1043
|
-
relativeDocsLink: "/toolkits/social-communication/microsoft_teams",
|
|
812
|
+
publicIconUrl: `${e}/microsoft-teams.svg`,
|
|
813
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/microsoft-teams",
|
|
814
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/microsoft-teams",
|
|
1044
815
|
category: "social",
|
|
1045
816
|
type: "arcade",
|
|
1046
817
|
isComingSoon: !1,
|
|
@@ -1051,11 +822,9 @@ const Ke = [
|
|
|
1051
822
|
label: "Miro",
|
|
1052
823
|
isBYOC: !1,
|
|
1053
824
|
isPro: !1,
|
|
1054
|
-
publicIconUrl: `${
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/miro",
|
|
1058
|
-
relativeDocsLink: "/toolkits/productivity/miro",
|
|
825
|
+
publicIconUrl: `${e}/miro.svg`,
|
|
826
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/miro",
|
|
827
|
+
relativeDocsLink: "/en/mcp-servers/productivity/miro",
|
|
1059
828
|
category: "productivity",
|
|
1060
829
|
type: "arcade",
|
|
1061
830
|
isComingSoon: !0,
|
|
@@ -1066,11 +835,9 @@ const Ke = [
|
|
|
1066
835
|
label: "Model Context Protocol (MCP)",
|
|
1067
836
|
isBYOC: !1,
|
|
1068
837
|
isPro: !1,
|
|
1069
|
-
publicIconUrl: `${
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/mcp",
|
|
1073
|
-
relativeDocsLink: "/toolkits/development/mcp",
|
|
838
|
+
publicIconUrl: `${e}/mcp.svg`,
|
|
839
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/mcp",
|
|
840
|
+
relativeDocsLink: "/en/mcp-servers/development/mcp",
|
|
1074
841
|
category: "development",
|
|
1075
842
|
type: "arcade",
|
|
1076
843
|
isComingSoon: !0,
|
|
@@ -1081,28 +848,24 @@ const Ke = [
|
|
|
1081
848
|
label: "Monday",
|
|
1082
849
|
isBYOC: !1,
|
|
1083
850
|
isPro: !1,
|
|
1084
|
-
publicIconUrl: `${
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/monday",
|
|
1088
|
-
relativeDocsLink: "/toolkits/productivity/monday",
|
|
851
|
+
publicIconUrl: `${e}/monday.svg`,
|
|
852
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/monday",
|
|
853
|
+
relativeDocsLink: "/en/mcp-servers/productivity/monday",
|
|
1089
854
|
category: "productivity",
|
|
1090
855
|
type: "arcade",
|
|
1091
856
|
isComingSoon: !0,
|
|
1092
857
|
isHidden: !1
|
|
1093
858
|
},
|
|
1094
859
|
{
|
|
1095
|
-
id: "MongoDB
|
|
1096
|
-
label: "MongoDB
|
|
860
|
+
id: "MongoDB",
|
|
861
|
+
label: "MongoDB",
|
|
1097
862
|
isBYOC: !1,
|
|
1098
863
|
isPro: !1,
|
|
1099
|
-
publicIconUrl: `${
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/mongodb",
|
|
1103
|
-
relativeDocsLink: "/toolkits/productivity/mongodb",
|
|
864
|
+
publicIconUrl: `${e}/mongodb.svg`,
|
|
865
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/databases/mongodb",
|
|
866
|
+
relativeDocsLink: "/en/mcp-servers/databases/mongodb",
|
|
1104
867
|
category: "databases",
|
|
1105
|
-
type: "
|
|
868
|
+
type: "community",
|
|
1106
869
|
isComingSoon: !1,
|
|
1107
870
|
isHidden: !1
|
|
1108
871
|
},
|
|
@@ -1111,11 +874,9 @@ const Ke = [
|
|
|
1111
874
|
label: "Netsuite",
|
|
1112
875
|
isBYOC: !1,
|
|
1113
876
|
isPro: !1,
|
|
1114
|
-
publicIconUrl: `${
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/netsuite",
|
|
1118
|
-
relativeDocsLink: "/toolkits/productivity/netsuite",
|
|
877
|
+
publicIconUrl: `${e}/netsuite.svg`,
|
|
878
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/netsuite",
|
|
879
|
+
relativeDocsLink: "/en/mcp-servers/productivity/netsuite",
|
|
1119
880
|
category: "productivity",
|
|
1120
881
|
type: "arcade",
|
|
1121
882
|
isComingSoon: !0,
|
|
@@ -1126,11 +887,9 @@ const Ke = [
|
|
|
1126
887
|
label: "Notion",
|
|
1127
888
|
isBYOC: !1,
|
|
1128
889
|
isPro: !1,
|
|
1129
|
-
publicIconUrl: `${
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/notion",
|
|
1133
|
-
relativeDocsLink: "/toolkits/productivity/notion",
|
|
890
|
+
publicIconUrl: `${e}/notion.svg`,
|
|
891
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/notion",
|
|
892
|
+
relativeDocsLink: "/en/mcp-servers/productivity/notion",
|
|
1134
893
|
category: "productivity",
|
|
1135
894
|
type: "arcade",
|
|
1136
895
|
isComingSoon: !1,
|
|
@@ -1141,11 +900,9 @@ const Ke = [
|
|
|
1141
900
|
label: "Notion",
|
|
1142
901
|
isBYOC: !1,
|
|
1143
902
|
isPro: !1,
|
|
1144
|
-
publicIconUrl: `${
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/notion",
|
|
1148
|
-
relativeDocsLink: "/toolkits/productivity/notion",
|
|
903
|
+
publicIconUrl: `${e}/notion.svg`,
|
|
904
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/notion",
|
|
905
|
+
relativeDocsLink: "/en/mcp-servers/productivity/notion",
|
|
1149
906
|
category: "productivity",
|
|
1150
907
|
type: "arcade",
|
|
1151
908
|
isComingSoon: !1,
|
|
@@ -1156,11 +913,9 @@ const Ke = [
|
|
|
1156
913
|
label: "Obsidian",
|
|
1157
914
|
isBYOC: !1,
|
|
1158
915
|
isPro: !1,
|
|
1159
|
-
publicIconUrl: `${
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/obsidian",
|
|
1163
|
-
relativeDocsLink: "/toolkits/productivity/obsidian",
|
|
916
|
+
publicIconUrl: `${e}/obsidian.svg`,
|
|
917
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/obsidian",
|
|
918
|
+
relativeDocsLink: "/en/mcp-servers/productivity/obsidian",
|
|
1164
919
|
category: "productivity",
|
|
1165
920
|
type: "community",
|
|
1166
921
|
isComingSoon: !1,
|
|
@@ -1171,11 +926,9 @@ const Ke = [
|
|
|
1171
926
|
label: "Okta",
|
|
1172
927
|
isBYOC: !1,
|
|
1173
928
|
isPro: !1,
|
|
1174
|
-
publicIconUrl: `${
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/okta",
|
|
1178
|
-
relativeDocsLink: "/toolkits/productivity/okta",
|
|
929
|
+
publicIconUrl: `${e}/okta.svg`,
|
|
930
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/okta",
|
|
931
|
+
relativeDocsLink: "/en/mcp-servers/productivity/okta",
|
|
1179
932
|
category: "productivity",
|
|
1180
933
|
type: "arcade",
|
|
1181
934
|
isComingSoon: !0,
|
|
@@ -1186,11 +939,9 @@ const Ke = [
|
|
|
1186
939
|
label: "OneDrive",
|
|
1187
940
|
isBYOC: !1,
|
|
1188
941
|
isPro: !1,
|
|
1189
|
-
publicIconUrl: `${
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft/onedrive",
|
|
1193
|
-
relativeDocsLink: "/toolkits/productivity/microsoft/onedrive",
|
|
942
|
+
publicIconUrl: `${e}/one-drive.svg`,
|
|
943
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/onedrive",
|
|
944
|
+
relativeDocsLink: "/en/mcp-servers/productivity/onedrive",
|
|
1194
945
|
category: "productivity",
|
|
1195
946
|
type: "arcade",
|
|
1196
947
|
isComingSoon: !0,
|
|
@@ -1201,11 +952,9 @@ const Ke = [
|
|
|
1201
952
|
label: "Outlook Calendar",
|
|
1202
953
|
isBYOC: !1,
|
|
1203
954
|
isPro: !1,
|
|
1204
|
-
publicIconUrl: `${
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft/outlook_calendar",
|
|
1208
|
-
relativeDocsLink: "/toolkits/productivity/microsoft/outlook_calendar",
|
|
955
|
+
publicIconUrl: `${e}/outlook-calendar.svg`,
|
|
956
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/outlook-calendar",
|
|
957
|
+
relativeDocsLink: "/en/mcp-servers/productivity/outlook-calendar",
|
|
1209
958
|
category: "productivity",
|
|
1210
959
|
type: "arcade",
|
|
1211
960
|
isComingSoon: !1,
|
|
@@ -1216,11 +965,9 @@ const Ke = [
|
|
|
1216
965
|
label: "Outlook Mail",
|
|
1217
966
|
isBYOC: !1,
|
|
1218
967
|
isPro: !1,
|
|
1219
|
-
publicIconUrl: `${
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft/outlook_mail",
|
|
1223
|
-
relativeDocsLink: "/toolkits/productivity/microsoft/outlook_mail",
|
|
968
|
+
publicIconUrl: `${e}/outlook-mail.svg`,
|
|
969
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/outlook-mail",
|
|
970
|
+
relativeDocsLink: "/en/mcp-servers/productivity/outlook-mail",
|
|
1224
971
|
category: "productivity",
|
|
1225
972
|
type: "arcade",
|
|
1226
973
|
isComingSoon: !1,
|
|
@@ -1231,11 +978,9 @@ const Ke = [
|
|
|
1231
978
|
label: "Pinecone",
|
|
1232
979
|
isBYOC: !1,
|
|
1233
980
|
isPro: !1,
|
|
1234
|
-
publicIconUrl: `${
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/pinecone",
|
|
1238
|
-
relativeDocsLink: "/toolkits/development/pinecone",
|
|
981
|
+
publicIconUrl: `${e}/pinecone.svg`,
|
|
982
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/pinecone",
|
|
983
|
+
relativeDocsLink: "/en/mcp-servers/development/pinecone",
|
|
1239
984
|
category: "development",
|
|
1240
985
|
type: "arcade",
|
|
1241
986
|
isComingSoon: !0,
|
|
@@ -1246,11 +991,9 @@ const Ke = [
|
|
|
1246
991
|
label: "Pinterest",
|
|
1247
992
|
isBYOC: !1,
|
|
1248
993
|
isPro: !1,
|
|
1249
|
-
publicIconUrl: `${
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
docsLink: "https://docs.arcade.dev/toolkits/social-communication/pinterest",
|
|
1253
|
-
relativeDocsLink: "/toolkits/social-communication/pinterest",
|
|
994
|
+
publicIconUrl: `${e}/pinterest.svg`,
|
|
995
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/pinterest",
|
|
996
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/pinterest",
|
|
1254
997
|
category: "social",
|
|
1255
998
|
type: "arcade",
|
|
1256
999
|
isComingSoon: !0,
|
|
@@ -1261,11 +1004,9 @@ const Ke = [
|
|
|
1261
1004
|
label: "Pipedrive",
|
|
1262
1005
|
isBYOC: !1,
|
|
1263
1006
|
isPro: !1,
|
|
1264
|
-
publicIconUrl: `${
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/pipedrive",
|
|
1268
|
-
relativeDocsLink: "/toolkits/productivity/pipedrive",
|
|
1007
|
+
publicIconUrl: `${e}/pipedrive.svg`,
|
|
1008
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/pipedrive",
|
|
1009
|
+
relativeDocsLink: "/en/mcp-servers/productivity/pipedrive",
|
|
1269
1010
|
category: "productivity",
|
|
1270
1011
|
type: "arcade",
|
|
1271
1012
|
isComingSoon: !0,
|
|
@@ -1276,11 +1017,9 @@ const Ke = [
|
|
|
1276
1017
|
label: "Plaid",
|
|
1277
1018
|
isBYOC: !1,
|
|
1278
1019
|
isPro: !1,
|
|
1279
|
-
publicIconUrl: `${
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/plaid",
|
|
1283
|
-
relativeDocsLink: "/toolkits/productivity/plaid",
|
|
1020
|
+
publicIconUrl: `${e}/plaid.svg`,
|
|
1021
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/plaid",
|
|
1022
|
+
relativeDocsLink: "/en/mcp-servers/productivity/plaid",
|
|
1284
1023
|
category: "productivity",
|
|
1285
1024
|
type: "arcade",
|
|
1286
1025
|
isComingSoon: !0,
|
|
@@ -1291,11 +1030,9 @@ const Ke = [
|
|
|
1291
1030
|
label: "Postgres",
|
|
1292
1031
|
isBYOC: !1,
|
|
1293
1032
|
isPro: !1,
|
|
1294
|
-
publicIconUrl: `${
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
docsLink: "https://docs.arcade.dev/toolkits/databases/postgres",
|
|
1298
|
-
relativeDocsLink: "/toolkits/databases/postgres",
|
|
1033
|
+
publicIconUrl: `${e}/postgres.svg`,
|
|
1034
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/databases/postgres",
|
|
1035
|
+
relativeDocsLink: "/en/mcp-servers/databases/postgres",
|
|
1299
1036
|
category: "databases",
|
|
1300
1037
|
type: "community",
|
|
1301
1038
|
isComingSoon: !1,
|
|
@@ -1306,11 +1043,9 @@ const Ke = [
|
|
|
1306
1043
|
label: "QuickBooks",
|
|
1307
1044
|
isBYOC: !1,
|
|
1308
1045
|
isPro: !1,
|
|
1309
|
-
publicIconUrl: `${
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/quickbooks",
|
|
1313
|
-
relativeDocsLink: "/toolkits/productivity/quickbooks",
|
|
1046
|
+
publicIconUrl: `${e}/quickbooks.svg`,
|
|
1047
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/quickbooks",
|
|
1048
|
+
relativeDocsLink: "/en/mcp-servers/productivity/quickbooks",
|
|
1314
1049
|
category: "productivity",
|
|
1315
1050
|
type: "arcade",
|
|
1316
1051
|
isComingSoon: !0,
|
|
@@ -1321,11 +1056,9 @@ const Ke = [
|
|
|
1321
1056
|
label: "Reddit",
|
|
1322
1057
|
isBYOC: !1,
|
|
1323
1058
|
isPro: !1,
|
|
1324
|
-
publicIconUrl: `${
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
docsLink: "https://docs.arcade.dev/toolkits/social-communication/reddit",
|
|
1328
|
-
relativeDocsLink: "/toolkits/social-communication/reddit",
|
|
1059
|
+
publicIconUrl: `${e}/reddit.svg`,
|
|
1060
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/reddit",
|
|
1061
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/reddit",
|
|
1329
1062
|
category: "social",
|
|
1330
1063
|
type: "arcade",
|
|
1331
1064
|
isComingSoon: !1,
|
|
@@ -1336,11 +1069,9 @@ const Ke = [
|
|
|
1336
1069
|
label: "Salesforce",
|
|
1337
1070
|
isBYOC: !1,
|
|
1338
1071
|
isPro: !1,
|
|
1339
|
-
publicIconUrl: `${
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
docsLink: "https://docs.arcade.dev/toolkits/sales/salesforce",
|
|
1343
|
-
relativeDocsLink: "/toolkits/sales/salesforce",
|
|
1072
|
+
publicIconUrl: `${e}/salesforce.svg`,
|
|
1073
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/sales/salesforce",
|
|
1074
|
+
relativeDocsLink: "/en/mcp-servers/sales/salesforce",
|
|
1344
1075
|
category: "sales",
|
|
1345
1076
|
type: "arcade",
|
|
1346
1077
|
isComingSoon: !1,
|
|
@@ -1351,11 +1082,9 @@ const Ke = [
|
|
|
1351
1082
|
label: "Shopify",
|
|
1352
1083
|
isBYOC: !1,
|
|
1353
1084
|
isPro: !1,
|
|
1354
|
-
publicIconUrl: `${
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/shopify",
|
|
1358
|
-
relativeDocsLink: "/toolkits/productivity/shopify",
|
|
1085
|
+
publicIconUrl: `${e}/shopify.svg`,
|
|
1086
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/shopify",
|
|
1087
|
+
relativeDocsLink: "/en/mcp-servers/productivity/shopify",
|
|
1359
1088
|
category: "productivity",
|
|
1360
1089
|
type: "arcade",
|
|
1361
1090
|
isComingSoon: !0,
|
|
@@ -1366,11 +1095,9 @@ const Ke = [
|
|
|
1366
1095
|
label: "SingleStore",
|
|
1367
1096
|
isBYOC: !1,
|
|
1368
1097
|
isPro: !1,
|
|
1369
|
-
publicIconUrl: `${
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/singlestore",
|
|
1373
|
-
relativeDocsLink: "/toolkits/development/singlestore",
|
|
1098
|
+
publicIconUrl: `${e}/singlestore.svg`,
|
|
1099
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/singlestore",
|
|
1100
|
+
relativeDocsLink: "/en/mcp-servers/development/singlestore",
|
|
1374
1101
|
category: "development",
|
|
1375
1102
|
type: "arcade",
|
|
1376
1103
|
isComingSoon: !0,
|
|
@@ -1381,26 +1108,35 @@ const Ke = [
|
|
|
1381
1108
|
label: "Slack",
|
|
1382
1109
|
isBYOC: !1,
|
|
1383
1110
|
isPro: !1,
|
|
1384
|
-
publicIconUrl: `${
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
docsLink: "https://docs.arcade.dev/toolkits/social-communication/slack",
|
|
1388
|
-
relativeDocsLink: "/toolkits/social-communication/slack",
|
|
1111
|
+
publicIconUrl: `${e}/slack.svg`,
|
|
1112
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/slack",
|
|
1113
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/slack",
|
|
1389
1114
|
category: "social",
|
|
1390
1115
|
type: "arcade",
|
|
1391
1116
|
isComingSoon: !1,
|
|
1392
1117
|
isHidden: !1
|
|
1393
1118
|
},
|
|
1119
|
+
{
|
|
1120
|
+
id: "SlackAPI",
|
|
1121
|
+
label: "Slack API",
|
|
1122
|
+
isBYOC: !1,
|
|
1123
|
+
isPro: !1,
|
|
1124
|
+
publicIconUrl: `${e}/slack.svg`,
|
|
1125
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/slack-api",
|
|
1126
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/slack-api",
|
|
1127
|
+
category: "social",
|
|
1128
|
+
type: "arcade_starter",
|
|
1129
|
+
isComingSoon: !1,
|
|
1130
|
+
isHidden: !1
|
|
1131
|
+
},
|
|
1394
1132
|
{
|
|
1395
1133
|
id: "Snowflake",
|
|
1396
1134
|
label: "Snowflake",
|
|
1397
1135
|
isBYOC: !1,
|
|
1398
1136
|
isPro: !1,
|
|
1399
|
-
publicIconUrl: `${
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/snowflake",
|
|
1403
|
-
relativeDocsLink: "/toolkits/development/snowflake",
|
|
1137
|
+
publicIconUrl: `${e}/snowflake.svg`,
|
|
1138
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/snowflake",
|
|
1139
|
+
relativeDocsLink: "/en/mcp-servers/development/snowflake",
|
|
1404
1140
|
category: "development",
|
|
1405
1141
|
type: "arcade",
|
|
1406
1142
|
isComingSoon: !0,
|
|
@@ -1411,11 +1147,9 @@ const Ke = [
|
|
|
1411
1147
|
label: "Splunk",
|
|
1412
1148
|
isBYOC: !1,
|
|
1413
1149
|
isPro: !1,
|
|
1414
|
-
publicIconUrl: `${
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/splunk",
|
|
1418
|
-
relativeDocsLink: "/toolkits/development/splunk",
|
|
1150
|
+
publicIconUrl: `${e}/splunk.svg`,
|
|
1151
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/splunk",
|
|
1152
|
+
relativeDocsLink: "/en/mcp-servers/development/splunk",
|
|
1419
1153
|
category: "development",
|
|
1420
1154
|
type: "arcade",
|
|
1421
1155
|
isComingSoon: !0,
|
|
@@ -1426,11 +1160,9 @@ const Ke = [
|
|
|
1426
1160
|
label: "Spotify",
|
|
1427
1161
|
isBYOC: !1,
|
|
1428
1162
|
isPro: !1,
|
|
1429
|
-
publicIconUrl: `${
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
docsLink: "https://docs.arcade.dev/toolkits/entertainment/spotify",
|
|
1433
|
-
relativeDocsLink: "/toolkits/entertainment/spotify",
|
|
1163
|
+
publicIconUrl: `${e}/spotify.svg`,
|
|
1164
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/entertainment/spotify",
|
|
1165
|
+
relativeDocsLink: "/en/mcp-servers/entertainment/spotify",
|
|
1434
1166
|
category: "entertainment",
|
|
1435
1167
|
type: "arcade",
|
|
1436
1168
|
isComingSoon: !1,
|
|
@@ -1441,11 +1173,9 @@ const Ke = [
|
|
|
1441
1173
|
label: "Square",
|
|
1442
1174
|
isBYOC: !1,
|
|
1443
1175
|
isPro: !1,
|
|
1444
|
-
publicIconUrl: `${
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/square",
|
|
1448
|
-
relativeDocsLink: "/toolkits/productivity/square",
|
|
1176
|
+
publicIconUrl: `${e}/square.svg`,
|
|
1177
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/square",
|
|
1178
|
+
relativeDocsLink: "/en/mcp-servers/productivity/square",
|
|
1449
1179
|
category: "productivity",
|
|
1450
1180
|
type: "arcade",
|
|
1451
1181
|
isComingSoon: !0,
|
|
@@ -1456,11 +1186,9 @@ const Ke = [
|
|
|
1456
1186
|
label: "Squarespace",
|
|
1457
1187
|
isBYOC: !1,
|
|
1458
1188
|
isPro: !1,
|
|
1459
|
-
publicIconUrl: `${
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/squarespace",
|
|
1463
|
-
relativeDocsLink: "/toolkits/productivity/squarespace",
|
|
1189
|
+
publicIconUrl: `${e}/squarespace.svg`,
|
|
1190
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/squarespace",
|
|
1191
|
+
relativeDocsLink: "/en/mcp-servers/productivity/squarespace",
|
|
1464
1192
|
category: "productivity",
|
|
1465
1193
|
type: "arcade",
|
|
1466
1194
|
isComingSoon: !0,
|
|
@@ -1471,11 +1199,9 @@ const Ke = [
|
|
|
1471
1199
|
label: "Stripe",
|
|
1472
1200
|
isBYOC: !1,
|
|
1473
1201
|
isPro: !1,
|
|
1474
|
-
publicIconUrl: `${
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
docsLink: "https://docs.arcade.dev/toolkits/payments/stripe",
|
|
1478
|
-
relativeDocsLink: "/toolkits/payments/stripe",
|
|
1202
|
+
publicIconUrl: `${e}/stripe.svg`,
|
|
1203
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/payments/stripe",
|
|
1204
|
+
relativeDocsLink: "/en/mcp-servers/payments/stripe",
|
|
1479
1205
|
category: "payments",
|
|
1480
1206
|
type: "arcade",
|
|
1481
1207
|
isComingSoon: !1,
|
|
@@ -1486,11 +1212,9 @@ const Ke = [
|
|
|
1486
1212
|
label: "TikTok",
|
|
1487
1213
|
isBYOC: !1,
|
|
1488
1214
|
isPro: !1,
|
|
1489
|
-
publicIconUrl: `${
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
docsLink: "https://docs.arcade.dev/toolkits/social-communication/tiktok",
|
|
1493
|
-
relativeDocsLink: "/toolkits/social-communication/tiktok",
|
|
1215
|
+
publicIconUrl: `${e}/tiktok.svg`,
|
|
1216
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/tiktok",
|
|
1217
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/tiktok",
|
|
1494
1218
|
category: "social",
|
|
1495
1219
|
type: "arcade",
|
|
1496
1220
|
isComingSoon: !0,
|
|
@@ -1501,11 +1225,9 @@ const Ke = [
|
|
|
1501
1225
|
label: "Trello",
|
|
1502
1226
|
isBYOC: !1,
|
|
1503
1227
|
isPro: !1,
|
|
1504
|
-
publicIconUrl: `${
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/trello",
|
|
1508
|
-
relativeDocsLink: "/toolkits/productivity/trello",
|
|
1228
|
+
publicIconUrl: `${e}/trello.svg`,
|
|
1229
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/trello",
|
|
1230
|
+
relativeDocsLink: "/en/mcp-servers/productivity/trello",
|
|
1509
1231
|
category: "productivity",
|
|
1510
1232
|
type: "arcade",
|
|
1511
1233
|
isComingSoon: !0,
|
|
@@ -1516,11 +1238,9 @@ const Ke = [
|
|
|
1516
1238
|
label: "Twilio",
|
|
1517
1239
|
isBYOC: !1,
|
|
1518
1240
|
isPro: !1,
|
|
1519
|
-
publicIconUrl: `${
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
docsLink: "https://docs.arcade.dev/toolkits/social-communication/twilio/readme",
|
|
1523
|
-
relativeDocsLink: "/toolkits/social-communication/twilio/readme",
|
|
1241
|
+
publicIconUrl: `${e}/twilio.svg`,
|
|
1242
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/twilio",
|
|
1243
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/twilio/readme",
|
|
1524
1244
|
category: "social",
|
|
1525
1245
|
type: "verified",
|
|
1526
1246
|
isComingSoon: !1,
|
|
@@ -1531,11 +1251,9 @@ const Ke = [
|
|
|
1531
1251
|
label: "Twitch",
|
|
1532
1252
|
isBYOC: !1,
|
|
1533
1253
|
isPro: !1,
|
|
1534
|
-
publicIconUrl: `${
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
docsLink: "https://docs.arcade.dev/toolkits/entertainment/twitch",
|
|
1538
|
-
relativeDocsLink: "/toolkits/entertainment/twitch",
|
|
1254
|
+
publicIconUrl: `${e}/twitch.svg`,
|
|
1255
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/entertainment/twitch",
|
|
1256
|
+
relativeDocsLink: "/en/mcp-servers/entertainment/twitch",
|
|
1539
1257
|
category: "entertainment",
|
|
1540
1258
|
type: "auth",
|
|
1541
1259
|
isComingSoon: !1,
|
|
@@ -1546,11 +1264,9 @@ const Ke = [
|
|
|
1546
1264
|
label: "Vercel",
|
|
1547
1265
|
isBYOC: !1,
|
|
1548
1266
|
isPro: !1,
|
|
1549
|
-
publicIconUrl: `${
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/vercel",
|
|
1553
|
-
relativeDocsLink: "/toolkits/development/vercel",
|
|
1267
|
+
publicIconUrl: `${e}/vercel.svg`,
|
|
1268
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/vercel",
|
|
1269
|
+
relativeDocsLink: "/en/mcp-servers/development/vercel",
|
|
1554
1270
|
category: "development",
|
|
1555
1271
|
type: "arcade",
|
|
1556
1272
|
isComingSoon: !0,
|
|
@@ -1561,11 +1277,9 @@ const Ke = [
|
|
|
1561
1277
|
label: "Walmart",
|
|
1562
1278
|
isBYOC: !0,
|
|
1563
1279
|
isPro: !0,
|
|
1564
|
-
publicIconUrl: `${
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
docsLink: "https://docs.arcade.dev/toolkits/search/walmart",
|
|
1568
|
-
relativeDocsLink: "/toolkits/search/walmart",
|
|
1280
|
+
publicIconUrl: `${e}/walmart.svg`,
|
|
1281
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/search/walmart",
|
|
1282
|
+
relativeDocsLink: "/en/mcp-servers/search/walmart",
|
|
1569
1283
|
category: "search",
|
|
1570
1284
|
type: "arcade",
|
|
1571
1285
|
isComingSoon: !1,
|
|
@@ -1576,11 +1290,9 @@ const Ke = [
|
|
|
1576
1290
|
label: "Weaviate",
|
|
1577
1291
|
isBYOC: !1,
|
|
1578
1292
|
isPro: !1,
|
|
1579
|
-
publicIconUrl: `${
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
docsLink: "https://docs.arcade.dev/toolkits/development/weaviate",
|
|
1583
|
-
relativeDocsLink: "/toolkits/development/weaviate",
|
|
1293
|
+
publicIconUrl: `${e}/weaviate.svg`,
|
|
1294
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/development/weaviate",
|
|
1295
|
+
relativeDocsLink: "/en/mcp-servers/development/weaviate",
|
|
1584
1296
|
category: "development",
|
|
1585
1297
|
type: "arcade",
|
|
1586
1298
|
isComingSoon: !0,
|
|
@@ -1591,11 +1303,9 @@ const Ke = [
|
|
|
1591
1303
|
label: "Workday",
|
|
1592
1304
|
isBYOC: !1,
|
|
1593
1305
|
isPro: !1,
|
|
1594
|
-
publicIconUrl: `${
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/workday",
|
|
1598
|
-
relativeDocsLink: "/toolkits/productivity/workday",
|
|
1306
|
+
publicIconUrl: `${e}/workday.svg`,
|
|
1307
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/workday",
|
|
1308
|
+
relativeDocsLink: "/en/mcp-servers/productivity/workday",
|
|
1599
1309
|
category: "productivity",
|
|
1600
1310
|
type: "arcade",
|
|
1601
1311
|
isComingSoon: !0,
|
|
@@ -1606,11 +1316,9 @@ const Ke = [
|
|
|
1606
1316
|
label: "Wrike",
|
|
1607
1317
|
isBYOC: !1,
|
|
1608
1318
|
isPro: !1,
|
|
1609
|
-
publicIconUrl: `${
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/wrike",
|
|
1613
|
-
relativeDocsLink: "/toolkits/productivity/wrike",
|
|
1319
|
+
publicIconUrl: `${e}/wrike.svg`,
|
|
1320
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/wrike",
|
|
1321
|
+
relativeDocsLink: "/en/mcp-servers/productivity/wrike",
|
|
1614
1322
|
category: "productivity",
|
|
1615
1323
|
type: "arcade",
|
|
1616
1324
|
isComingSoon: !0,
|
|
@@ -1621,11 +1329,9 @@ const Ke = [
|
|
|
1621
1329
|
label: "X",
|
|
1622
1330
|
isBYOC: !1,
|
|
1623
1331
|
isPro: !1,
|
|
1624
|
-
publicIconUrl: `${
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
docsLink: "https://docs.arcade.dev/toolkits/social-communication/x",
|
|
1628
|
-
relativeDocsLink: "/toolkits/social-communication/x",
|
|
1332
|
+
publicIconUrl: `${e}/x.svg`,
|
|
1333
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/x",
|
|
1334
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/x",
|
|
1629
1335
|
category: "social",
|
|
1630
1336
|
type: "arcade",
|
|
1631
1337
|
isComingSoon: !1,
|
|
@@ -1636,11 +1342,9 @@ const Ke = [
|
|
|
1636
1342
|
label: "Xero",
|
|
1637
1343
|
isBYOC: !1,
|
|
1638
1344
|
isPro: !1,
|
|
1639
|
-
publicIconUrl: `${
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
docsLink: "https://docs.arcade.dev/toolkits/productivity/xero",
|
|
1643
|
-
relativeDocsLink: "/toolkits/productivity/xero",
|
|
1345
|
+
publicIconUrl: `${e}/xero.svg`,
|
|
1346
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/xero",
|
|
1347
|
+
relativeDocsLink: "/en/mcp-servers/productivity/xero",
|
|
1644
1348
|
category: "productivity",
|
|
1645
1349
|
type: "arcade",
|
|
1646
1350
|
isComingSoon: !0,
|
|
@@ -1651,11 +1355,9 @@ const Ke = [
|
|
|
1651
1355
|
label: "Youtube",
|
|
1652
1356
|
isBYOC: !0,
|
|
1653
1357
|
isPro: !0,
|
|
1654
|
-
publicIconUrl: `${
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
docsLink: "https://docs.arcade.dev/toolkits/search/youtube",
|
|
1658
|
-
relativeDocsLink: "/toolkits/search/youtube",
|
|
1358
|
+
publicIconUrl: `${e}/youtube.svg`,
|
|
1359
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/search/youtube",
|
|
1360
|
+
relativeDocsLink: "/en/mcp-servers/search/youtube",
|
|
1659
1361
|
category: "search",
|
|
1660
1362
|
type: "arcade",
|
|
1661
1363
|
isComingSoon: !1,
|
|
@@ -1666,11 +1368,9 @@ const Ke = [
|
|
|
1666
1368
|
label: "Zendesk",
|
|
1667
1369
|
isBYOC: !1,
|
|
1668
1370
|
isPro: !1,
|
|
1669
|
-
publicIconUrl: `${
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
docsLink: "https://docs.arcade.dev/toolkits/customer-support/zendesk",
|
|
1673
|
-
relativeDocsLink: "/toolkits/customer-support/zendesk",
|
|
1371
|
+
publicIconUrl: `${e}/zendesk.svg`,
|
|
1372
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/customer-support/zendesk",
|
|
1373
|
+
relativeDocsLink: "/en/mcp-servers/customer-support/zendesk",
|
|
1674
1374
|
category: "customer-support",
|
|
1675
1375
|
type: "arcade",
|
|
1676
1376
|
isComingSoon: !1,
|
|
@@ -1681,22 +1381,20 @@ const Ke = [
|
|
|
1681
1381
|
label: "Zoom",
|
|
1682
1382
|
isBYOC: !1,
|
|
1683
1383
|
isPro: !1,
|
|
1684
|
-
publicIconUrl: `${
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
docsLink: "https://docs.arcade.dev/toolkits/social-communication/zoom",
|
|
1688
|
-
relativeDocsLink: "/toolkits/social-communication/zoom",
|
|
1384
|
+
publicIconUrl: `${e}/zoom.svg`,
|
|
1385
|
+
docsLink: "https://docs.arcade.dev/en/mcp-servers/social-communication/zoom",
|
|
1386
|
+
relativeDocsLink: "/en/mcp-servers/social-communication/zoom",
|
|
1689
1387
|
category: "social",
|
|
1690
1388
|
type: "arcade",
|
|
1691
1389
|
isComingSoon: !1,
|
|
1692
1390
|
isHidden: !1
|
|
1693
1391
|
}
|
|
1694
|
-
],
|
|
1695
|
-
(
|
|
1392
|
+
], a = o.reduce(
|
|
1393
|
+
(s, i) => (s[i.id] = i, s),
|
|
1696
1394
|
{}
|
|
1697
1395
|
);
|
|
1698
1396
|
export {
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1397
|
+
c as CATEGORIES,
|
|
1398
|
+
o as TOOLKITS,
|
|
1399
|
+
a as TOOLKIT_CATALOGUE
|
|
1702
1400
|
};
|