@apteva/integrations 0.3.15 → 0.3.17

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 (68) hide show
  1. package/package.json +1 -1
  2. package/src/apps/activecollab.json +2 -44
  3. package/src/apps/airtable.json +408 -58
  4. package/src/apps/alpaca-trading.json +10 -4
  5. package/src/apps/anthropic-api.json +4 -3
  6. package/src/apps/arest.json +2 -46
  7. package/src/apps/asana.json +1 -8
  8. package/src/apps/aws-cloudfront.json +8 -2
  9. package/src/apps/aws-dynamodb.json +8 -2
  10. package/src/apps/aws-ec2.json +8 -2
  11. package/src/apps/aws-lambda.json +8 -2
  12. package/src/apps/aws-route53.json +8 -2
  13. package/src/apps/aws-s3.json +8 -2
  14. package/src/apps/aws-ses.json +8 -2
  15. package/src/apps/aws-sns.json +8 -2
  16. package/src/apps/aws-sqs.json +8 -2
  17. package/src/apps/binance-trading.json +10 -4
  18. package/src/apps/bunny-cdn.json +4 -3
  19. package/src/apps/castbase.json +1 -73
  20. package/src/apps/clipkit.json +6 -46
  21. package/src/apps/docx.json +0 -16
  22. package/src/apps/eventbrite-events.json +21 -3
  23. package/src/apps/facebook-ads.json +23 -4
  24. package/src/apps/facebook-api.json +23 -4
  25. package/src/apps/forecast-app.json +3 -48
  26. package/src/apps/gigs-marketplace.json +5 -17
  27. package/src/apps/gitlab.json +2 -61
  28. package/src/apps/instagram-api.json +21 -3
  29. package/src/apps/kling-ai.json +2 -2
  30. package/src/apps/media-downloader.json +2 -12
  31. package/src/apps/meetup-events.json +17 -3
  32. package/src/apps/microsoft-teams.json +43 -3
  33. package/src/apps/nordigen.json +512 -0
  34. package/src/apps/omnikit-analytics.json +4 -3
  35. package/src/apps/omnikit-api-gateway.json +4 -3
  36. package/src/apps/omnikit-billing.json +4 -3
  37. package/src/apps/omnikit-cms.json +5 -50
  38. package/src/apps/omnikit-code-ops.json +4 -7
  39. package/src/apps/omnikit-functions.json +4 -3
  40. package/src/apps/omnikit-intelligence.json +4 -3
  41. package/src/apps/omnikit-management.json +5 -21
  42. package/src/apps/omnikit-media.json +4 -3
  43. package/src/apps/omnikit-messaging.json +4 -3
  44. package/src/apps/omnikit-redirects.json +4 -3
  45. package/src/apps/omnikit-webhooks.json +4 -3
  46. package/src/apps/omnikit-workflows.json +4 -3
  47. package/src/apps/openai-api.json +2 -1
  48. package/src/apps/paidkit.json +22 -3
  49. package/src/apps/pdf.json +0 -26
  50. package/src/apps/plaid.json +693 -0
  51. package/src/apps/pushover-notifications.json +8 -2
  52. package/src/apps/rankbird.json +1 -15
  53. package/src/apps/rss.json +4 -52
  54. package/src/apps/salesforce-crm.json +35 -4
  55. package/src/apps/saltedge.json +787 -0
  56. package/src/apps/scaleway.json +0 -20
  57. package/src/apps/sendgrid-email.json +3 -2
  58. package/src/apps/slides.json +0 -9
  59. package/src/apps/socialcast.json +1 -1
  60. package/src/apps/stripe-payments.json +2 -1
  61. package/src/apps/taskflow.json +2 -16
  62. package/src/apps/tiktok-api.json +19 -4
  63. package/src/apps/todoist.json +1 -14
  64. package/src/apps/torrent.json +0 -16
  65. package/src/apps/twitter-ads.json +33 -3
  66. package/src/apps/twitter-api.json +33 -3
  67. package/src/apps/vidforge.json +6 -58
  68. package/src/apps/youtube-api.json +17 -3
