@nangohq/providers 0.69.40 → 0.69.42

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/providers.yaml +305 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.69.40",
3
+ "version": "0.69.42",
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.69.40",
19
+ "@nangohq/types": "0.69.42",
20
20
  "vitest": "3.2.4"
21
21
  },
22
22
  "files": [
package/providers.yaml CHANGED
@@ -947,6 +947,54 @@ amplitude:
947
947
  optional: true
948
948
  pattern: '^(?:analytics\.eu\.)?amplitude\.com$'
949
949
 
950
+ amplitude-mcp:
951
+ display_name: Amplitude (MCP US)
952
+ categories:
953
+ - analytics
954
+ - mcp
955
+ auth_mode: MCP_OAUTH2
956
+ client_registration: dynamic
957
+ authorization_url: https://mcp.amplitude.com/authorize
958
+ token_url: https://mcp.amplitude.com/token
959
+ registration_url: https://mcp.amplitude.com/register
960
+ default_scopes:
961
+ - offline_access
962
+ authorization_params:
963
+ response_type: code
964
+ token_params:
965
+ grant_type: authorization_code
966
+ refresh_params:
967
+ grant_type: refresh_token
968
+ proxy:
969
+ base_url: https://mcp.amplitude.com
970
+ headers:
971
+ accept: application/json,text/event-stream
972
+ docs: https://nango.dev/docs/api-integrations/amplitude-mcp
973
+
974
+ amplitude-mcp-eu:
975
+ display_name: Amplitude (MCP EU)
976
+ categories:
977
+ - analytics
978
+ - mcp
979
+ auth_mode: MCP_OAUTH2
980
+ client_registration: dynamic
981
+ authorization_url: https://mcp.eu.amplitude.com/authorize
982
+ token_url: https://mcp.eu.amplitude.com/token
983
+ registration_url: https://mcp.eu.amplitude.com/register
984
+ default_scopes:
985
+ - offline_access
986
+ authorization_params:
987
+ response_type: code
988
+ token_params:
989
+ grant_type: authorization_code
990
+ refresh_params:
991
+ grant_type: refresh_token
992
+ proxy:
993
+ base_url: https://mcp.eu.amplitude.com
994
+ headers:
995
+ accept: application/json,text/event-stream
996
+ docs: https://nango.dev/docs/api-integrations/amplitude-mcp
997
+
950
998
  anthropic:
951
999
  display_name: Anthropic
952
1000
  categories:
@@ -1170,17 +1218,24 @@ asana-mcp:
1170
1218
  - ticketing
1171
1219
  - mcp
1172
1220
  auth_mode: MCP_OAUTH2
1173
- client_registration: dynamic
1174
- authorization_url: https://mcp.asana.com/authorize
1175
- token_url: https://mcp.asana.com/token
1176
- registration_url: https://mcp.asana.com/register
1221
+ client_registration: static
1222
+ authorization_url: https://app.asana.com/-/oauth_authorize
1223
+ token_url: https://app.asana.com/-/oauth_token
1177
1224
  authorization_params:
1178
1225
  response_type: code
1226
+ resource: https://mcp.asana.com/v2
1179
1227
  token_params:
1180
1228
  grant_type: authorization_code
1181
1229
  refresh_params:
1182
1230
  grant_type: refresh_token
1183
- docs: https://nango.dev/docs/api-integrations/asana
1231
+ default_scopes:
1232
+ - default
1233
+ proxy:
1234
+ headers:
1235
+ accept: application/json,text/event-stream
1236
+ base_url: https://mcp.asana.com/
1237
+ docs: https://nango.dev/docs/api-integrations/asana-mcp
1238
+ setup_guide_url: https://nango.dev/docs/api-integrations/asana-mcp/how-to-register-your-own-asana-mcp-oauth-app
1184
1239
 
1185
1240
  asana-scim:
1186
1241
  display_name: Asana (SCIM API)
@@ -1704,6 +1759,38 @@ avoma:
1704
1759
  example: '1awcbx0njh:02k6er2pld4q5irffn23'
1705
1760
  doc_section: '#step-1-generating-your-api-key'
1706
1761
 
1762
+ axiom:
1763
+ display_name: Axiom
1764
+ categories:
1765
+ - dev-tools
1766
+ - analytics
1767
+ auth_mode: API_KEY
1768
+ proxy:
1769
+ base_url: https://${connectionConfig.subdomain}.axiom.co
1770
+ headers:
1771
+ authorization: Bearer ${apiKey}
1772
+ docs: https://nango.dev/docs/api-integrations/axiom
1773
+ docs_connect: https://nango.dev/docs/api-integrations/axiom/connect
1774
+ connection_config:
1775
+ subdomain:
1776
+ type: string
1777
+ title: Edge / region subdomain
1778
+ description: The subdomain of the API you would wish to connect to.
1779
+ example: us-east-1.aws.edge
1780
+ pattern: '^(api|us-east-1\.aws\.edge|eu-central-1\.aws\.edge)$'
1781
+ suffix: .axiom.co
1782
+ prefix: https://
1783
+ order: 1
1784
+ doc_section: '#step-1-finding-your-subdomain'
1785
+ credentials:
1786
+ apiKey:
1787
+ type: string
1788
+ title: API Token
1789
+ description: Your Axiom API token.
1790
+ example: 'xaat-********-****-****-****-********8ec6'
1791
+ pattern: '^xaat-[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$'
1792
+ doc_section: '#step-2-generating-your-api-token'
1793
+
1707
1794
  aws:
1708
1795
  display_name: AWS
1709
1796
  categories:
@@ -3270,6 +3357,28 @@ circle-so:
3270
3357
  title: API Key
3271
3358
  description: The API key for your Circle.so account
3272
3359
 
3360
+ circleback-mcp:
3361
+ display_name: Circleback (MCP)
3362
+ categories:
3363
+ - productivity
3364
+ - mcp
3365
+ auth_mode: MCP_OAUTH2
3366
+ client_registration: dynamic
3367
+ authorization_url: https://app.circleback.ai/api/oauth/authorize
3368
+ token_url: https://app.circleback.ai/api/oauth/access-token
3369
+ registration_url: https://app.circleback.ai/api/oauth/register
3370
+ authorization_params:
3371
+ response_type: code
3372
+ token_params:
3373
+ grant_type: authorization_code
3374
+ refresh_params:
3375
+ grant_type: refresh_token
3376
+ proxy:
3377
+ base_url: https://app.circleback.ai/api/
3378
+ headers:
3379
+ accept: application/json,text/event-stream
3380
+ docs: https://nango.dev/docs/api-integrations/circleback-mcp
3381
+
3273
3382
  clari-copilot:
3274
3383
  display_name: Clari Copilot
3275
3384
  categories:
@@ -3298,6 +3407,25 @@ clari-copilot:
3298
3407
  title: API Key
3299
3408
  description: The API key for your Clari Copilot account
3300
3409
 
3410
+ cleverreach:
3411
+ display_name: CleverReach
3412
+ categories:
3413
+ - marketing
3414
+ auth_mode: OAUTH2
3415
+ authorization_url: https://rest.cleverreach.com/oauth/authorize.php
3416
+ token_url: https://rest.cleverreach.com/oauth/token.php
3417
+ authorization_params:
3418
+ response_type: code
3419
+ grant: basic
3420
+ token_params:
3421
+ grant_type: authorization_code
3422
+ refresh_params:
3423
+ grant_type: refresh_token
3424
+ proxy:
3425
+ base_url: https://rest.cleverreach.com
3426
+ docs: https://nango.dev/docs/api-integrations/cleverreach
3427
+ setup_guide_url: https://nango.dev/docs/api-integrations/cleverreach/how-to-register-your-own-cleverreach-api-oauth-app
3428
+
3301
3429
  clicksend:
3302
3430
  display_name: ClickSend
3303
3431
  categories:
@@ -4300,8 +4428,8 @@ dayforce:
4300
4428
  auth_mode: TWO_STEP
4301
4429
  body_format: form
4302
4430
  proxy:
4303
- base_url: https://www.dayforcehcm.com/api
4304
- token_url: https://dfid.dayforcehcm.com/connect/token
4431
+ base_url: https://${connectionConfig.clientHostname}/api || https://www.dayforcehcm.com/api
4432
+ token_url: https://${connectionConfig.identityHostname}/connect/token || https://dfid.dayforcehcm.com/connect/token
4305
4433
  token_params:
4306
4434
  grant_type: password
4307
4435
  companyId: ${connectionConfig.companyId}
@@ -4314,15 +4442,8 @@ dayforce:
4314
4442
  token: access_token
4315
4443
  token_expiration: expires_in
4316
4444
  token_expiration_strategy: expireIn
4317
- docs: https://nango.dev/docs/integrations/all/dayforce
4318
- docs_connect: https://nango.dev/docs/integrations/all/dayforce/connect
4319
- connection_config:
4320
- companyId:
4321
- type: string
4322
- title: Company ID
4323
- order: 1
4324
- description: The company ID for your Dayforce account.
4325
- doc_section: '#step-1-finding-your-company-id'
4445
+ docs: https://nango.dev/docs/api-integrations/dayforce
4446
+ docs_connect: https://nango.dev/docs/api-integrations/dayforce/connect
4326
4447
  credentials:
4327
4448
  username:
4328
4449
  type: string
@@ -4334,6 +4455,33 @@ dayforce:
4334
4455
  title: Password
4335
4456
  description: Your Dayforce account password.
4336
4457
  doc_section: '#step-2-configure-your-dayforce-user'
4458
+ connection_config:
4459
+ companyId:
4460
+ type: string
4461
+ title: Company ID
4462
+ description: The company ID for your Dayforce account.
4463
+ doc_section: '#step-1-finding-your-company-id'
4464
+ clientHostname:
4465
+ type: string
4466
+ title: API hostname
4467
+ description: Hostname for the Dayforce API, leave empty for production.
4468
+ format: hostname
4469
+ prefix: https://
4470
+ suffix: /api
4471
+ optional: true
4472
+ example: test.dayforcehcm.com
4473
+ doc_section: '#step-4-identifying-your-client-host'
4474
+ identityHostname:
4475
+ type: string
4476
+ title: Identity hostname
4477
+ description: Hostname for the Dayforce Identity token endpoint, leave empty for production.
4478
+ format: hostname
4479
+ optional: true
4480
+ prefix: https://
4481
+ suffix: /connect/token
4482
+ example: dfid.dayforcehcm.com
4483
+ doc_section: '#step-3-identifying-your-identity-host'
4484
+
4337
4485
  datto-rmm:
4338
4486
  display_name: Datto RMM
4339
4487
  categories:
@@ -8973,6 +9121,25 @@ klaviyo-oauth:
8973
9121
  - 'retry-after'
8974
9122
  docs: https://nango.dev/docs/integrations/all/klaviyo-oauth
8975
9123
 
9124
+ klicktipp:
9125
+ display_name: KlickTipp
9126
+ categories:
9127
+ - marketing
9128
+ auth_mode: API_KEY
9129
+ proxy:
9130
+ base_url: https://api.klicktipp.com
9131
+ credentials:
9132
+ apiKey:
9133
+ type: string
9134
+ title: API Key
9135
+ description: Your KlickTipp API key.
9136
+ example: a1b2c3d4e5f6g7h8
9137
+ pattern: '^[a-z0-9]{16}$'
9138
+ secret: true
9139
+ doc_section: '#step-1-getting-your-api-key'
9140
+ docs: https://nango.dev/docs/api-integrations/klicktipp
9141
+ docs_connect: https://nango.dev/docs/api-integrations/klicktipp/connect
9142
+
8976
9143
  kustomer:
8977
9144
  display_name: Kustomer
8978
9145
  categories:
@@ -9589,6 +9756,37 @@ mailchimp:
9589
9756
  example: us6
9590
9757
  automated: true
9591
9758
 
9759
+ mailjet:
9760
+ display_name: Mailjet
9761
+ categories:
9762
+ - marketing
9763
+ auth_mode: BASIC
9764
+ proxy:
9765
+ base_url: https://api.mailjet.com
9766
+ verification:
9767
+ method: GET
9768
+ endpoints:
9769
+ - /v3/REST/myprofile
9770
+ docs: https://nango.dev/docs/api-integrations/mailjet
9771
+ docs_connect: https://nango.dev/docs/api-integrations/mailjet/connect
9772
+ credentials:
9773
+ username:
9774
+ type: string
9775
+ title: API Key
9776
+ description: Your Mailjet API Key.
9777
+ secret: true
9778
+ pattern: '^[a-f0-9]{32}$'
9779
+ example: 'a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6'
9780
+ doc_section: '#step-1-getting-your-credentials'
9781
+ password:
9782
+ type: string
9783
+ title: Secret Key
9784
+ description: Your Mailjet Secret Key.
9785
+ secret: true
9786
+ pattern: '^[a-f0-9]{32}$'
9787
+ example: 'f6e5d4c3b2a1f0e9d8c7b6a5f4e3d2c1'
9788
+ doc_section: '#step-1-getting-your-credentials'
9789
+
9592
9790
  mcp-generic:
9593
9791
  display_name: MCP Server OAuth2 (Generic)
9594
9792
  categories:
@@ -9879,6 +10077,7 @@ microsoft-teams-bot:
9879
10077
  base_url: https://smba.trafficmanager.net/teams
9880
10078
  connection_config:
9881
10079
  botHostTenantId: ${connectionConfig.botHostTenantId}
10080
+ webhook_routing_script: microsoftTeamsWebhookRouting
9882
10081
  post_connection_script: microsoftTeamsBotPostConnection
9883
10082
  docs: https://nango.dev/docs/integrations/all/microsoft-teams-bot
9884
10083
  docs_connect: https://nango.dev/docs/integrations/all/microsoft-teams-bot/connect
@@ -12653,6 +12852,42 @@ qualtrics:
12653
12852
  suffix: .qualtrics.com
12654
12853
  prefix: https://
12655
12854
 
12855
+ quentn:
12856
+ display_name: Quentn
12857
+ categories:
12858
+ - marketing
12859
+ auth_mode: API_KEY
12860
+ proxy:
12861
+ base_url: https://${connectionConfig.subdomain}.quentn.com/public/api
12862
+ headers:
12863
+ authorization: Bearer ${apiKey}
12864
+ verification:
12865
+ method: GET
12866
+ endpoints:
12867
+ - /v1/terms
12868
+ docs: https://nango.dev/docs/api-integrations/quentn
12869
+ docs_connect: https://nango.dev/docs/api-integrations/quentn/connect
12870
+ credentials:
12871
+ apiKey:
12872
+ type: string
12873
+ title: API Key
12874
+ description: Your Quentn API key.
12875
+ secret: true
12876
+ example: a1bcDeFgHi-jkLmNoPqRsTuVwXyZ0123456789AbCdE
12877
+ pattern: '^[A-Za-z0-9_-]{43}$'
12878
+ doc_section: '#step-1-getting-your-api-key'
12879
+ connection_config:
12880
+ subdomain:
12881
+ type: string
12882
+ title: Subdomain
12883
+ description: Your Quentn account subdomain.
12884
+ format: hostname
12885
+ example: xk7mdf.eu-5
12886
+ suffix: .quentn.com/public/api
12887
+ prefix: https://
12888
+ order: 1
12889
+ doc_section: '#step-2-finding-your-subdomain'
12890
+
12656
12891
  quickbase:
12657
12892
  display_name: Quickbase
12658
12893
  categories:
@@ -15513,15 +15748,15 @@ supabase:
15513
15748
  proxy:
15514
15749
  base_url: https://${connectionConfig.projectUrl}
15515
15750
  headers:
15516
- authorization: Bearer ${credentials.apiKey}
15517
- apikey: ${credentials.apiKey}
15518
- docs: https://nango.dev/docs/integrations/all/supabase
15519
- docs_connect: https://nango.dev/docs/integrations/all/supabase/connect
15751
+ authorization: Bearer ${apiKey}
15752
+ apikey: ${apiKey}
15753
+ docs: https://nango.dev/docs/api-integrations/supabase
15754
+ docs_connect: https://nango.dev/docs/api-integrations/supabase/connect
15520
15755
  connection_config:
15521
15756
  projectUrl:
15522
15757
  type: string
15523
15758
  title: Project URL
15524
- description: The Supabase project url
15759
+ description: The Supabase project url you want to connect to.
15525
15760
  example: project.supabase.co
15526
15761
  format: hostname
15527
15762
  prefix: https://
@@ -15529,11 +15764,55 @@ supabase:
15529
15764
  credentials:
15530
15765
  apiKey:
15531
15766
  type: string
15532
- title: API Key
15533
- description: The anon or service_role API key for your Supabase project
15534
- example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
15535
- pattern: '^[A-Za-z0-9\._-]+$'
15536
- doc_section: '#step-2-get-your-api-key'
15767
+ title: Secret Key
15768
+ description: The secret key from your Supabase project.
15769
+ example: sb_secret_*******************************hm
15770
+ pattern: '^sb_secret_[A-Za-z0-9_]+$'
15771
+ doc_section: '#step-2-finding-your-secret-key'
15772
+
15773
+ supabase-mcp:
15774
+ display_name: Supabase (MCP)
15775
+ categories:
15776
+ - dev-tools
15777
+ - mcp
15778
+ auth_mode: API_KEY
15779
+ proxy:
15780
+ base_url: https://mcp.supabase.com
15781
+ headers:
15782
+ authorization: Bearer ${apiKey}
15783
+ content-type: application/json
15784
+ verification:
15785
+ method: POST
15786
+ headers:
15787
+ content-type: application/json
15788
+ accept: application/json,text/event-stream
15789
+ endpoints:
15790
+ - /mcp?project_ref=${connectionConfig.projectRef}
15791
+ data:
15792
+ {
15793
+ 'jsonrpc': '2.0',
15794
+ 'id': 1,
15795
+ 'method': 'initialize',
15796
+ 'params': { 'protocolVersion': '2024-11-05', 'capabilities': {}, 'clientInfo': { 'name': 'nango-client', 'version': '1.0.0' } }
15797
+ }
15798
+ docs: https://nango.dev/docs/api-integrations/supabase-mcp
15799
+ docs_connect: https://nango.dev/docs/api-integrations/supabase-mcp/connect
15800
+ connection_config:
15801
+ projectRef:
15802
+ type: string
15803
+ title: Project reference
15804
+ description: Your Supabase project reference ID.
15805
+ example: bvzzcafzoysezumrdvif
15806
+ pattern: '^[a-z0-9]{20}$'
15807
+ doc_section: '#step-1-finding-your-project-reference'
15808
+ credentials:
15809
+ apiKey:
15810
+ type: string
15811
+ title: Personal Access Token
15812
+ description: Your Supabase account personal access token.
15813
+ example: sbp_*******************************23d
15814
+ pattern: '^sbp_[A-Za-z0-9]{40}$'
15815
+ doc_section: '#step-2-obtaining-your-personal-access-token'
15537
15816
 
15538
15817
  survey-monkey:
15539
15818
  display_name: SurveyMonkey