@apteva/integrations 0.3.62 → 0.15.4

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 (434) hide show
  1. package/dist/aws-sigv4.d.ts +32 -0
  2. package/dist/aws-sigv4.d.ts.map +1 -0
  3. package/dist/aws-sigv4.js +126 -0
  4. package/dist/aws-sigv4.js.map +1 -0
  5. package/dist/explorer/main.js +21617 -0
  6. package/dist/explorer/main.js.map +90 -0
  7. package/dist/explorer/style.css +2 -0
  8. package/dist/http-executor.d.ts.map +1 -1
  9. package/dist/http-executor.js +180 -12
  10. package/dist/http-executor.js.map +1 -1
  11. package/dist/index.d.ts +1 -1
  12. package/dist/index.d.ts.map +1 -1
  13. package/dist/index.js.map +1 -1
  14. package/dist/mcp-generator.d.ts +7 -2
  15. package/dist/mcp-generator.d.ts.map +1 -1
  16. package/dist/mcp-generator.js +46 -5
  17. package/dist/mcp-generator.js.map +1 -1
  18. package/dist/oauth.js +1 -1
  19. package/dist/oauth.js.map +1 -1
  20. package/dist/types.d.ts +251 -3
  21. package/dist/types.d.ts.map +1 -1
  22. package/dist/ui/github/ActivityFeed.d.ts +24 -0
  23. package/dist/ui/github/ActivityFeed.d.ts.map +1 -0
  24. package/dist/ui/github/ActivityFeed.js +106 -0
  25. package/dist/ui/github/ActivityFeed.js.map +1 -0
  26. package/dist/ui/github/ActivityFeed.mjs +3 -0
  27. package/dist/ui/github/ActivityFeed.mjs.map +29 -0
  28. package/dist/ui/github/CommitCard.d.ts +24 -0
  29. package/dist/ui/github/CommitCard.d.ts.map +1 -0
  30. package/dist/ui/github/CommitCard.js +102 -0
  31. package/dist/ui/github/CommitCard.js.map +1 -0
  32. package/dist/ui/github/CommitCard.mjs +5 -0
  33. package/dist/ui/github/CommitCard.mjs.map +11 -0
  34. package/dist/ui/github/IssueCard.d.ts +33 -0
  35. package/dist/ui/github/IssueCard.d.ts.map +1 -0
  36. package/dist/ui/github/IssueCard.js +131 -0
  37. package/dist/ui/github/IssueCard.js.map +1 -0
  38. package/dist/ui/github/IssueCard.mjs +3 -0
  39. package/dist/ui/github/IssueCard.mjs.map +21 -0
  40. package/dist/ui/github/PullRequestCard.d.ts +36 -0
  41. package/dist/ui/github/PullRequestCard.d.ts.map +1 -0
  42. package/dist/ui/github/PullRequestCard.js +158 -0
  43. package/dist/ui/github/PullRequestCard.js.map +1 -0
  44. package/dist/ui/github/PullRequestCard.mjs +3 -0
  45. package/dist/ui/github/PullRequestCard.mjs.map +22 -0
  46. package/dist/ui/github/WorkflowRunCard.d.ts +30 -0
  47. package/dist/ui/github/WorkflowRunCard.d.ts.map +1 -0
  48. package/dist/ui/github/WorkflowRunCard.js +124 -0
  49. package/dist/ui/github/WorkflowRunCard.js.map +1 -0
  50. package/dist/ui/github/WorkflowRunCard.mjs +3 -0
  51. package/dist/ui/github/WorkflowRunCard.mjs.map +11 -0
  52. package/dist/ui/github/lib/github.d.ts +43 -0
  53. package/dist/ui/github/lib/github.d.ts.map +1 -0
  54. package/dist/ui/github/lib/github.js +151 -0
  55. package/dist/ui/github/lib/github.js.map +1 -0
  56. package/dist/ui/hubspot/ActivityFeed.d.ts +22 -0
  57. package/dist/ui/hubspot/ActivityFeed.d.ts.map +1 -0
  58. package/dist/ui/hubspot/ActivityFeed.js +52 -0
  59. package/dist/ui/hubspot/ActivityFeed.js.map +1 -0
  60. package/dist/ui/hubspot/ActivityFeed.mjs +3 -0
  61. package/dist/ui/hubspot/ActivityFeed.mjs.map +26 -0
  62. package/dist/ui/hubspot/CompanyCard.d.ts +22 -0
  63. package/dist/ui/hubspot/CompanyCard.d.ts.map +1 -0
  64. package/dist/ui/hubspot/CompanyCard.js +63 -0
  65. package/dist/ui/hubspot/CompanyCard.js.map +1 -0
  66. package/dist/ui/hubspot/CompanyCard.mjs +3 -0
  67. package/dist/ui/hubspot/CompanyCard.mjs.map +11 -0
  68. package/dist/ui/hubspot/ContactCard.d.ts +22 -0
  69. package/dist/ui/hubspot/ContactCard.d.ts.map +1 -0
  70. package/dist/ui/hubspot/ContactCard.js +62 -0
  71. package/dist/ui/hubspot/ContactCard.js.map +1 -0
  72. package/dist/ui/hubspot/ContactCard.mjs +3 -0
  73. package/dist/ui/hubspot/ContactCard.mjs.map +11 -0
  74. package/dist/ui/hubspot/ContactList.d.ts +21 -0
  75. package/dist/ui/hubspot/ContactList.d.ts.map +1 -0
  76. package/dist/ui/hubspot/ContactList.js +31 -0
  77. package/dist/ui/hubspot/ContactList.js.map +1 -0
  78. package/dist/ui/hubspot/ContactList.mjs +3 -0
  79. package/dist/ui/hubspot/ContactList.mjs.map +11 -0
  80. package/dist/ui/hubspot/DealCard.d.ts +23 -0
  81. package/dist/ui/hubspot/DealCard.d.ts.map +1 -0
  82. package/dist/ui/hubspot/DealCard.js +63 -0
  83. package/dist/ui/hubspot/DealCard.js.map +1 -0
  84. package/dist/ui/hubspot/DealCard.mjs +3 -0
  85. package/dist/ui/hubspot/DealCard.mjs.map +11 -0
  86. package/dist/ui/hubspot/DealList.d.ts +24 -0
  87. package/dist/ui/hubspot/DealList.d.ts.map +1 -0
  88. package/dist/ui/hubspot/DealList.js +35 -0
  89. package/dist/ui/hubspot/DealList.js.map +1 -0
  90. package/dist/ui/hubspot/DealList.mjs +3 -0
  91. package/dist/ui/hubspot/DealList.mjs.map +11 -0
  92. package/dist/ui/hubspot/EmailCard.d.ts +25 -0
  93. package/dist/ui/hubspot/EmailCard.d.ts.map +1 -0
  94. package/dist/ui/hubspot/EmailCard.js +62 -0
  95. package/dist/ui/hubspot/EmailCard.js.map +1 -0
  96. package/dist/ui/hubspot/EmailCard.mjs +5 -0
  97. package/dist/ui/hubspot/EmailCard.mjs.map +11 -0
  98. package/dist/ui/hubspot/InboxStrip.d.ts +23 -0
  99. package/dist/ui/hubspot/InboxStrip.d.ts.map +1 -0
  100. package/dist/ui/hubspot/InboxStrip.js +36 -0
  101. package/dist/ui/hubspot/InboxStrip.js.map +1 -0
  102. package/dist/ui/hubspot/InboxStrip.mjs +3 -0
  103. package/dist/ui/hubspot/InboxStrip.mjs.map +11 -0
  104. package/dist/ui/hubspot/PipelineStrip.d.ts +22 -0
  105. package/dist/ui/hubspot/PipelineStrip.d.ts.map +1 -0
  106. package/dist/ui/hubspot/PipelineStrip.js +54 -0
  107. package/dist/ui/hubspot/PipelineStrip.js.map +1 -0
  108. package/dist/ui/hubspot/PipelineStrip.mjs +3 -0
  109. package/dist/ui/hubspot/PipelineStrip.mjs.map +11 -0
  110. package/dist/ui/hubspot/TicketCard.d.ts +25 -0
  111. package/dist/ui/hubspot/TicketCard.d.ts.map +1 -0
  112. package/dist/ui/hubspot/TicketCard.js +53 -0
  113. package/dist/ui/hubspot/TicketCard.js.map +1 -0
  114. package/dist/ui/hubspot/TicketCard.mjs +3 -0
  115. package/dist/ui/hubspot/TicketCard.mjs.map +21 -0
  116. package/dist/ui/hubspot/TicketList.d.ts +21 -0
  117. package/dist/ui/hubspot/TicketList.d.ts.map +1 -0
  118. package/dist/ui/hubspot/TicketList.js +33 -0
  119. package/dist/ui/hubspot/TicketList.js.map +1 -0
  120. package/dist/ui/hubspot/TicketList.mjs +3 -0
  121. package/dist/ui/hubspot/TicketList.mjs.map +11 -0
  122. package/dist/ui/hubspot/lib/hubspot.d.ts +24 -0
  123. package/dist/ui/hubspot/lib/hubspot.d.ts.map +1 -0
  124. package/dist/ui/hubspot/lib/hubspot.js +176 -0
  125. package/dist/ui/hubspot/lib/hubspot.js.map +1 -0
  126. package/dist/ui/notion/DatabaseCard.d.ts +24 -0
  127. package/dist/ui/notion/DatabaseCard.d.ts.map +1 -0
  128. package/dist/ui/notion/DatabaseCard.js +86 -0
  129. package/dist/ui/notion/DatabaseCard.js.map +1 -0
  130. package/dist/ui/notion/DatabaseCard.mjs +3 -0
  131. package/dist/ui/notion/DatabaseCard.mjs.map +11 -0
  132. package/dist/ui/notion/DatabaseRowList.d.ts +36 -0
  133. package/dist/ui/notion/DatabaseRowList.d.ts.map +1 -0
  134. package/dist/ui/notion/DatabaseRowList.js +87 -0
  135. package/dist/ui/notion/DatabaseRowList.js.map +1 -0
  136. package/dist/ui/notion/DatabaseRowList.mjs +3 -0
  137. package/dist/ui/notion/DatabaseRowList.mjs.map +11 -0
  138. package/dist/ui/notion/PageCard.d.ts +27 -0
  139. package/dist/ui/notion/PageCard.d.ts.map +1 -0
  140. package/dist/ui/notion/PageCard.js +80 -0
  141. package/dist/ui/notion/PageCard.js.map +1 -0
  142. package/dist/ui/notion/PageCard.mjs +3 -0
  143. package/dist/ui/notion/PageCard.mjs.map +11 -0
  144. package/dist/ui/notion/PageList.d.ts +24 -0
  145. package/dist/ui/notion/PageList.d.ts.map +1 -0
  146. package/dist/ui/notion/PageList.js +51 -0
  147. package/dist/ui/notion/PageList.js.map +1 -0
  148. package/dist/ui/notion/PageList.mjs +3 -0
  149. package/dist/ui/notion/PageList.mjs.map +11 -0
  150. package/dist/ui/notion/lib/notion.d.ts +35 -0
  151. package/dist/ui/notion/lib/notion.d.ts.map +1 -0
  152. package/dist/ui/notion/lib/notion.js +119 -0
  153. package/dist/ui/notion/lib/notion.js.map +1 -0
  154. package/dist/xml-to-json.d.ts +20 -0
  155. package/dist/xml-to-json.d.ts.map +1 -0
  156. package/dist/xml-to-json.js +256 -0
  157. package/dist/xml-to-json.js.map +1 -0
  158. package/package.json +13 -1
  159. package/src/apps/adroll.json +254 -0
  160. package/src/apps/ahrefs.json +156 -0
  161. package/src/apps/airtable.json +4 -13
  162. package/src/apps/algolia.json +115 -0
  163. package/src/apps/alibaba-cloud.json +211 -0
  164. package/src/apps/aliexpress.json +369 -0
  165. package/src/apps/alpaca-market-data.json +699 -0
  166. package/src/apps/alpaca-trading.json +214 -989
  167. package/src/apps/amazon-ads.json +249 -0
  168. package/src/apps/amazon-associates.json +102 -0
  169. package/src/apps/amplitude.json +86 -0
  170. package/src/apps/anchor-browser.json +173 -0
  171. package/src/apps/anthropic-api.json +9 -4
  172. package/src/apps/api-sports.json +180 -0
  173. package/src/apps/apple-search-ads.json +266 -0
  174. package/src/apps/auth0.json +126 -0
  175. package/src/apps/awin.json +111 -0
  176. package/src/apps/aws-codebuild.json +139 -0
  177. package/src/apps/aws-mediaconvert.json +196 -0
  178. package/src/apps/aws-s3.json +108 -192
  179. package/src/apps/aws-ses.json +666 -303
  180. package/src/apps/aws-sns.json +128 -106
  181. package/src/apps/azure-container-apps.json +116 -0
  182. package/src/apps/backblaze-b2.json +175 -0
  183. package/src/apps/bamboohr.json +303 -0
  184. package/src/apps/basiq.json +308 -0
  185. package/src/apps/bigcommerce.json +366 -0
  186. package/src/apps/bigquery.json +121 -0
  187. package/src/apps/binance-trading.json +7 -4
  188. package/src/apps/bing-webmaster-tools.json +158 -0
  189. package/src/apps/bitbucket.json +163 -0
  190. package/src/apps/blacksmith.json +81 -0
  191. package/src/apps/bls.json +104 -0
  192. package/src/apps/bluesky.json +74 -0
  193. package/src/apps/braze.json +103 -0
  194. package/src/apps/brevo.json +4 -1
  195. package/src/apps/brightdata.json +94 -0
  196. package/src/apps/browserbase.json +237 -0
  197. package/src/apps/bscscan.json +150 -0
  198. package/src/apps/buffer.json +121 -0
  199. package/src/apps/buildjet.json +80 -0
  200. package/src/apps/builtwith.json +101 -0
  201. package/src/apps/bunny-cdn.json +104 -0
  202. package/src/apps/bunny-stream.json +205 -3
  203. package/src/apps/byrd.json +585 -0
  204. package/src/apps/calendly.json +10 -7
  205. package/src/apps/campaign-manager-360.json +264 -0
  206. package/src/apps/capturekit.json +51 -0
  207. package/src/apps/circleci.json +212 -0
  208. package/src/apps/cirrus-runners.json +75 -0
  209. package/src/apps/cj-affiliate.json +101 -0
  210. package/src/apps/cjdropshipping.json +278 -0
  211. package/src/apps/clerk.json +153 -0
  212. package/src/apps/cloudflare-containers.json +98 -0
  213. package/src/apps/cloudflare-r2.json +180 -0
  214. package/src/apps/cloudflare.json +474 -157
  215. package/src/apps/cloudinary.json +119 -97
  216. package/src/apps/coconut.json +94 -0
  217. package/src/apps/contentful.json +157 -0
  218. package/src/apps/criteo.json +222 -0
  219. package/src/apps/crunchbase.json +104 -0
  220. package/src/apps/customer-io.json +106 -0
  221. package/src/apps/databricks.json +94 -0
  222. package/src/apps/deepgram.json +3 -0
  223. package/src/apps/deepl.json +113 -0
  224. package/src/apps/deepseek.json +5 -2
  225. package/src/apps/depot.json +102 -0
  226. package/src/apps/digitalocean-spaces.json +121 -0
  227. package/src/apps/digitalocean.json +115 -0
  228. package/src/apps/discord.json +90 -1
  229. package/src/apps/docker-build-cloud.json +68 -0
  230. package/src/apps/duffel.json +193 -77
  231. package/src/apps/dux-soup.json +4 -1
  232. package/src/apps/dv360.json +287 -0
  233. package/src/apps/earthly-cloud.json +84 -0
  234. package/src/apps/eia.json +121 -0
  235. package/src/apps/elasticsearch.json +282 -0
  236. package/src/apps/elevenlabs.json +336 -192
  237. package/src/apps/etherscan.json +162 -0
  238. package/src/apps/etsy.json +484 -0
  239. package/src/apps/eventbrite-events.json +5 -2
  240. package/src/apps/exa.json +101 -0
  241. package/src/apps/facebook-ads.json +3 -3
  242. package/src/apps/facebook-api.json +1484 -37
  243. package/src/apps/finnhub.json +232 -0
  244. package/src/apps/flightapi.json +248 -0
  245. package/src/apps/fly-io.json +134 -0
  246. package/src/apps/fred.json +156 -0
  247. package/src/apps/gdelt.json +96 -0
  248. package/src/apps/gelato.json +123 -0
  249. package/src/apps/gemini.json +143 -49
  250. package/src/apps/getscreenshot.json +52 -0
  251. package/src/apps/github.json +355 -39
  252. package/src/apps/gmail.json +151 -2
  253. package/src/apps/gnews.json +71 -0
  254. package/src/apps/google-analytics.json +311 -0
  255. package/src/apps/google-cloud-storage.json +484 -0
  256. package/src/apps/google-docs.json +2 -2
  257. package/src/apps/google-drive.json +2 -2
  258. package/src/apps/google-places.json +127 -0
  259. package/src/apps/google-search-console.json +126 -0
  260. package/src/apps/google-sheets.json +2 -2
  261. package/src/apps/grafana-cloud.json +98 -0
  262. package/src/apps/groq.json +119 -0
  263. package/src/apps/hetzner-object-storage.json +177 -0
  264. package/src/apps/hetzner.json +255 -367
  265. package/src/apps/heygen.json +828 -141
  266. package/src/apps/hive-fulfillment.json +559 -0
  267. package/src/apps/hotjar.json +91 -0
  268. package/src/apps/huawei-cloud.json +189 -0
  269. package/src/apps/huboo.json +286 -0
  270. package/src/apps/hubspot.json +253 -637
  271. package/src/apps/huggingface.json +5 -2
  272. package/src/apps/hunter.json +5 -2
  273. package/src/apps/hyperbrowser.json +205 -0
  274. package/src/apps/idrive-e2.json +128 -0
  275. package/src/apps/impact.json +106 -0
  276. package/src/apps/instagram-api.json +185 -11
  277. package/src/apps/instantly.json +169 -0
  278. package/src/apps/ionos.json +250 -0
  279. package/src/apps/{learning-platform.json → kalio.json} +162 -3
  280. package/src/apps/kalshi.json +144 -0
  281. package/src/apps/keywords-everywhere.json +86 -0
  282. package/src/apps/kickbox.json +71 -0
  283. package/src/apps/launchdarkly.json +111 -0
  284. package/src/apps/leadbyte.json +600 -0
  285. package/src/apps/leadfeeder.json +89 -0
  286. package/src/apps/lemlist.json +109 -0
  287. package/src/apps/linkedin-ads.json +279 -0
  288. package/src/apps/linkedin.json +96 -2
  289. package/src/apps/linode-object-storage.json +183 -0
  290. package/src/apps/linode.json +160 -0
  291. package/src/apps/lnk-bio.json +5 -2
  292. package/src/apps/loom.json +5 -2
  293. package/src/apps/lusha.json +104 -0
  294. package/src/apps/magalu-cloud.json +187 -0
  295. package/src/apps/majestic.json +117 -0
  296. package/src/apps/manifold-markets.json +144 -0
  297. package/src/apps/mapbox.json +118 -0
  298. package/src/apps/microsoft-ads.json +246 -0
  299. package/src/apps/microsoft-onedrive.json +380 -0
  300. package/src/apps/microsoft-teams.json +315 -96
  301. package/src/apps/millionverifier.json +85 -0
  302. package/src/apps/mindee.json +246 -0
  303. package/src/apps/miro.json +138 -0
  304. package/src/apps/mistral.json +129 -0
  305. package/src/apps/mixpanel.json +95 -0
  306. package/src/apps/moz.json +127 -0
  307. package/src/apps/mux.json +201 -0
  308. package/src/apps/namecheap.json +321 -123
  309. package/src/apps/namespace-cloud.json +84 -0
  310. package/src/apps/naver-cloud.json +184 -0
  311. package/src/apps/neon.json +122 -0
  312. package/src/apps/netlify.json +124 -0
  313. package/src/apps/neverbounce.json +92 -0
  314. package/src/apps/newrelic.json +80 -0
  315. package/src/apps/newsapi.json +86 -0
  316. package/src/apps/ngrok.json +29 -0
  317. package/src/apps/nixbuild.json +116 -0
  318. package/src/apps/northflank.json +161 -0
  319. package/src/apps/notion.json +3 -0
  320. package/src/apps/okta.json +131 -0
  321. package/src/apps/omnikit-analytics.json +73 -1
  322. package/src/apps/omnikit-api-gateway.json +74 -2
  323. package/src/apps/omnikit-billing.json +73 -1
  324. package/src/apps/omnikit-cms.json +73 -1
  325. package/src/apps/omnikit-code-ops.json +76 -4
  326. package/src/apps/omnikit-functions.json +74 -2
  327. package/src/apps/omnikit-intelligence.json +176 -33
  328. package/src/apps/omnikit-management.json +73 -1
  329. package/src/apps/omnikit-media.json +73 -1
  330. package/src/apps/omnikit-messaging.json +72 -0
  331. package/src/apps/omnikit-redirects.json +73 -1
  332. package/src/apps/omnikit-sites.json +325 -66
  333. package/src/apps/omnikit-storage.json +104 -7
  334. package/src/apps/omnikit-webhooks.json +73 -1
  335. package/src/apps/omnikit-workflows.json +73 -1
  336. package/src/apps/onesignal.json +108 -0
  337. package/src/apps/openai-api.json +176 -30
  338. package/src/apps/openai-codex.json +187 -0
  339. package/src/apps/opencode-go.json +113 -0
  340. package/src/apps/optinmonster.json +7 -4
  341. package/src/apps/outlook-calendar.json +350 -0
  342. package/src/apps/outlook-mail.json +337 -0
  343. package/src/apps/outscraper.json +118 -0
  344. package/src/apps/ovhcloud.json +209 -0
  345. package/src/apps/paddle.json +170 -0
  346. package/src/apps/pagerduty.json +151 -0
  347. package/src/apps/partnerstack.json +118 -0
  348. package/src/apps/perplexity.json +37 -0
  349. package/src/apps/phantombuster.json +85 -0
  350. package/src/apps/pinecone.json +129 -0
  351. package/src/apps/pinterest-ads.json +261 -0
  352. package/src/apps/pinterest.json +217 -0
  353. package/src/apps/planetscale.json +139 -0
  354. package/src/apps/polygonscan.json +157 -0
  355. package/src/apps/polymarket-clob.json +184 -0
  356. package/src/apps/polymarket-data.json +153 -0
  357. package/src/apps/porkbun.json +609 -145
  358. package/src/apps/posthog.json +107 -0
  359. package/src/apps/pushover.json +28 -0
  360. package/src/apps/quora-ads.json +251 -0
  361. package/src/apps/railway.json +57 -0
  362. package/src/apps/reddit-ads.json +238 -0
  363. package/src/apps/reddit.json +274 -0
  364. package/src/apps/render.json +124 -0
  365. package/src/apps/replicate.json +5 -2
  366. package/src/apps/reply-io.json +111 -0
  367. package/src/apps/resend.json +110 -0
  368. package/src/apps/ringover.json +1144 -0
  369. package/src/apps/rocketreach.json +158 -0
  370. package/src/apps/rollbar.json +88 -0
  371. package/src/apps/runs-on.json +70 -0
  372. package/src/apps/sanity.json +89 -0
  373. package/src/apps/scaleway-object-storage.json +175 -0
  374. package/src/apps/scrapingbee.json +75 -0
  375. package/src/apps/screenshotlayer.json +49 -0
  376. package/src/apps/screenshotmachine.json +49 -0
  377. package/src/apps/se-ranking.json +239 -0
  378. package/src/apps/seamless-ai.json +91 -0
  379. package/src/apps/sec-edgar.json +107 -0
  380. package/src/apps/segment.json +104 -0
  381. package/src/apps/semrush.json +153 -0
  382. package/src/apps/sentry.json +109 -0
  383. package/src/apps/serpapi.json +95 -0
  384. package/src/apps/serper.json +139 -0
  385. package/src/apps/shareasale.json +130 -0
  386. package/src/apps/skimlinks.json +48 -0
  387. package/src/apps/slack.json +101 -0
  388. package/src/apps/smartlead.json +146 -0
  389. package/src/apps/snapchat-ads.json +238 -0
  390. package/src/apps/snaprender.json +64 -0
  391. package/src/apps/snowflake.json +70 -0
  392. package/src/apps/snyk.json +108 -0
  393. package/src/apps/socialcast.json +74 -8
  394. package/src/apps/sovrn.json +125 -0
  395. package/src/apps/spotify-ads.json +231 -0
  396. package/src/apps/steel.json +239 -0
  397. package/src/apps/stocktwits.json +120 -0
  398. package/src/apps/stripe.json +153 -0
  399. package/src/apps/target-circle.json +348 -0
  400. package/src/apps/tavily.json +104 -0
  401. package/src/apps/tavus.json +403 -0
  402. package/src/apps/telegram.json +5 -2
  403. package/src/apps/teller.json +187 -0
  404. package/src/apps/tencent-cloud.json +214 -0
  405. package/src/apps/tennis-abstract.json +108 -0
  406. package/src/apps/the-odds-api.json +132 -0
  407. package/src/apps/the-sports-db.json +163 -0
  408. package/src/apps/tiktok-ads.json +295 -0
  409. package/src/apps/tiktok-api.json +181 -7
  410. package/src/apps/together.json +5 -2
  411. package/src/apps/trade-desk.json +237 -0
  412. package/src/apps/trading212.json +26 -29
  413. package/src/apps/transloadit.json +138 -0
  414. package/src/apps/truelayer.json +318 -0
  415. package/src/apps/twilio.json +313 -42
  416. package/src/apps/twitter-api.json +216 -33
  417. package/src/apps/ubicloud.json +82 -0
  418. package/src/apps/uplead.json +105 -0
  419. package/src/apps/upstash.json +90 -0
  420. package/src/apps/valueserp.json +63 -0
  421. package/src/apps/venice-ai.json +685 -0
  422. package/src/apps/vercel.json +137 -0
  423. package/src/apps/wappalyzer.json +65 -0
  424. package/src/apps/wasabi.json +175 -0
  425. package/src/apps/whale-alert.json +74 -0
  426. package/src/apps/whatsapp-business.json +131 -0
  427. package/src/apps/wikipedia.json +112 -0
  428. package/src/apps/workos.json +123 -0
  429. package/src/apps/yahoo-dsp.json +265 -0
  430. package/src/apps/yahoo-finance.json +60 -0
  431. package/src/apps/youtube-api.json +520 -142
  432. package/src/apps/zenrows.json +47 -0
  433. package/src/apps/zenserp.json +99 -0
  434. package/src/apps/zerobounce.json +80 -0