@@ -0,0 +1,512 @@
1
+ {
2
+ "slug": "nordigen",
3
+ "name": "Nordigen (GoCardless)",
4
+ "description": "MCP server for GoCardless Bank Account Data API (formerly Nordigen) - PSD2-compliant open banking for EU/UK. Connect bank accounts, fetch transactions, balances, and account details from 2500+ banks.",
5
+ "logo": "https://www.google.com/s2/favicons?domain=gocardless.com&sz=128",
6
+ "categories": [
7
+ "banking",
8
+ "open-banking",
9
+ "psd2",
10
+ "transactions",
11
+ "accounts",
12
+ "eu",
13
+ "nordigen",
14
+ "gocardless"
15
+ ],
16
+ "base_url": "https://bankaccountdata.gocardless.com/api/v2",
17
+ "auth": {
18
+ "types": [
19
+ "bearer"
20
+ ],
21
+ "headers": {
22
+ "Authorization": "Bearer {{token}}"
23
+ },
24
+ "credential_fields": [
25
+ {
26
+ "name": "token",
27
+ "label": "API Key"
28
+ }
29
+ ]
30
+ },
31
+ "tools": [
32
+ {
33
+ "name": "create_token",
34
+ "description": "Obtain a new access token and refresh token using your secret_id and secret_key. Access tokens expire after 24 hours.",
35
+ "method": "POST",
36
+ "path": "/token/new/",
37
+ "input_schema": {
38
+ "type": "object",
39
+ "properties": {
40
+ "secret_id": {
41
+ "type": "string",
42
+ "description": "Your GoCardless/Nordigen secret_id (will use credential if not provided)"
43
+ },
44
+ "secret_key": {
45
+ "type": "string",
46
+ "description": "Your GoCardless/Nordigen secret_key (will use credential if not provided)"
47
+ }
48
+ }
49
+ }
50
+ },
51
+ {
52
+ "name": "refresh_token",
53
+ "description": "Refresh an expired access token using a refresh token. Refresh tokens expire after 30 days.",
54
+ "method": "POST",
55
+ "path": "/token/refresh/",
56
+ "input_schema": {
57
+ "type": "object",
58
+ "properties": {
59
+ "refresh": {
60
+ "type": "string",
61
+ "description": "The refresh token from create-token response"
62
+ }
63
+ },
64
+ "required": [
65
+ "refresh"
66
+ ]
67
+ }
68
+ },
69
+ {
70
+ "name": "list_institutions",
71
+ "description": "List all available banking institutions for a given country. Returns institution IDs, names, logos, BICs, and supported features.",
72
+ "method": "GET",
73
+ "path": "/institutions/",
74
+ "input_schema": {
75
+ "type": "object",
76
+ "properties": {
77
+ "country": {
78
+ "type": "string",
79
+ "description": "ISO 3166-1 alpha-2 country code (e.g. GB, DE, FR, NL, ES, IT, SE, NO, DK, FI, PL, PT, BE, AT, IE, LT, LV, EE)"
80
+ },
81
+ "payments_enabled": {
82
+ "type": "boolean",
83
+ "description": "Filter institutions that support payment initiation"
84
+ }
85
+ },
86
+ "required": [
87
+ "country"
88
+ ]
89
+ }
90
+ },
91
+ {
92
+ "name": "get_institution",
93
+ "description": "Get details about a specific banking institution including supported features, transaction history days, and countries",
94
+ "method": "GET",
95
+ "path": "/institutions/{institution_id}/",
96
+ "input_schema": {
97
+ "type": "object",
98
+ "properties": {
99
+ "institution_id": {
100
+ "type": "string",
101
+ "description": "Institution ID (e.g. REVOLUT_REVOGB21, DEUTSCHE_BANK_DEUTDEFF)"
102
+ }
103
+ },
104
+ "required": [
105
+ "institution_id"
106
+ ]
107
+ }
108
+ },
109
+ {
110
+ "name": "create_agreement",
111
+ "description": "Create an end user agreement (EUA) specifying data access scope and duration for a bank connection. Controls what data is shared and for how long (max 90 days).",
112
+ "method": "POST",
113
+ "path": "/agreements/enduser/",
114
+ "input_schema": {
115
+ "type": "object",
116
+ "properties": {
117
+ "institution_id": {
118
+ "type": "string",
119
+ "description": "Institution ID to create agreement for"
120
+ },
121
+ "max_historical_days": {
122
+ "type": "integer",
123
+ "description": "Maximum number of days of transaction history (default 90, max depends on institution)"
124
+ },
125
+ "access_valid_for_days": {
126
+ "type": "integer",
127
+ "description": "Number of days the access is valid (default 90, max 180)"
128
+ },
129
+ "access_scope": {
130
+ "type": "array",
131
+ "items": {
132
+ "type": "string"
133
+ },
134
+ "description": "Data access scope: balances, details, transactions"
135
+ }
136
+ },
137
+ "required": [
138
+ "institution_id"
139
+ ]
140
+ }
141
+ },
142
+ {
143
+ "name": "get_agreement",
144
+ "description": "Get details of a specific end user agreement by ID",
145
+ "method": "GET",
146
+ "path": "/agreements/enduser/{agreement_id}/",
147
+ "input_schema": {
148
+ "type": "object",
149
+ "properties": {
150
+ "agreement_id": {
151
+ "type": "string",
152
+ "description": "The UUID of the agreement"
153
+ }
154
+ },
155
+ "required": [
156
+ "agreement_id"
157
+ ]
158
+ }
159
+ },
160
+ {
161
+ "name": "list_agreements",
162
+ "description": "List all end user agreements with pagination",
163
+ "method": "GET",
164
+ "path": "/agreements/enduser/",
165
+ "input_schema": {
166
+ "type": "object",
167
+ "properties": {
168
+ "limit": {
169
+ "type": "integer",
170
+ "description": "Number of results per page (max 100)"
171
+ },
172
+ "offset": {
173
+ "type": "integer",
174
+ "description": "Pagination offset"
175
+ }
176
+ }
177
+ }
178
+ },
179
+ {
180
+ "name": "delete_agreement",
181
+ "description": "Delete an end user agreement by ID, revoking consent",
182
+ "method": "DELETE",
183
+ "path": "/agreements/enduser/{agreement_id}/",
184
+ "input_schema": {
185
+ "type": "object",
186
+ "properties": {
187
+ "agreement_id": {
188
+ "type": "string",
189
+ "description": "The UUID of the agreement to delete"
190
+ }
191
+ },
192
+ "required": [
193
+ "agreement_id"
194
+ ]
195
+ }
196
+ },
197
+ {
198
+ "name": "accept_agreement",
199
+ "description": "Accept an end user agreement (for use with SSN verification flow). Sets the agreement status to accepted.",
200
+ "method": "PUT",
201
+ "path": "/agreements/enduser/{agreement_id}/accept/",
202
+ "input_schema": {
203
+ "type": "object",
204
+ "properties": {
205
+ "agreement_id": {
206
+ "type": "string",
207
+ "description": "The UUID of the agreement to accept"
208
+ },
209
+ "user_agent": {
210
+ "type": "string",
211
+ "description": "User agent string of the end user's browser"
212
+ },
213
+ "ip_address": {
214
+ "type": "string",
215
+ "description": "IP address of the end user"
216
+ }
217
+ },
218
+ "required": [
219
+ "agreement_id",
220
+ "user_agent",
221
+ "ip_address"
222
+ ]
223
+ }
224
+ },
225
+ {
226
+ "name": "create_requisition",
227
+ "description": "Create a requisition (bank connection link) that the end user will use to authorize access to their bank account. Returns a link URL to redirect the user to.",
228
+ "method": "POST",
229
+ "path": "/requisitions/",
230
+ "input_schema": {
231
+ "type": "object",
232
+ "properties": {
233
+ "redirect": {
234
+ "type": "string",
235
+ "description": "URL to redirect the user to after bank authorization"
236
+ },
237
+ "institution_id": {
238
+ "type": "string",
239
+ "description": "Institution ID to connect to"
240
+ },
241
+ "agreement": {
242
+ "type": "string",
243
+ "description": "Optional end user agreement UUID. If not provided, default agreement is created."
244
+ },
245
+ "reference": {
246
+ "type": "string",
247
+ "description": "Your internal reference for this requisition (unique per requisition)"
248
+ },
249
+ "user_language": {
250
+ "type": "string",
251
+ "description": "Language for the bank authorization flow (EN, DE, FR, ES, etc.)"
252
+ },
253
+ "ssn": {
254
+ "type": "string",
255
+ "description": "Social Security Number (required by some Nordic banks)"
256
+ },
257
+ "account_selection": {
258
+ "type": "boolean",
259
+ "description": "Enable account selection step in the authorization flow"
260
+ },
261
+ "redirect_immediate": {
262
+ "type": "boolean",
263
+ "description": "Redirect immediately after authorization without confirmation screen"
264
+ }
265
+ },
266
+ "required": [
267
+ "redirect",
268
+ "institution_id"
269
+ ]
270
+ }
271
+ },
272
+ {
273
+ "name": "get_requisition",
274
+ "description": "Get the status and linked account IDs of a requisition. Status can be: CR (created), LN (linked), EX (expired), RJ (rejected), SA (suspended), GA (granting access).",
275
+ "method": "GET",
276
+ "path": "/requisitions/{requisition_id}/",
277
+ "input_schema": {
278
+ "type": "object",
279
+ "properties": {
280
+ "requisition_id": {
281
+ "type": "string",
282
+ "description": "The UUID of the requisition"
283
+ }
284
+ },
285
+ "required": [
286
+ "requisition_id"
287
+ ]
288
+ }
289
+ },
290
+ {
291
+ "name": "list_requisitions",
292
+ "description": "List all requisitions with their statuses and linked accounts",
293
+ "method": "GET",
294
+ "path": "/requisitions/",
295
+ "input_schema": {
296
+ "type": "object",
297
+ "properties": {
298
+ "limit": {
299
+ "type": "integer",
300
+ "description": "Number of results per page (max 100)"
301
+ },
302
+ "offset": {
303
+ "type": "integer",
304
+ "description": "Pagination offset"
305
+ }
306
+ }
307
+ }
308
+ },
309
+ {
310
+ "name": "delete_requisition",
311
+ "description": "Delete a requisition and revoke access to all linked accounts",
312
+ "method": "DELETE",
313
+ "path": "/requisitions/{requisition_id}/",
314
+ "input_schema": {
315
+ "type": "object",
316
+ "properties": {
317
+ "requisition_id": {
318
+ "type": "string",
319
+ "description": "The UUID of the requisition to delete"
320
+ }
321
+ },
322
+ "required": [
323
+ "requisition_id"
324
+ ]
325
+ }
326
+ },
327
+ {
328
+ "name": "get_account_metadata",
329
+ "description": "Get metadata for a linked bank account including IBAN, institution, owner name, status, and creation date",
330
+ "method": "GET",
331
+ "path": "/accounts/{account_id}/",
332
+ "input_schema": {
333
+ "type": "object",
334
+ "properties": {
335
+ "account_id": {
336
+ "type": "string",
337
+ "description": "The UUID of the linked bank account (from requisition.accounts)"
338
+ }
339
+ },
340
+ "required": [
341
+ "account_id"
342
+ ]
343
+ }
344
+ },
345
+ {
346
+ "name": "get_account_details",
347
+ "description": "Get detailed account information including IBAN, currency, account type (CACC, SVGS, etc.), product name, and owner details",
348
+ "method": "GET",
349
+ "path": "/accounts/{account_id}/details/",
350
+ "input_schema": {
351
+ "type": "object",
352
+ "properties": {
353
+ "account_id": {
354
+ "type": "string",
355
+ "description": "The UUID of the linked bank account"
356
+ }
357
+ },
358
+ "required": [
359
+ "account_id"
360
+ ]
361
+ }
362
+ },
363
+ {
364
+ "name": "get_account_balances",
365
+ "description": "Get current balances for a linked bank account. Returns closingBooked, expected, interimAvailable, and other balance types depending on the bank.",
366
+ "method": "GET",
367
+ "path": "/accounts/{account_id}/balances/",
368
+ "input_schema": {
369
+ "type": "object",
370
+ "properties": {
371
+ "account_id": {
372
+ "type": "string",
373
+ "description": "The UUID of the linked bank account"
374
+ }
375
+ },
376
+ "required": [
377
+ "account_id"
378
+ ]
379
+ }
380
+ },
381
+ {
382
+ "name": "get_account_transactions",
383
+ "description": "Get transactions for a linked bank account. Returns booked and pending transactions with remittance info, creditor/debtor details, and amounts.",
384
+ "method": "GET",
385
+ "path": "/accounts/{account_id}/transactions/",
386
+ "input_schema": {
387
+ "type": "object",
388
+ "properties": {
389
+ "account_id": {
390
+ "type": "string",
391
+ "description": "The UUID of the linked bank account"
392
+ },
393
+ "date_from": {
394
+ "type": "string",
395
+ "description": "Start date (YYYY-MM-DD). Defaults to 90 days ago."
396
+ },
397
+ "date_to": {
398
+ "type": "string",
399
+ "description": "End date (YYYY-MM-DD). Defaults to today."
400
+ }
401
+ },
402
+ "required": [
403
+ "account_id"
404
+ ]
405
+ }
406
+ },
407
+ {
408
+ "name": "get_premium_transactions",
409
+ "description": "Get enriched/categorized transactions with merchant info, categories, and clean descriptions (premium feature)",
410
+ "method": "GET",
411
+ "path": "/accounts/premium/{account_id}/transactions/",
412
+ "input_schema": {
413
+ "type": "object",
414
+ "properties": {
415
+ "account_id": {
416
+ "type": "string",
417
+ "description": "The UUID of the linked bank account"
418
+ },
419
+ "date_from": {
420
+ "type": "string",
421
+ "description": "Start date (YYYY-MM-DD)"
422
+ },
423
+ "date_to": {
424
+ "type": "string",
425
+ "description": "End date (YYYY-MM-DD)"
426
+ }
427
+ },
428
+ "required": [
429
+ "account_id"
430
+ ]
431
+ }
432
+ },
433
+ {
434
+ "name": "initiate_payment",
435
+ "description": "Initiate a SEPA or domestic payment from a bank account (requires payment_initiation support from the institution)",
436
+ "method": "POST",
437
+ "path": "/payments/",
438
+ "input_schema": {
439
+ "type": "object",
440
+ "properties": {
441
+ "institution_id": {
442
+ "type": "string",
443
+ "description": "Institution ID that supports payment initiation"
444
+ },
445
+ "redirect": {
446
+ "type": "string",
447
+ "description": "URL to redirect user after payment authorization"
448
+ },
449
+ "creditor_account": {
450
+ "type": "string",
451
+ "description": "Creditor (recipient) IBAN"
452
+ },
453
+ "creditor_name": {
454
+ "type": "string",
455
+ "description": "Creditor (recipient) name"
456
+ },
457
+ "debtor_account": {
458
+ "type": "string",
459
+ "description": "Debtor (sender) IBAN"
460
+ },
461
+ "instructed_amount": {
462
+ "type": "object",
463
+ "description": "Payment amount",
464
+ "properties": {
465
+ "currency": {
466
+ "type": "string",
467
+ "description": "ISO 4217 currency code (EUR, GBP)"
468
+ },
469
+ "amount": {
470
+ "type": "string",
471
+ "description": "Amount as string (e.g. '100.00')"
472
+ }
473
+ },
474
+ "required": [
475
+ "currency",
476
+ "amount"
477
+ ]
478
+ },
479
+ "remittance_information": {
480
+ "type": "string",
481
+ "description": "Payment reference/description"
482
+ }
483
+ },
484
+ "required": [
485
+ "institution_id",
486
+ "redirect",
487
+ "creditor_account",
488
+ "creditor_name",
489
+ "instructed_amount"
490
+ ]
491
+ }
492
+ },
493
+ {
494
+ "name": "get_payment",
495
+ "description": "Get the status and details of a payment initiation",
496
+ "method": "GET",
497
+ "path": "/payments/{payment_id}/",
498
+ "input_schema": {
499
+ "type": "object",
500
+ "properties": {
501
+ "payment_id": {
502
+ "type": "string",
503
+ "description": "The UUID of the payment"
504
+ }
505
+ },
506
+ "required": [
507
+ "payment_id"
508
+ ]
509
+ }
510
+ }
511
+ ]
512
+ }
@@ -17,15 +17,16 @@
17
17
  "base_url": "https://api.omnikit.co",
