@nangohq/providers 0.70.2 → 0.70.3
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/package.json +2 -2
- package/providers.yaml +221 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.70.
|
|
3
|
+
"version": "0.70.3",
|
|
4
4
|
"description": "Nango's providers.yaml and getters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"js-yaml": "4.1.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@nangohq/types": "0.70.
|
|
19
|
+
"@nangohq/types": "0.70.3",
|
|
20
20
|
"vitest": "3.2.4"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -1145,7 +1145,7 @@ amplitude-mcp-eu:
|
|
|
1145
1145
|
base_url: https://mcp.eu.amplitude.com
|
|
1146
1146
|
headers:
|
|
1147
1147
|
accept: application/json,text/event-stream
|
|
1148
|
-
docs: https://nango.dev/docs/api-integrations/amplitude-mcp
|
|
1148
|
+
docs: https://nango.dev/docs/api-integrations/amplitude-mcp-eu
|
|
1149
1149
|
|
|
1150
1150
|
anthropic:
|
|
1151
1151
|
display_name: Anthropic
|
|
@@ -3180,6 +3180,29 @@ builtwith:
|
|
|
3180
3180
|
format: uuid
|
|
3181
3181
|
doc_section: '#step-1-finding-your-api-key'
|
|
3182
3182
|
|
|
3183
|
+
buffer:
|
|
3184
|
+
display_name: Buffer
|
|
3185
|
+
categories:
|
|
3186
|
+
- marketing
|
|
3187
|
+
- social
|
|
3188
|
+
auth_mode: OAUTH2
|
|
3189
|
+
authorization_url: https://auth.buffer.com/auth
|
|
3190
|
+
token_url: https://auth.buffer.com/token
|
|
3191
|
+
scope_separator: ' '
|
|
3192
|
+
authorization_params:
|
|
3193
|
+
response_type: code
|
|
3194
|
+
prompt: consent
|
|
3195
|
+
token_params:
|
|
3196
|
+
grant_type: authorization_code
|
|
3197
|
+
refresh_params:
|
|
3198
|
+
grant_type: refresh_token
|
|
3199
|
+
default_scopes:
|
|
3200
|
+
- offline_access
|
|
3201
|
+
proxy:
|
|
3202
|
+
base_url: https://api.buffer.com
|
|
3203
|
+
docs: https://nango.dev/docs/api-integrations/buffer
|
|
3204
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/buffer/how-to-register-your-own-buffer-oauth-app
|
|
3205
|
+
|
|
3183
3206
|
bullhorn:
|
|
3184
3207
|
display_name: Bullhorn
|
|
3185
3208
|
categories:
|
|
@@ -3445,6 +3468,28 @@ canva:
|
|
|
3445
3468
|
docs: https://nango.dev/docs/integrations/all/canva
|
|
3446
3469
|
token_request_auth_method: basic
|
|
3447
3470
|
|
|
3471
|
+
canva-mcp:
|
|
3472
|
+
display_name: Canva (MCP)
|
|
3473
|
+
categories:
|
|
3474
|
+
- design
|
|
3475
|
+
- mcp
|
|
3476
|
+
auth_mode: MCP_OAUTH2
|
|
3477
|
+
client_registration: dynamic
|
|
3478
|
+
authorization_url: https://mcp.canva.com/authorize
|
|
3479
|
+
token_url: https://mcp.canva.com/token
|
|
3480
|
+
registration_url: https://mcp.canva.com/register
|
|
3481
|
+
authorization_params:
|
|
3482
|
+
response_type: code
|
|
3483
|
+
token_params:
|
|
3484
|
+
grant_type: authorization_code
|
|
3485
|
+
refresh_params:
|
|
3486
|
+
grant_type: refresh_token
|
|
3487
|
+
proxy:
|
|
3488
|
+
base_url: https://mcp.canva.com
|
|
3489
|
+
headers:
|
|
3490
|
+
accept: application/json,text/event-stream
|
|
3491
|
+
docs: https://nango.dev/docs/api-integrations/canva-mcp
|
|
3492
|
+
|
|
3448
3493
|
canvas-lms:
|
|
3449
3494
|
display_name: Canvas LMS
|
|
3450
3495
|
categories:
|
|
@@ -5986,6 +6031,30 @@ ebay-sandbox:
|
|
|
5986
6031
|
base_url: https://api.sandbox.ebay.com/
|
|
5987
6032
|
docs: https://nango.dev/docs/integrations/all/ebay-sandbox
|
|
5988
6033
|
|
|
6034
|
+
easypost:
|
|
6035
|
+
display_name: EasyPost
|
|
6036
|
+
categories:
|
|
6037
|
+
- e-commerce
|
|
6038
|
+
auth_mode: BASIC
|
|
6039
|
+
proxy:
|
|
6040
|
+
base_url: https://api.easypost.com
|
|
6041
|
+
docs: https://nango.dev/docs/api-integrations/easypost
|
|
6042
|
+
docs_connect: https://nango.dev/docs/api-integrations/easypost/connect
|
|
6043
|
+
credentials:
|
|
6044
|
+
username:
|
|
6045
|
+
type: string
|
|
6046
|
+
title: API Key
|
|
6047
|
+
description: Your EasyPost API key.
|
|
6048
|
+
pattern: '^EZ(AK|TK)[a-zA-Z0-9]+$'
|
|
6049
|
+
example: EZTK****************************PCHxBDQG3lpZjneEFUxKmg
|
|
6050
|
+
doc_section: '#step-1-get-your-api-key'
|
|
6051
|
+
password:
|
|
6052
|
+
type: string
|
|
6053
|
+
title: ''
|
|
6054
|
+
description: ''
|
|
6055
|
+
hidden: true
|
|
6056
|
+
default_value: ''
|
|
6057
|
+
|
|
5989
6058
|
e-conomic:
|
|
5990
6059
|
display_name: e-conomic
|
|
5991
6060
|
categories:
|
|
@@ -9785,7 +9854,7 @@ jira-data-center:
|
|
|
9785
9854
|
type: string
|
|
9786
9855
|
title: Domain
|
|
9787
9856
|
description: The domain of your Jira Data Center account
|
|
9788
|
-
pattern: '^[
|
|
9857
|
+
pattern: '^[a-zA-Z0-9.-]+(:\d+)?(/[a-zA-Z0-9._~-]+)*/?$'
|
|
9789
9858
|
prefix: https://
|
|
9790
9859
|
example: foobar.atlassian.net
|
|
9791
9860
|
|
|
@@ -10673,7 +10742,7 @@ linear-mcp:
|
|
|
10673
10742
|
grant_type: authorization_code
|
|
10674
10743
|
refresh_params:
|
|
10675
10744
|
grant_type: refresh_token
|
|
10676
|
-
docs: https://nango.dev/docs/api-integrations/linear
|
|
10745
|
+
docs: https://nango.dev/docs/api-integrations/linear-mcp
|
|
10677
10746
|
|
|
10678
10747
|
linkedin:
|
|
10679
10748
|
display_name: LinkedIn
|
|
@@ -11535,6 +11604,14 @@ microsoft-teams:
|
|
|
11535
11604
|
docs: https://nango.dev/docs/api-integrations/microsoft-teams
|
|
11536
11605
|
setup_guide_url: https://nango.dev/docs/api-integrations/microsoft-teams/how-to-register-your-own-microsoft-teams-api-oauth-app
|
|
11537
11606
|
|
|
11607
|
+
microsoft-people:
|
|
11608
|
+
display_name: Microsoft People
|
|
11609
|
+
categories:
|
|
11610
|
+
- productivity
|
|
11611
|
+
alias: microsoft
|
|
11612
|
+
docs: https://nango.dev/docs/api-integrations/microsoft-people
|
|
11613
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/microsoft-people/how-to-register-your-own-microsoft-people-api-oauth-app
|
|
11614
|
+
|
|
11538
11615
|
microsoft-word:
|
|
11539
11616
|
display_name: Microsoft Word
|
|
11540
11617
|
categories:
|
|
@@ -12540,7 +12617,7 @@ notion-mcp:
|
|
|
12540
12617
|
grant_type: authorization_code
|
|
12541
12618
|
refresh_params:
|
|
12542
12619
|
grant_type: refresh_token
|
|
12543
|
-
docs: https://nango.dev/docs/api-integrations/notion
|
|
12620
|
+
docs: https://nango.dev/docs/api-integrations/notion-mcp
|
|
12544
12621
|
|
|
12545
12622
|
notion-scim:
|
|
12546
12623
|
display_name: Notion (SCIM API)
|
|
@@ -14305,6 +14382,27 @@ podium:
|
|
|
14305
14382
|
title: API Version
|
|
14306
14383
|
description: The API version of your Podium account
|
|
14307
14384
|
|
|
14385
|
+
podscribe:
|
|
14386
|
+
display_name: Podscribe
|
|
14387
|
+
categories:
|
|
14388
|
+
- marketing
|
|
14389
|
+
- analytics
|
|
14390
|
+
auth_mode: API_KEY
|
|
14391
|
+
proxy:
|
|
14392
|
+
headers:
|
|
14393
|
+
authorization: Bearer ${apiKey}
|
|
14394
|
+
base_url: https://backend.podscribe.ai
|
|
14395
|
+
docs: https://nango.dev/docs/api-integrations/podscribe
|
|
14396
|
+
docs_connect: https://nango.dev/docs/api-integrations/podscribe/connect
|
|
14397
|
+
credentials:
|
|
14398
|
+
apiKey:
|
|
14399
|
+
type: string
|
|
14400
|
+
title: API Key
|
|
14401
|
+
description: The API key for your Podscribe account
|
|
14402
|
+
pattern: '^[a-zA-Z0-9]+\.[a-zA-Z0-9]+\.[a-zA-Z0-9_-]+$'
|
|
14403
|
+
example: xkPqbW**********.*********.*******T8mz
|
|
14404
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
14405
|
+
|
|
14308
14406
|
posthog:
|
|
14309
14407
|
display_name: PostHog
|
|
14310
14408
|
categories:
|
|
@@ -15164,6 +15262,27 @@ recruiterflow:
|
|
|
15164
15262
|
example: 7b0c0d****************************
|
|
15165
15263
|
pattern: '^[a-zA-Z0-9_]+$'
|
|
15166
15264
|
|
|
15265
|
+
render-mcp:
|
|
15266
|
+
display_name: Render (MCP)
|
|
15267
|
+
categories:
|
|
15268
|
+
- dev-tools
|
|
15269
|
+
- mcp
|
|
15270
|
+
auth_mode: API_KEY
|
|
15271
|
+
proxy:
|
|
15272
|
+
base_url: https://mcp.render.com
|
|
15273
|
+
headers:
|
|
15274
|
+
authorization: Bearer ${apiKey}
|
|
15275
|
+
docs: https://nango.dev/docs/api-integrations/render-mcp
|
|
15276
|
+
docs_connect: https://nango.dev/docs/api-integrations/render-mcp/connect
|
|
15277
|
+
credentials:
|
|
15278
|
+
apiKey:
|
|
15279
|
+
type: string
|
|
15280
|
+
title: API Key
|
|
15281
|
+
description: Your Render API key from Account Settings.
|
|
15282
|
+
doc_section: '#step-1-create-a-render-api-key'
|
|
15283
|
+
example: rnd_****************************
|
|
15284
|
+
pattern: '^rnd_[A-Za-z0-9]+$'
|
|
15285
|
+
|
|
15167
15286
|
reddit:
|
|
15168
15287
|
display_name: Reddit
|
|
15169
15288
|
categories:
|
|
@@ -15379,6 +15498,31 @@ retell-ai:
|
|
|
15379
15498
|
example: key-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
15380
15499
|
doc_section: '#step-1-finding-your-retell-ai-api-key'
|
|
15381
15500
|
|
|
15501
|
+
revivn:
|
|
15502
|
+
display_name: Revivn
|
|
15503
|
+
categories:
|
|
15504
|
+
- other
|
|
15505
|
+
auth_mode: OAUTH2_CC
|
|
15506
|
+
token_url: https://api.revivn.dev/oauth/token
|
|
15507
|
+
token_params:
|
|
15508
|
+
grant_type: client_credentials
|
|
15509
|
+
proxy:
|
|
15510
|
+
base_url: https://api.revivn.dev
|
|
15511
|
+
docs: https://nango.dev/docs/api-integrations/revivn
|
|
15512
|
+
docs_connect: https://nango.dev/docs/api-integrations/revivn/connect
|
|
15513
|
+
credentials:
|
|
15514
|
+
client_id:
|
|
15515
|
+
type: string
|
|
15516
|
+
title: Client ID
|
|
15517
|
+
description: Your Revivn OAuth2 client ID.
|
|
15518
|
+
doc_section: '#step-1-get-your-oauth2-credentials'
|
|
15519
|
+
client_secret:
|
|
15520
|
+
type: string
|
|
15521
|
+
title: Client Secret
|
|
15522
|
+
description: Your Revivn OAuth2 client secret.
|
|
15523
|
+
secret: true
|
|
15524
|
+
doc_section: '#step-1-get-your-oauth2-credentials'
|
|
15525
|
+
|
|
15382
15526
|
ring-central:
|
|
15383
15527
|
display_name: RingCentral
|
|
15384
15528
|
categories:
|
|
@@ -17020,6 +17164,33 @@ shipbob-pat:
|
|
|
17020
17164
|
pattern: '^[A-F0-9]{64}-\d+$'
|
|
17021
17165
|
doc_section: '#step-1-generate-your-token'
|
|
17022
17166
|
|
|
17167
|
+
shippo:
|
|
17168
|
+
display_name: Shippo
|
|
17169
|
+
categories:
|
|
17170
|
+
- e-commerce
|
|
17171
|
+
auth_mode: API_KEY
|
|
17172
|
+
proxy:
|
|
17173
|
+
base_url: https://api.goshippo.com
|
|
17174
|
+
headers:
|
|
17175
|
+
authorization: ShippoToken ${apiKey}
|
|
17176
|
+
retry:
|
|
17177
|
+
at:
|
|
17178
|
+
- 'x-ratelimit-reset'
|
|
17179
|
+
verification:
|
|
17180
|
+
method: GET
|
|
17181
|
+
endpoints:
|
|
17182
|
+
- /parcel-templates?page=1&results=1
|
|
17183
|
+
docs: https://nango.dev/docs/api-integrations/shippo
|
|
17184
|
+
docs_connect: https://nango.dev/docs/api-integrations/shippo/connect
|
|
17185
|
+
credentials:
|
|
17186
|
+
apiKey:
|
|
17187
|
+
type: string
|
|
17188
|
+
title: API Token
|
|
17189
|
+
description: Your Shippo API token (live or test).
|
|
17190
|
+
pattern: '^shippo_(live|test)_[a-f0-9]+$'
|
|
17191
|
+
example: shippo_live_e2848d36****************************
|
|
17192
|
+
doc_section: '#step-1-get-your-api-token'
|
|
17193
|
+
|
|
17023
17194
|
shipstation:
|
|
17024
17195
|
display_name: Shipstation (v1)
|
|
17025
17196
|
categories:
|
|
@@ -20222,6 +20393,28 @@ wordpress:
|
|
|
20222
20393
|
base_url: https://public-api.wordpress.com/rest/v1
|
|
20223
20394
|
docs: https://nango.dev/docs/integrations/all/wordpress
|
|
20224
20395
|
|
|
20396
|
+
wordpress-mcp:
|
|
20397
|
+
display_name: WordPress.com (MCP)
|
|
20398
|
+
categories:
|
|
20399
|
+
- cms
|
|
20400
|
+
- mcp
|
|
20401
|
+
auth_mode: MCP_OAUTH2
|
|
20402
|
+
client_registration: dynamic
|
|
20403
|
+
authorization_url: https://public-api.wordpress.com/oauth2-1/authorize
|
|
20404
|
+
token_url: https://public-api.wordpress.com/oauth2-1/token
|
|
20405
|
+
registration_url: https://public-api.wordpress.com/oauth2-1/register
|
|
20406
|
+
authorization_params:
|
|
20407
|
+
response_type: code
|
|
20408
|
+
token_params:
|
|
20409
|
+
grant_type: authorization_code
|
|
20410
|
+
refresh_params:
|
|
20411
|
+
grant_type: refresh_token
|
|
20412
|
+
proxy:
|
|
20413
|
+
base_url: https://public-api.wordpress.com/wpcom
|
|
20414
|
+
headers:
|
|
20415
|
+
accept: application/json,text/event-stream
|
|
20416
|
+
docs: https://nango.dev/docs/api-integrations/wordpress-mcp
|
|
20417
|
+
|
|
20225
20418
|
wiseagent:
|
|
20226
20419
|
display_name: Wiseagent
|
|
20227
20420
|
categories:
|
|
@@ -20950,6 +21143,30 @@ zenefits:
|
|
|
20950
21143
|
base_url: https://api.zenefits.com
|
|
20951
21144
|
docs: https://nango.dev/docs/integrations/all/zenefits
|
|
20952
21145
|
|
|
21146
|
+
zigpoll:
|
|
21147
|
+
display_name: Zigpoll
|
|
21148
|
+
categories:
|
|
21149
|
+
- marketing
|
|
21150
|
+
auth_mode: API_KEY
|
|
21151
|
+
proxy:
|
|
21152
|
+
base_url: https://v1.zigpoll.com
|
|
21153
|
+
headers:
|
|
21154
|
+
authorization: ${apiKey}
|
|
21155
|
+
verification:
|
|
21156
|
+
method: GET
|
|
21157
|
+
endpoints:
|
|
21158
|
+
- /me
|
|
21159
|
+
docs: https://nango.dev/docs/api-integrations/zigpoll
|
|
21160
|
+
docs_connect: https://nango.dev/docs/api-integrations/zigpoll/connect
|
|
21161
|
+
credentials:
|
|
21162
|
+
apiKey:
|
|
21163
|
+
type: string
|
|
21164
|
+
title: API Key
|
|
21165
|
+
description: Your Zigpoll private API key.
|
|
21166
|
+
format: uuid
|
|
21167
|
+
example: 3f7b2d4e-****-****-****-************
|
|
21168
|
+
doc_section: '#step-1-get-your-api-token'
|
|
21169
|
+
|
|
20953
21170
|
zoho:
|
|
20954
21171
|
display_name: Zoho
|
|
20955
21172
|
categories:
|