@@ -1,571 +1,934 @@
1
1
  {
2
2
  "slug": "aws-ses",
3
3
  "name": "AWS SES",
4
- "description": "MCP server for Amazon SES - email sending, templates, identities, configuration",
5
- "logo": "https://www.google.com/s2/favicons?domain=aws.amazon.com&sz=128",
4
+ "description": "Amazon Simple Email Service (SES) v2 — send transactional and marketing email, manage identities, templates, configuration sets, and event destinations. Authenticates via AWS Signature V4.",
5
+ "logo": "https://a0.awsstatic.com/libra-css/images/logos/aws_logo_smile_1200x630.png",
6
6
  "categories": [
7
7
  "aws",
8
- "ses",
9
8
  "email",
10
- "messaging"
9
+ "messaging",
10
+ "transactional"
11
11
  ],
12
- "base_url": "https://email.{region}.amazonaws.com",
12
+ "base_url": "https://email.{{region}}.amazonaws.com",
13
13
  "auth": {
14
14
  "types": [
15
- "bearer"
15
+ "aws_sigv4"
16
16
  ],
17
+ "aws_sigv4": {
18
+ "service": "ses"
19
+ },
17
20
  "headers": {
18
- "Authorization": "Bearer {{token}}"
21
+ "Content-Type": "application/json"
19
22
  },
20
23
  "credential_fields": [
21
24
  {
22
25
  "name": "access_key_id",
23
- "label": "Access_key_id",
24
- "description": "Your AWS Access Key ID"
26
+ "label": "AWS Access Key ID",
27
+ "description": "IAM access key with ses:* permissions on the target account",
28
+ "required": true,
29
+ "type": "text"
25
30
  },
26
31
  {
27
32
  "name": "secret_access_key",
28
- "label": "Secret_access_key",
29
- "description": "Your AWS Secret Access Key"
33
+ "label": "AWS Secret Access Key",
34
+ "required": true,
35
+ "type": "password"
30
36
  },
31
37
  {
32
38
  "name": "region",
33
- "label": "Region",
34
- "description": "AWS Region (e.g., us-east-1)"
39
+ "label": "AWS Region",
40
+ "description": "Region where SES is configured (e.g. us-east-1, eu-west-1). Must be a region in which SES is enabled for your account.",
41
+ "required": true,
42
+ "type": "text"
35
43
  },
36
44
  {
37
45
  "name": "session_token",
38
- "label": "Session_token",
39
- "description": "Temporary session token (for temporary credentials)"
46
+ "label": "AWS Session Token",
47
+ "description": "Only required when using temporary credentials issued by STS (assume-role, federated identities). Leave blank for long-lived IAM user keys.",
48
+ "required": false,
49
+ "type": "password"
40
50
  }
41
51
  ]
42
52
  },
43
53
  "tools": [
44
54
  {
45
55
  "name": "send_email",
46
- "description": "Send an email",
56
+ "description": "Send a single email with HTML and/or plain-text body to one or more recipients. Uses the SES v2 Simple content format. The From address (and the domain it belongs to, for non-sandbox accounts) must be a verified identity in the target region.",
47
57
  "method": "POST",
48
- "path": "/send-email",
58
+ "path": "/v2/email/outbound-emails",
49
59
  "input_schema": {
50
60
  "type": "object",
51
61
  "properties": {
52
- "to": {
53
- "type": "array"
62
+ "FromEmailAddress": {
63
+ "type": "string",
64
+ "description": "Sender address in 'Display Name <email@domain.com>' or 'email@domain.com' form. Must be a verified SES identity (or belong to a verified domain)."
54
65
  },
55
- "from": {
56
- "type": "string"
66
+ "Destination": {
67
+ "type": "object",
68
+ "description": "Recipient lists",
69
+ "properties": {
70
+ "ToAddresses": {
71
+ "type": "array",
72
+ "items": { "type": "string" },
73
+ "description": "Primary recipient addresses"
74
+ },
75
+ "CcAddresses": {
76
+ "type": "array",
77
+ "items": { "type": "string" }
78
+ },
79
+ "BccAddresses": {
80
+ "type": "array",
81
+ "items": { "type": "string" }
82
+ }
83
+ }
57
84
  },
58
- "subject": {
59
- "type": "string"
85
+ "ReplyToAddresses": {
86
+ "type": "array",
87
+ "items": { "type": "string" },
88
+ "description": "Reply-To addresses (defaults to FromEmailAddress when omitted)"
60
89
  },
61
- "body_text": {
62
- "type": "string"
90
+ "Content": {
91
+ "type": "object",
92
+ "description": "Email content. For send_email always use Simple. Subject is required; Body must contain at least one of Html or Text.",
93
+ "properties": {
94
+ "Simple": {
95
+ "type": "object",
96
+ "properties": {
97
+ "Subject": {
98
+ "type": "object",
99
+ "properties": {
100
+ "Data": { "type": "string", "description": "Subject line (UTF-8)" },
101
+ "Charset": { "type": "string", "default": "UTF-8" }
102
+ },
103
+ "required": ["Data"]
104
+ },
105
+ "Body": {
106
+ "type": "object",
107
+ "properties": {
108
+ "Html": {
109
+ "type": "object",
110
+ "properties": {
111
+ "Data": { "type": "string" },
112
+ "Charset": { "type": "string", "default": "UTF-8" }
113
+ },
114
+ "required": ["Data"]
115
+ },
116
+ "Text": {
117
+ "type": "object",
118
+ "properties": {
119
+ "Data": { "type": "string" },
120
+ "Charset": { "type": "string", "default": "UTF-8" }
121
+ },
122
+ "required": ["Data"]
123
+ }
124
+ }
125
+ }
126
+ },
127
+ "required": ["Subject", "Body"]
128
+ }
129
+ },
130
+ "required": ["Simple"]
63
131
  },
64
- "body_html": {
65
- "type": "string"
132
+ "ConfigurationSetName": {
133
+ "type": "string",
134
+ "description": "Optional configuration set for tracking opens/clicks/bounces"
135
+ },
136
+ "EmailTags": {
137
+ "type": "array",
138
+ "items": {
139
+ "type": "object",
140
+ "properties": {
141
+ "Name": { "type": "string" },
142
+ "Value": { "type": "string" }
143
+ },
144
+ "required": ["Name", "Value"]
145
+ },
146
+ "description": "Tags forwarded to event destinations (max 10)"
66
147
  }
67
148
  },
68
- "required": [
69
- "to",
70
- "from",
71
- "subject"
72
- ]
149
+ "required": ["FromEmailAddress", "Destination", "Content"]
73
150
  }
74
151
  },
75
152
  {
76
153
  "name": "send_templated",
77
- "description": "Send email using template",
154
+ "description": "Send a templated email using a previously created SES template. TemplateData is a JSON-encoded STRING (not an object) of the values to substitute into the template's {{placeholders}}.",
78
155
  "method": "POST",
79
- "path": "/send-templated",
156
+ "path": "/v2/email/outbound-emails",
80
157
  "input_schema": {
81
158
  "type": "object",
82
159
  "properties": {
83
- "to": {
84
- "type": "array"
160
+ "FromEmailAddress": { "type": "string" },
161
+ "Destination": {
162
+ "type": "object",
163
+ "properties": {
164
+ "ToAddresses": { "type": "array", "items": { "type": "string" } },
165
+ "CcAddresses": { "type": "array", "items": { "type": "string" } },
166
+ "BccAddresses": { "type": "array", "items": { "type": "string" } }
167
+ }
85
168
  },
86
- "from": {
87
- "type": "string"
88
- },
89
- "template": {
90
- "type": "string"
169
+ "ReplyToAddresses": { "type": "array", "items": { "type": "string" } },
170
+ "Content": {
171
+ "type": "object",
172
+ "properties": {
173
+ "Template": {
174
+ "type": "object",
175
+ "properties": {
176
+ "TemplateName": {
177
+ "type": "string",
178
+ "description": "Name of an existing SES template (created via create_template)"
179
+ },
180
+ "TemplateArn": {
181
+ "type": "string",
182
+ "description": "ARN of the template; alternative to TemplateName for cross-account templates"
183
+ },
184
+ "TemplateData": {
185
+ "type": "string",
186
+ "description": "JSON-encoded string of placeholder values, e.g. '{\"name\":\"Alice\",\"orderId\":\"42\"}'"
187
+ }
188
+ },
189
+ "required": ["TemplateData"]
190
+ }
191
+ },
192
+ "required": ["Template"]
91
193
  },
92
- "template_data": {
93
- "type": "object"
94
- }
194
+ "ConfigurationSetName": { "type": "string" }
95
195
  },
96
- "required": [
97
- "to",
98
- "from",
99
- "template"
100
- ]
196
+ "required": ["FromEmailAddress", "Destination", "Content"]
101
197
  }
102
198
  },
103
199
  {
104
200
  "name": "send_bulk_templated",
105
- "description": "Send bulk templated emails",
201
+ "description": "Send the same templated email to up to 50 recipients in one call, with per-recipient TemplateData substitutions. Cheaper than 50 individual SendEmail calls; each recipient gets a separate message.",
106
202
  "method": "POST",
107
- "path": "/send-bulk-templated",
203
+ "path": "/v2/email/outbound-bulk-emails",
108
204
  "input_schema": {
109
205
  "type": "object",
110
206
  "properties": {
111
- "from": {
112
- "type": "string"
207
+ "FromEmailAddress": { "type": "string" },
208
+ "ReplyToAddresses": { "type": "array", "items": { "type": "string" } },
209
+ "DefaultContent": {
210
+ "type": "object",
211
+ "properties": {
212
+ "Template": {
213
+ "type": "object",
214
+ "properties": {
215
+ "TemplateName": { "type": "string" },
216
+ "TemplateArn": { "type": "string" },
217
+ "TemplateData": {
218
+ "type": "string",
219
+ "description": "JSON string of fallback placeholder values used when a BulkEmailEntry omits ReplacementTemplateData"
220
+ }
221
+ }
222
+ }
223
+ },
224
+ "required": ["Template"]
113
225
  },
114
- "template": {
115
- "type": "string"
226
+ "BulkEmailEntries": {
227
+ "type": "array",
228
+ "description": "Per-recipient destinations and replacement data (1-50 entries)",
229
+ "items": {
230
+ "type": "object",
231
+ "properties": {
232
+ "Destination": {
233
+ "type": "object",
234
+ "properties": {
235
+ "ToAddresses": { "type": "array", "items": { "type": "string" } },
236
+ "CcAddresses": { "type": "array", "items": { "type": "string" } },
237
+ "BccAddresses": { "type": "array", "items": { "type": "string" } }
238
+ },
239
+ "required": ["ToAddresses"]
240
+ },
241
+ "ReplacementEmailContent": {
242
+ "type": "object",
243
+ "properties": {
244
+ "ReplacementTemplate": {
245
+ "type": "object",
246
+ "properties": {
247
+ "ReplacementTemplateData": {
248
+ "type": "string",
249
+ "description": "JSON string of per-recipient placeholder overrides"
250
+ }
251
+ }
252
+ }
253
+ }
254
+ },
255
+ "ReplacementTags": {
256
+ "type": "array",
257
+ "items": {
258
+ "type": "object",
259
+ "properties": {
260
+ "Name": { "type": "string" },
261
+ "Value": { "type": "string" }
262
+ }
263
+ }
264
+ }
265
+ },
266
+ "required": ["Destination"]
267
+ }
116
268
  },
117
- "destinations": {
118
- "type": "array"
119
- }
269
+ "ConfigurationSetName": { "type": "string" }
120
270
  },
121
- "required": [
122
- "from",
123
- "template",
124
- "destinations"
125
- ]
271
+ "required": ["FromEmailAddress", "DefaultContent", "BulkEmailEntries"]
126
272
  }
127
273
  },
128
274
  {
129
275
  "name": "send_raw_email",
130
- "description": "Send raw MIME email",
276
+ "description": "Send a pre-built MIME message (with custom headers, attachments, multipart bodies, etc.). The Data field MUST be the base64-encoded raw RFC 5322 message — including headers like From, To, Subject, MIME-Version, and the body. SES does not parse or modify headers other than to record/sign them.",
131
277
  "method": "POST",
132
- "path": "/send-raw-email",
278
+ "path": "/v2/email/outbound-emails",
133
279
  "input_schema": {
134
280
  "type": "object",
135
281
  "properties": {
136
- "raw_message": {
137
- "type": "string"
282
+ "FromEmailAddress": {
283
+ "type": "string",
284
+ "description": "Envelope sender (used for SMTP MAIL FROM and bounce routing). The From: header inside the raw message can differ but must be a verified identity."
138
285
  },
139
- "from": {
140
- "type": "string"
141
- }
286
+ "Destination": {
287
+ "type": "object",
288
+ "properties": {
289
+ "ToAddresses": { "type": "array", "items": { "type": "string" } },
290
+ "CcAddresses": { "type": "array", "items": { "type": "string" } },
291
+ "BccAddresses": { "type": "array", "items": { "type": "string" } }
292
+ }
293
+ },
294
+ "Content": {
295
+ "type": "object",
296
+ "properties": {
297
+ "Raw": {
298
+ "type": "object",
299
+ "properties": {
300
+ "Data": {
301
+ "type": "string",
302
+ "description": "Base64-encoded raw MIME message (RFC 5322). Must include all headers and body."
303
+ }
304
+ },
305
+ "required": ["Data"]
306
+ }
307
+ },
308
+ "required": ["Raw"]
309
+ },
310
+ "ConfigurationSetName": { "type": "string" }
142
311
  },
143
- "required": [
144
- "raw_message"
145
- ]
312
+ "required": ["FromEmailAddress", "Content"]
146
313
  }
147
314
  },
148
315
  {
149
316
  "name": "create_template",
150
- "description": "Create email template",
317
+ "description": "Create a reusable email template with placeholders ({{handlebars}}-style substitution). Subject, Html, and Text all support placeholders.",
151
318
  "method": "POST",
152
- "path": "/create-template",
319
+ "path": "/v2/email/templates",
153
320
  "input_schema": {
154
321
  "type": "object",
155
322
  "properties": {
156
- "name": {
157
- "type": "string"
158
- },
159
- "subject": {
160
- "type": "string"
323
+ "TemplateName": {
324
+ "type": "string",
325
+ "description": "Unique template name (1-64 chars, alphanumeric + dash/underscore)"
161
326
  },
162
- "html": {
163
- "type": "string"
164
- },
165
- "text": {
166
- "type": "string"
327
+ "TemplateContent": {
328
+ "type": "object",
329
+ "properties": {
330
+ "Subject": { "type": "string", "description": "Subject template; placeholders allowed" },
331
+ "Html": { "type": "string", "description": "HTML body template" },
332
+ "Text": { "type": "string", "description": "Plain-text body template" }
333
+ },
334
+ "required": ["Subject"]
167
335
  }
168
336
  },
169
- "required": [
170
- "name",
171
- "subject"
172
- ]
337
+ "required": ["TemplateName", "TemplateContent"]
173
338
  }
174
339
  },
175
340
  {
176
341
  "name": "get_template",
177
- "description": "Get email template",
342
+ "description": "Fetch a template's Subject, Html, and Text by name.",
178
343
  "method": "GET",
179
- "path": "/get-template",
344
+ "path": "/v2/email/templates/{TemplateName}",
180
345
  "input_schema": {
181
346
  "type": "object",
182
347
  "properties": {
183
- "name": {
184
- "type": "string"
185
- }
348
+ "TemplateName": { "type": "string" }
186
349
  },
187
- "required": [
188
- "name"
189
- ]
350
+ "required": ["TemplateName"]
190
351
  }
191
352
  },
192
353
  {
193
354
  "name": "update_template",
194
- "description": "Update email template",
355
+ "description": "Replace an existing template's content. ⚠️ Full replacement: TemplateContent overwrites the existing Subject/Html/Text completely — to keep an existing field, you must include it explicitly.",
195
356
  "method": "PUT",
196
- "path": "/update-template",
357
+ "path": "/v2/email/templates/{TemplateName}",
197
358
  "input_schema": {
198
359
  "type": "object",
199
360
  "properties": {
200
- "name": {
201
- "type": "string"
202
- },
203
- "subject": {
204
- "type": "string"
205
- },
206
- "html": {
207
- "type": "string"
208
- },
209
- "text": {
210
- "type": "string"
361
+ "TemplateName": { "type": "string" },
362
+ "TemplateContent": {
363
+ "type": "object",
364
+ "properties": {
365
+ "Subject": { "type": "string" },
366
+ "Html": { "type": "string" },
367
+ "Text": { "type": "string" }
368
+ },
369
+ "required": ["Subject"]
211
370
  }
212
371
  },
213
- "required": [
214
- "name"
215
- ]
372
+ "required": ["TemplateName", "TemplateContent"]
216
373
  }
217
374
  },
218
375
  {
219
376
  "name": "delete_template",
220
- "description": "Delete email template",
377
+ "description": "Permanently delete a template. Cannot be undone; existing scheduled sends referencing this template by name will fail.",
221
378
  "method": "DELETE",
222
- "path": "/delete-template",
379
+ "path": "/v2/email/templates/{TemplateName}",
223
380
  "input_schema": {
224
381
  "type": "object",
225
382
  "properties": {
226
- "name": {
227
- "type": "string"
228
- }
383
+ "TemplateName": { "type": "string" }
229
384
  },
230
- "required": [
231
- "name"
232
- ]
385
+ "required": ["TemplateName"]
233
386
  }
234
387
  },
235
388
  {
236
389
  "name": "list_templates",
237
- "description": "List email templates",
390
+ "description": "List all templates in the current region.",
238
391
  "method": "GET",
239
- "path": "/list-templates",
392
+ "path": "/v2/email/templates",
240
393
  "input_schema": {
241
394
  "type": "object",
242
395
  "properties": {
243
- "max_items": {
244
- "type": "number"
396
+ "PageSize": {
397
+ "type": "integer",
398
+ "description": "Max items per page (1-100)",
399
+ "default": 50
400
+ },
401
+ "NextToken": {
402
+ "type": "string",
403
+ "description": "Pagination token from a previous response"
245
404
  }
246
405
  }
247
406
  }
248
407
  },
249
408
  {
250
- "name": "clone_template",
251
- "description": "Clone an email template",
252
- "method": "GET",
253
- "path": "/clone-template",
409
+ "name": "test_render_template",
410
+ "description": "Render a template against the supplied TemplateData and return the rendered Subject/Html/Text without sending. Useful for smoke-testing template syntax and substitutions.",
411
+ "method": "POST",
412
+ "path": "/v2/email/templates/{TemplateName}/render",
254
413
  "input_schema": {
255
414
  "type": "object",
256
415
  "properties": {
257
- "source_name": {
258
- "type": "string"
259
- },
260
- "new_name": {
261
- "type": "string"
416
+ "TemplateName": { "type": "string" },
417
+ "TemplateData": {
418
+ "type": "string",
419
+ "description": "JSON-encoded string of placeholder values"
262
420
  }
263
421
  },
264
- "required": [
265
- "source_name",
266
- "new_name"
267
- ]
422
+ "required": ["TemplateName", "TemplateData"]
268
423
  }
269
424
  },
270
425
  {
271
- "name": "validate_template",
272
- "description": "Validate template syntax",
273
- "method": "GET",
274
- "path": "/validate-template",
426
+ "name": "verify_email",
427
+ "description": "Add an email address as a sending identity. SES sends a verification link to that address; the identity stays in 'pending' status until the recipient clicks it. Use list_identities or get_identity_verification to poll status.",
428
+ "method": "POST",
429
+ "path": "/v2/email/identities",
275
430
  "input_schema": {
276
431
  "type": "object",
277
432
  "properties": {
278
- "name": {
279
- "type": "string"
433
+ "EmailIdentity": {
434
+ "type": "string",
435
+ "description": "Email address to verify (e.g. sender@example.com)"
436
+ },
437
+ "Tags": {
438
+ "type": "array",
439
+ "items": {
440
+ "type": "object",
441
+ "properties": {
442
+ "Key": { "type": "string" },
443
+ "Value": { "type": "string" }
444
+ }
445
+ }
280
446
  }
281
447
  },
282
- "required": [
283
- "name"
284
- ]
448
+ "required": ["EmailIdentity"]
285
449
  }
286
450
  },
287
451
  {
288
- "name": "test_render_template",
289
- "description": "Test render template with data",
290
- "method": "GET",
291
- "path": "/test-render-template",
452
+ "name": "verify_domain",
453
+ "description": "Add a domain as a sending identity. The response includes DkimAttributes.Tokens — three CNAME records you must publish in DNS to complete verification (and to enable Easy DKIM signing). Without those records the domain stays in 'pending' indefinitely.",
454
+ "method": "POST",
455
+ "path": "/v2/email/identities",
292
456
  "input_schema": {
293
457
  "type": "object",
294
458
  "properties": {
295
- "name": {
296
- "type": "string"
459
+ "EmailIdentity": {
460
+ "type": "string",
461
+ "description": "Domain to verify (e.g. example.com)"
462
+ },
463
+ "DkimSigningAttributes": {
464
+ "type": "object",
465
+ "description": "Optional: bring-your-own DKIM key. Omit for SES-managed Easy DKIM (recommended).",
466
+ "properties": {
467
+ "DomainSigningSelector": { "type": "string" },
468
+ "DomainSigningPrivateKey": { "type": "string" },
469
+ "NextSigningKeyLength": {
470
+ "type": "string",
471
+ "enum": ["RSA_1024_BIT", "RSA_2048_BIT"]
472
+ }
473
+ }
297
474
  },
298
- "template_data": {
299
- "type": "object"
475
+ "Tags": {
476
+ "type": "array",
477
+ "items": {
478
+ "type": "object",
479
+ "properties": {
480
+ "Key": { "type": "string" },
481
+ "Value": { "type": "string" }
482
+ }
483
+ }
300
484
  }
301
485
  },
302
- "required": [
303
- "name"
304
- ]
486
+ "required": ["EmailIdentity"]
305
487
  }
306
488
  },
307
489
  {
308
- "name": "verify_email",
309
- "description": "Verify email identity",
490
+ "name": "list_identities",
491
+ "description": "List all sending identities (email addresses + domains) in the current region with their verification statuses.",
310
492
  "method": "GET",
311
- "path": "/verify-email",
493
+ "path": "/v2/email/identities",
312
494
  "input_schema": {
313
495
  "type": "object",
314
496
  "properties": {
315
- "email": {
316
- "type": "string"
497
+ "PageSize": {
498
+ "type": "integer",
499
+ "description": "Max items per page",
500
+ "default": 100
501
+ },
502
+ "NextToken": { "type": "string" }
503
+ }
504
+ }
505
+ },
506
+ {
507
+ "name": "delete_identity",
508
+ "description": "Remove a sending identity. Pending verification (if any) is cancelled; future sends from this identity will fail.",
509
+ "method": "DELETE",
510
+ "path": "/v2/email/identities/{EmailIdentity}",
511
+ "input_schema": {
512
+ "type": "object",
513
+ "properties": {
514
+ "EmailIdentity": {
515
+ "type": "string",
516
+ "description": "Email address or domain to delete"
317
517
  }
318
518
  },
319
- "required": [
320
- "email"
321
- ]
519
+ "required": ["EmailIdentity"]
322
520
  }
323
521
  },
324
522
  {
325
- "name": "verify_domain",
326
- "description": "Verify domain identity",
523
+ "name": "get_identity_verification",
524
+ "description": "Get full verification status, DKIM attributes (including the CNAME tokens for domain identities), feedback-forwarding settings, and policies for a single identity.",
327
525
  "method": "GET",
328
- "path": "/verify-domain",
526
+ "path": "/v2/email/identities/{EmailIdentity}",
329
527
  "input_schema": {
330
528
  "type": "object",
331
529
  "properties": {
332
- "domain": {
333
- "type": "string"
334
- }
530
+ "EmailIdentity": { "type": "string" }
335
531
  },
336
- "required": [
337
- "domain"
338
- ]
532
+ "required": ["EmailIdentity"]
339
533
  }
340
534
  },
341
535
  {
342
- "name": "list_identities",
343
- "description": "List verified identities",
344
- "method": "GET",
345
- "path": "/list-identities",
536
+ "name": "set_identity_dkim",
537
+ "description": "Enable or disable DKIM signing for an identity. For domains using Easy DKIM, signing only takes effect once the three CNAME tokens have propagated in DNS.",
538
+ "method": "PUT",
539
+ "path": "/v2/email/identities/{EmailIdentity}/dkim",
346
540
  "input_schema": {
347
541
  "type": "object",
348
542
  "properties": {
349
- "identity_type": {
350
- "type": "string"
543
+ "EmailIdentity": { "type": "string" },
544
+ "SigningEnabled": {
545
+ "type": "boolean",
546
+ "description": "true to enable DKIM signing, false to disable"
351
547
  }
352
- }
548
+ },
549
+ "required": ["EmailIdentity", "SigningEnabled"]
353
550
  }
354
551
  },
355
552
  {
356
- "name": "delete_identity",
357
- "description": "Delete verified identity",
358
- "method": "DELETE",
359
- "path": "/delete-identity",
553
+ "name": "set_mail_from",
554
+ "description": "Set or clear the custom MAIL FROM domain for an identity (PutEmailIdentityMailFromAttributes). Omit MailFromDomain to reset to the SES default (amazonses.com). Apteva messaging does not use custom MAIL FROM, so this is mainly used to clear leftover values carried over from other tooling.",
555
+ "method": "PUT",
556
+ "path": "/v2/email/identities/{EmailIdentity}/mail-from",
360
557
  "input_schema": {
361
558
  "type": "object",
362
559
  "properties": {
363
- "identity": {
364
- "type": "string"
560
+ "EmailIdentity": { "type": "string" },
561
+ "MailFromDomain": {
562
+ "type": "string",
563
+ "description": "Custom MAIL FROM subdomain (e.g. mail.example.com). Omit to reset to the SES default."
564
+ },
565
+ "BehaviorOnMxFailure": {
566
+ "type": "string",
567
+ "enum": ["USE_DEFAULT_VALUE", "REJECT_MESSAGE"],
568
+ "description": "What SES does if the MAIL FROM MX record is missing. Default USE_DEFAULT_VALUE."
365
569
  }
366
570
  },
367
- "required": [
368
- "identity"
369
- ]
571
+ "required": ["EmailIdentity"]
370
572
  }
371
573
  },
372
574
  {
373
- "name": "get_identity_verification",
374
- "description": "Get identity verification status",
375
- "method": "GET",
376
- "path": "/get-identity-verification",
575
+ "name": "set_identity_feedback",
576
+ "description": "Enable or disable email feedback forwarding (bounces and complaints sent back to the From address). Disabling is only allowed when an SNS event destination is configured to capture them instead.",
577
+ "method": "PUT",
578
+ "path": "/v2/email/identities/{EmailIdentity}/feedback",
377
579
  "input_schema": {
378
580
  "type": "object",
379
581
  "properties": {
380
- "identities": {
381
- "type": "array"
582
+ "EmailIdentity": { "type": "string" },
583
+ "EmailForwardingEnabled": {
584
+ "type": "boolean",
585
+ "description": "true to forward bounces/complaints to the From address"
382
586
  }
383
587
  },
384
- "required": [
385
- "identities"
386
- ]
588
+ "required": ["EmailIdentity", "EmailForwardingEnabled"]
387
589
  }
388
590
  },
389
591
  {
390
- "name": "set_identity_dkim",
391
- "description": "Enable/disable DKIM",
392
- "method": "GET",
393
- "path": "/set-identity-dkim",
592
+ "name": "create_config_set",
593
+ "description": "Create a configuration set — a named container for tracking, reputation, and event-destination settings that can be applied per-message via ConfigurationSetName.",
594
+ "method": "POST",
595
+ "path": "/v2/email/configuration-sets",
394
596
  "input_schema": {
395
597
  "type": "object",
396
598
  "properties": {
397
- "identity": {
398
- "type": "string"
599
+ "ConfigurationSetName": { "type": "string" },
600
+ "TrackingOptions": {
601
+ "type": "object",
602
+ "properties": {
603
+ "CustomRedirectDomain": {
604
+ "type": "string",
605
+ "description": "Custom domain for open/click tracking links (must be a verified subdomain)"
606
+ }
607
+ }
608
+ },
609
+ "DeliveryOptions": {
610
+ "type": "object",
611
+ "properties": {
612
+ "TlsPolicy": { "type": "string", "enum": ["REQUIRE", "OPTIONAL"] },
613
+ "SendingPoolName": { "type": "string" }
614
+ }
615
+ },
616
+ "ReputationOptions": {
617
+ "type": "object",
618
+ "properties": {
619
+ "ReputationMetricsEnabled": { "type": "boolean" }
620
+ }
621
+ },
622
+ "SendingOptions": {
623
+ "type": "object",
624
+ "properties": {
625
+ "SendingEnabled": { "type": "boolean" }
626
+ }
399
627
  },
400
- "enabled": {
401
- "type": "boolean"
628
+ "Tags": {
629
+ "type": "array",
630
+ "items": {
631
+ "type": "object",
632
+ "properties": {
633
+ "Key": { "type": "string" },
634
+ "Value": { "type": "string" }
635
+ }
636
+ }
402
637
  }
403
638
  },
404
- "required": [
405
- "identity",
406
- "enabled"
407
- ]
639
+ "required": ["ConfigurationSetName"]
408
640
  }
409
641
  },
410
642
  {
411
- "name": "set_identity_feedback",
412
- "description": "Configure feedback forwarding",
413
- "method": "GET",
414
- "path": "/set-identity-feedback",
643
+ "name": "delete_config_set",
644
+ "description": "Delete a configuration set. Messages already in transit referencing it complete normally; future sends with this name fail.",
645
+ "method": "DELETE",
646
+ "path": "/v2/email/configuration-sets/{ConfigurationSetName}",
415
647
  "input_schema": {
416
648
  "type": "object",
417
649
  "properties": {
418
- "identity": {
419
- "type": "string"
420
- },
421
- "forwarding_enabled": {
422
- "type": "boolean"
423
- }
650
+ "ConfigurationSetName": { "type": "string" }
424
651
  },
425
- "required": [
426
- "identity",
427
- "forwarding_enabled"
428
- ]
652
+ "required": ["ConfigurationSetName"]
429
653
  }
430
654
  },
431
655
  {
432
- "name": "set_identity_notifications",
433
- "description": "Configure notification topics",
656
+ "name": "list_config_sets",
657
+ "description": "List all configuration sets in the region.",
434
658
  "method": "GET",
435
- "path": "/set-identity-notifications",
659
+ "path": "/v2/email/configuration-sets",
436
660
  "input_schema": {
437
661
  "type": "object",
438
662
  "properties": {
439
- "identity": {
440
- "type": "string"
441
- },
442
- "notification_type": {
443
- "type": "string"
444
- },
445
- "sns_topic": {
446
- "type": "string"
447
- }
448
- },
449
- "required": [
450
- "identity",
451
- "notification_type"
452
- ]
663
+ "PageSize": { "type": "integer", "default": 50 },
664
+ "NextToken": { "type": "string" }
665
+ }
453
666
  }
454
667
  },
455
668
  {
456
- "name": "create_config_set",
457
- "description": "Create configuration set",
669
+ "name": "add_event_destination",
670
+ "description": "Attach an event destination (CloudWatch, Kinesis Firehose, SNS, Pinpoint) to a configuration set. SES routes the selected MatchingEventTypes (send, delivery, bounce, complaint, etc.) to the destination.",
458
671
  "method": "POST",
459
- "path": "/create-config-set",
672
+ "path": "/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations",
460
673
  "input_schema": {
461
674
  "type": "object",
462
675
  "properties": {
463
- "name": {
464
- "type": "string"
676
+ "ConfigurationSetName": { "type": "string" },
677
+ "EventDestinationName": { "type": "string" },
678
+ "EventDestination": {
679
+ "type": "object",
680
+ "properties": {
681
+ "Enabled": { "type": "boolean", "default": true },
682
+ "MatchingEventTypes": {
683
+ "type": "array",
684
+ "items": {
685
+ "type": "string",
686
+ "enum": [
687
+ "SEND",
688
+ "REJECT",
689
+ "BOUNCE",
690
+ "COMPLAINT",
691
+ "DELIVERY",
692
+ "OPEN",
693
+ "CLICK",
694
+ "RENDERING_FAILURE",
695
+ "DELIVERY_DELAY",
696
+ "SUBSCRIPTION"
697
+ ]
698
+ }
699
+ },
700
+ "CloudWatchDestination": {
701
+ "type": "object",
702
+ "properties": {
703
+ "DimensionConfigurations": {
704
+ "type": "array",
705
+ "items": {
706
+ "type": "object",
707
+ "properties": {
708
+ "DimensionName": { "type": "string" },
709
+ "DimensionValueSource": {
710
+ "type": "string",
711
+ "enum": ["MESSAGE_TAG", "EMAIL_HEADER", "LINK_TAG"]
712
+ },
713
+ "DefaultDimensionValue": { "type": "string" }
714
+ }
715
+ }
716
+ }
717
+ }
718
+ },
719
+ "KinesisFirehoseDestination": {
720
+ "type": "object",
721
+ "properties": {
722
+ "IamRoleArn": { "type": "string" },
723
+ "DeliveryStreamArn": { "type": "string" }
724
+ }
725
+ },
726
+ "SnsDestination": {
727
+ "type": "object",
728
+ "properties": {
729
+ "TopicArn": { "type": "string" }
730
+ }
731
+ },
732
+ "PinpointDestination": {
733
+ "type": "object",
734
+ "properties": {
735
+ "ApplicationArn": { "type": "string" }
736
+ }
737
+ }
738
+ },
739
+ "required": ["MatchingEventTypes"]
465
740
  }
466
741
  },
467
- "required": [
468
- "name"
469
- ]
742
+ "required": ["ConfigurationSetName", "EventDestinationName", "EventDestination"]
470
743
  }
471
744
  },
472
745
  {
473
- "name": "delete_config_set",
474
- "description": "Delete configuration set",
475
- "method": "DELETE",
476
- "path": "/delete-config-set",
746
+ "name": "update_event_destination",
747
+ "description": "Update an existing event destination. Replaces the entire EventDestination object — fields you omit revert to their defaults.",
748
+ "method": "PUT",
749
+ "path": "/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}",
477
750
  "input_schema": {
478
751
  "type": "object",
479
752
  "properties": {
480
- "name": {
481
- "type": "string"
753
+ "ConfigurationSetName": { "type": "string" },
754
+ "EventDestinationName": { "type": "string" },
755
+ "EventDestination": {
756
+ "type": "object",
757
+ "properties": {
758
+ "Enabled": { "type": "boolean" },
759
+ "MatchingEventTypes": {
760
+ "type": "array",
761
+ "items": {
762
+ "type": "string",
763
+ "enum": [
764
+ "SEND",
765
+ "REJECT",
766
+ "BOUNCE",
767
+ "COMPLAINT",
768
+ "DELIVERY",
769
+ "OPEN",
770
+ "CLICK",
771
+ "RENDERING_FAILURE",
772
+ "DELIVERY_DELAY",
773
+ "SUBSCRIPTION"
774
+ ]
775
+ }
776
+ },
777
+ "CloudWatchDestination": { "type": "object" },
778
+ "KinesisFirehoseDestination": { "type": "object" },
779
+ "SnsDestination": { "type": "object" },
780
+ "PinpointDestination": { "type": "object" }
781
+ }
482
782
  }
483
783
  },
484
- "required": [
485
- "name"
486
- ]
784
+ "required": ["ConfigurationSetName", "EventDestinationName", "EventDestination"]
487
785
  }
488
786
  },
489
787
  {
490
- "name": "list_config_sets",
491
- "description": "List configuration sets",
788
+ "name": "set_reputation_tracking",
789
+ "description": "Enable or disable reputation metrics (bounce/complaint rate publishing to CloudWatch) for a configuration set. Reputation metrics are required for monitoring sending health on accounts out of the sandbox.",
790
+ "method": "PUT",
791
+ "path": "/v2/email/configuration-sets/{ConfigurationSetName}/reputation-options",
792
+ "input_schema": {
793
+ "type": "object",
794
+ "properties": {
795
+ "ConfigurationSetName": { "type": "string" },
796
+ "ReputationMetricsEnabled": { "type": "boolean" }
797
+ },
798
+ "required": ["ConfigurationSetName", "ReputationMetricsEnabled"]
799
+ }
800
+ },
801
+ {
802
+ "name": "get_quota",
803
+ "description": "Get account-level sending stats: 24-hour send quota, send rate per second, current usage, sandbox status, suppression-list configuration, and DKIM/MailFrom defaults.",
492
804
  "method": "GET",
493
- "path": "/list-config-sets",
805
+ "path": "/v2/email/account",
494
806
  "input_schema": {
495
807
  "type": "object",
496
808
  "properties": {}
497
809
  }
498
810
  },
499
811
  {
500
- "name": "add_event_destination",
501
- "description": "Add event destination to config set",
812
+ "name": "create_receipt_rule_set",
813
+ "description": "Create a named receipt rule set for SES email receiving. A rule set is a container for ordered receipt rules; only one rule set is active per region at a time. Returns 200 / empty XML on success; 400 AlreadyExistsException is the idempotent-success case (treat as ok). Hits the SES v1 Query API on the same host as v2.",
502
814
  "method": "GET",
503
- "path": "/add-event-destination",
815
+ "path": "/?Action=CreateReceiptRuleSet&Version=2010-12-01",
504
816
  "input_schema": {
505
817
  "type": "object",
506
818
  "properties": {
507
- "config_set_name": {
508
- "type": "string"
509
- },
510
- "event_destination": {
511
- "type": "object"
819
+ "RuleSetName": {
820
+ "type": "string",
821
+ "description": "1–64 chars, alphanumeric + hyphen / underscore / period."
512
822
  }
513
823
  },
514
- "required": [
515
- "config_set_name",
516
- "event_destination"
517
- ]
824
+ "required": ["RuleSetName"]
518
825
  }
519
826
  },
520
827
  {
521
- "name": "update_event_destination",
522
- "description": "Update event destination",
523
- "method": "PUT",
524
- "path": "/update-event-destination",
828
+ "name": "describe_active_receipt_rule_set",
829
+ "description": "Fetch the currently active receipt rule set, including its rules. Returns 200 with empty body when no rule set is active. Use this in a bootstrap flow to detect 'already configured' before overwriting.",
830
+ "method": "GET",
831
+ "path": "/?Action=DescribeActiveReceiptRuleSet&Version=2010-12-01",
832
+ "input_schema": {
833
+ "type": "object",
834
+ "properties": {}
835
+ }
836
+ },
837
+ {
838
+ "name": "set_active_receipt_rule_set",
839
+ "description": "Set the active receipt rule set for the region. Pass an empty RuleSetName to deactivate (no rule set active = SES rejects all inbound). Only one rule set is active at a time.",
840
+ "method": "GET",
841
+ "path": "/?Action=SetActiveReceiptRuleSet&Version=2010-12-01",
525
842
  "input_schema": {
526
843
  "type": "object",
527
844
  "properties": {
528
- "config_set_name": {
529
- "type": "string"
530
- },
531
- "event_destination": {
532
- "type": "object"
845
+ "RuleSetName": {
846
+ "type": "string",
847
+ "description": "Name of the rule set to activate. Omit / empty to deactivate."
533
848
  }
534
- },
535
- "required": [
536
- "config_set_name",
537
- "event_destination"
538
- ]
849
+ }
539
850
  }
540
851
  },
541
852
  {
542
- "name": "set_reputation_tracking",
543
- "description": "Configure reputation tracking",
853
+ "name": "create_receipt_rule",
854
+ "description": "Append a receipt rule to an existing rule set. The rule shape uses AWS Query-API flat-key encoding — pass the per-field params alongside the documented ones (e.g. Rule.Recipients.member.1, Rule.Actions.member.1.S3Action.BucketName). additionalProperties is true so any AWS Query field can be supplied. Typical inbound bootstrap: one rule with two actions (S3Action → bucket + topic, SNSAction → notification topic).",
544
855
  "method": "GET",
545
- "path": "/set-reputation-tracking",
856
+ "path": "/?Action=CreateReceiptRule&Version=2010-12-01",
546
857
  "input_schema": {
547
858
  "type": "object",
548
859
  "properties": {
549
- "config_set_name": {
550
- "type": "string"
860
+ "RuleSetName": {
861
+ "type": "string",
862
+ "description": "Name of the rule set to append to."
863
+ },
864
+ "After": {
865
+ "type": "string",
866
+ "description": "Optional name of an existing rule. The new rule is inserted right after it; without this, it goes to the start."
867
+ },
868
+ "Rule.Name": {
869
+ "type": "string",
870
+ "description": "1–64 chars."
871
+ },
872
+ "Rule.Enabled": {
873
+ "type": "string",
874
+ "description": "'true' or 'false'.",
875
+ "default": "true"
876
+ },
877
+ "Rule.ScanEnabled": {
878
+ "type": "string",
879
+ "description": "Run SES spam + virus scanning. 'true' or 'false'.",
880
+ "default": "true"
881
+ },
882
+ "Rule.TlsPolicy": {
883
+ "type": "string",
884
+ "description": "'Optional' (default) or 'Require'."
885
+ },
886
+ "Rule.Recipients.member.1": {
887
+ "type": "string",
888
+ "description": "First recipient pattern (e.g. 'yourdomain.com' or 'support@yourdomain.com'). Use .member.2, .member.3 for additional recipients."
889
+ },
890
+ "Rule.Actions.member.1.S3Action.BucketName": {
891
+ "type": "string",
892
+ "description": "S3 bucket where SES drops the raw .eml. Bucket must allow ses.amazonaws.com s3:PutObject."
893
+ },
894
+ "Rule.Actions.member.1.S3Action.ObjectKeyPrefix": {
895
+ "type": "string",
896
+ "description": "Optional key prefix inside the bucket (e.g. 'inbound/')."
551
897
  },
552
- "reputation_metrics_enabled": {
553
- "type": "boolean"
898
+ "Rule.Actions.member.1.S3Action.TopicArn": {
899
+ "type": "string",
900
+ "description": "Optional. SNS topic to notify after the .eml lands in S3."
901
+ },
902
+ "Rule.Actions.member.2.SNSAction.TopicArn": {
903
+ "type": "string",
904
+ "description": "SNS topic for the inbound notification. Topic policy must allow ses.amazonaws.com sns:Publish."
905
+ },
906
+ "Rule.Actions.member.2.SNSAction.Encoding": {
907
+ "type": "string",
908
+ "description": "'UTF-8' (default) or 'Base64'.",
909
+ "default": "UTF-8"
554
910
  }
555
911
  },
556
- "required": [
557
- "config_set_name"
558
- ]
912
+ "required": ["RuleSetName", "Rule.Name"],
913
+ "additionalProperties": true
559
914
  }
560
915
  },
561
916
  {
562
- "name": "get_quota",
563
- "description": "Get sending quota",
917
+ "name": "delete_receipt_rule",
918
+ "description": "Delete a single rule from a rule set. Idempotent. Use to undo a bootstrap or rotate a misconfigured rule.",
564
919
  "method": "GET",
565
- "path": "/get-quota",
920
+ "path": "/?Action=DeleteReceiptRule&Version=2010-12-01",
566
921
  "input_schema": {
567
922
  "type": "object",
568
- "properties": {}
923
+ "properties": {
924
+ "RuleSetName": {
925
+ "type": "string"
926
+ },
927
+ "RuleName": {
928
+ "type": "string"
929
+ }
930
+ },
931
+ "required": ["RuleSetName", "RuleName"]
569
932
  }
570
933
  }
571
934
  ]