18
18
  "auth": {
19
19
  "types": [
20
- "bearer"
20
+ "api_key"
21
21
  ],
22
22
  "headers": {
23
- "Authorization": "Bearer {{token}}"
23
+ "X-API-Key": "{{token}}"
24
24
  },
25
25
  "credential_fields": [
26
26
  {
27
27
  "name": "token",
28
- "label": "API Key"
28
+ "label": "Api Key",
29
+ "description": "Your OmniKit API key (starts with 'okt_'). The project is determined automatically from the key."
29
30
  }
30
31
  ]
31
32
  },
@@ -14,15 +14,16 @@
14
14
  "base_url": "https://api.omnikit.co",
15
15
  "auth": {
16
16
  "types": [
17
- "bearer"
17
+ "api_key"
18
18
  ],
19
19
  "headers": {
20
- "Authorization": "Bearer {{token}}"
20
+ "X-API-Key": "{{token}}"
21
21
  },
22
22
  "credential_fields": [
23
23
  {
24
24
  "name": "token",
25
- "label": "API Key"
25
+ "label": "Api Key",
26
+ "description": "Your OmniKit API key (starts with 'okt_'). The project is determined automatically from the key."
26
27
  }
27
28
  ]
28
29
  },
@@ -18,15 +18,16 @@
18
18
  "base_url": "https://api.omnikit.co",
19
19
  "auth": {
20
20
  "types": [
21
- "bearer"
21
+ "api_key"
22
22
  ],
23
23
  "headers": {
24
- "Authorization": "Bearer {{token}}"
24
+ "X-API-Key": "{{token}}"
25
25
  },
26
26
  "credential_fields": [
27
27
  {
28
28
  "name": "token",
29
- "label": "API Key"
29
+ "label": "Api Key",
30
+ "description": "Your OmniKit API key (starts with 'okt_'). The project is determined automatically from the key."
30
31
  }
31
32
  ]
32
33
  },