@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,8 +1,8 @@
1
1
  {
2
2
  "slug": "namecheap",
3
3
  "name": "Namecheap",
4
- "description": "Namecheap domain registrar - register domains, manage DNS, check availability, and handle domain contacts",
5
- "logo": "https://www.google.com/s2/favicons?domain=namecheap.com&sz=128",
4
+ "description": "Namecheap domain registrar register and manage domains, check availability, manage DNS host records, contacts, nameservers, and account balance. Uses the legacy XML/Query API; responses are auto-parsed from XML to JSON.",
5
+ "logo": "https://www.namecheap.com/assets/img/nc-icon/favicon.ico",
6
6
  "categories": [
7
7
  "dns",
8
8
  "domains",
@@ -12,251 +12,449 @@
12
12
  "base_url": "https://api.namecheap.com/xml.response",
13
13
  "auth": {
14
14
  "types": [
15
- "bearer"
15
+ "api_key"
16
16
  ],
17
+ "query_params": {
18
+ "ApiUser": "{{api_user}}",
19
+ "ApiKey": "{{api_key}}",
20
+ "UserName": "{{username}}",
21
+ "ClientIp": "{{client_ip}}"
22
+ },
17
23
  "headers": {
18
- "Authorization": "Bearer {{token}}"
24
+ "Content-Type": "application/x-www-form-urlencoded"
19
25
  },
20
26
  "credential_fields": [
21
27
  {
22
- "name": "apiUser",
23
- "label": "Api User",
24
- "description": "Namecheap API username (usually your account username)"
25
- },
26
- {
27
- "name": "token",
28
- "label": "Api Key",
29
- "description": "Namecheap API key (generate from Account > Profile > Tools > API Access)"
28
+ "name": "api_user",
29
+ "label": "API User",
30
+ "description": "Your Namecheap account username (used as the API user identifier)",
31
+ "required": true,
32
+ "type": "text"
30
33
  },
31
34
  {
32
- "name": "userName",
33
- "label": "User Name",
34
- "description": "Namecheap account username"
35
+ "name": "api_key",
36
+ "label": "API Key",
37
+ "description": "API key generated at Namecheap Profile → Tools → Business & Dev Tools → Manage Namecheap API Access",
38
+ "required": true,
39
+ "type": "password"
35
40
  },
36
41
  {
37
- "name": "clientIp",
38
- "label": "Client Ip",
39
- "description": "Your whitelisted IP address (must be whitelisted in Namecheap account)"
42
+ "name": "username",
43
+ "label": "Username",
44
+ "description": "Namecheap account username on whose behalf the request is made (typically the same as API User)",
45
+ "required": true,
46
+ "type": "text"
40
47
  },
41
48
  {
42
- "name": "mode",
43
- "label": "Mode",
44
- "description": "API mode: live or sandbox (default: live)"
45
- },
46
- {
47
- "name": "apiKey",
48
- "label": "Api Key",
49
- "description": "Namecheap API key (generate from Account > Profile > Tools > API Access)"
49
+ "name": "client_ip",
50
+ "label": "Client IP",
51
+ "description": "IPv4 address making the request. MUST be whitelisted in your Namecheap API settings non-whitelisted IPs return error code 1011102. Only IPv4 addresses are accepted.",
52
+ "required": true,
53
+ "type": "text"
50
54
  }
51
55
  ]
52
56
  },
53
57
  "tools": [
54
58
  {
55
59
  "name": "list_domains",
56
- "description": "List all domains in your Namecheap account with pagination. Returns domain names, expiration dates, and status. Note: Namecheap returns XML responses.",
60
+ "description": "List domains in the account with optional filtering. Returns DomainGetListResult with paginated Domain entries (Name, Created, Expires, IsExpired, IsLocked, AutoRenew, WhoisGuard, IsPremium).",
57
61
  "method": "GET",
58
- "path": "/list-domains",
62
+ "path": "/?Command=namecheap.domains.getList",
59
63
  "input_schema": {
60
64
  "type": "object",
61
65
  "properties": {
62
- "page": {
66
+ "ListType": {
67
+ "type": "string",
68
+ "enum": ["ALL", "EXPIRING", "EXPIRED"],
69
+ "default": "ALL"
70
+ },
71
+ "SearchTerm": {
72
+ "type": "string",
73
+ "description": "Substring filter on domain name"
74
+ },
75
+ "Page": {
63
76
  "type": "integer",
64
- "description": "Page number to return (default: 1)",
77
+ "description": "Page number (1-based)",
65
78
  "default": 1
66
79
  },
67
- "pageSize": {
80
+ "PageSize": {
68
81
  "type": "integer",
69
- "description": "Number of domains per page (default: 20, max: 100)",
82
+ "description": "Page size (10-100)",
70
83
  "default": 20
84
+ },
85
+ "SortBy": {
86
+ "type": "string",
87
+ "enum": ["NAME", "NAME_DESC", "EXPIREDATE", "EXPIREDATE_DESC", "CREATEDATE", "CREATEDATE_DESC"]
71
88
  }
72
89
  }
73
90
  }
74
91
  },
75
92
  {
76
93
  "name": "check_availability",
77
- "description": "Check if one or more domain names are available for registration. Pass a comma-separated list of domains. Note: Namecheap returns XML responses.",
94
+ "description": "Check whether one or more domains are available for registration. DomainList is comma-separated and accepts up to 50 domains. Returns DomainCheckResult per domain with Available, IsPremiumName, PremiumRegistrationPrice, IcannFee.",
78
95
  "method": "GET",
79
- "path": "/check-availability",
96
+ "path": "/?Command=namecheap.domains.check",
80
97
  "input_schema": {
81
98
  "type": "object",
82
99
  "properties": {
83
- "domainList": {
100
+ "DomainList": {
84
101
  "type": "string",
85
- "description": "Comma-separated list of domains to check (e.g. 'example.com,example.net,example.org')"
102
+ "description": "Comma-separated list of fully-qualified domain names (max 50), e.g. 'example.com,example.net,example.org'"
86
103
  }
87
104
  },
88
- "required": [
89
- "domainList"
90
- ]
105
+ "required": ["DomainList"]
91
106
  }
92
107
  },
93
108
  {
94
109
  "name": "get_domain_info",
95
- "description": "Get detailed information about a specific domain including status, dates, nameservers, and WHOIS guard status. Note: Namecheap returns XML responses.",
110
+ "description": "Get full details for a single domain: status, dates, nameservers, modification rights, premium info, WhoisGuard.",
96
111
  "method": "GET",
97
- "path": "/get-domain-info",
112
+ "path": "/?Command=namecheap.domains.getInfo",
98
113
  "input_schema": {
99
114
  "type": "object",
100
115
  "properties": {
101
- "domainName": {
116
+ "DomainName": {
102
117
  "type": "string",
103
- "description": "The domain name to get info for (e.g. 'example.com')"
118
+ "description": "Fully-qualified domain name"
104
119
  }
105
120
  },
106
- "required": [
107
- "domainName"
108
- ]
121
+ "required": ["DomainName"]
109
122
  }
110
123
  },
111
124
  {
112
125
  "name": "register_domain",
113
- "description": "Register a new domain name. Requires domain name, years, and contact information fields passed in the request body. Note: Namecheap returns XML responses.",
126
+ "description": "Register a new domain. ⚠️ This SPENDS REAL MONEY against your account balance. Requires complete WHOIS contact data for Registrant, Tech, Admin, and AuxBilling (Namecheap requires all four; reuse the same contact for all if appropriate).",
114
127
  "method": "POST",
115
- "path": "/register-domain",
128
+ "path": "/?Command=namecheap.domains.create",
116
129
  "input_schema": {
117
130
  "type": "object",
118
131
  "properties": {
119
- "domainName": {
120
- "type": "string",
121
- "description": "The domain name to register (e.g. 'example.com')"
122
- },
123
- "years": {
132
+ "DomainName": { "type": "string" },
133
+ "Years": {
124
134
  "type": "integer",
125
- "description": "Number of years to register for (1-10)",
135
+ "description": "Number of years (1-10)",
126
136
  "default": 1
127
- }
137
+ },
138
+ "PromotionCode": { "type": "string" },
139
+ "Nameservers": {
140
+ "type": "string",
141
+ "description": "Comma-separated list of custom nameservers; omit to use Namecheap defaults"
142
+ },
143
+ "AddFreeWhoisguard": {
144
+ "type": "string",
145
+ "enum": ["yes", "no"],
146
+ "default": "yes"
147
+ },
148
+ "WGEnabled": {
149
+ "type": "string",
150
+ "enum": ["yes", "no"],
151
+ "default": "yes"
152
+ },
153
+ "RegistrantFirstName": { "type": "string" },
154
+ "RegistrantLastName": { "type": "string" },
155
+ "RegistrantAddress1": { "type": "string" },
156
+ "RegistrantCity": { "type": "string" },
157
+ "RegistrantStateProvince": { "type": "string" },
158
+ "RegistrantPostalCode": { "type": "string" },
159
+ "RegistrantCountry": {
160
+ "type": "string",
161
+ "description": "ISO 3166-1 alpha-2 country code"
162
+ },
163
+ "RegistrantPhone": {
164
+ "type": "string",
165
+ "description": "Format: +CC.NNNNNNNNNN (e.g. +1.5551234567)"
166
+ },
167
+ "RegistrantEmailAddress": { "type": "string" },
168
+ "TechFirstName": { "type": "string" },
169
+ "TechLastName": { "type": "string" },
170
+ "TechAddress1": { "type": "string" },
171
+ "TechCity": { "type": "string" },
172
+ "TechStateProvince": { "type": "string" },
173
+ "TechPostalCode": { "type": "string" },
174
+ "TechCountry": { "type": "string" },
175
+ "TechPhone": { "type": "string" },
176
+ "TechEmailAddress": { "type": "string" },
177
+ "AdminFirstName": { "type": "string" },
178
+ "AdminLastName": { "type": "string" },
179
+ "AdminAddress1": { "type": "string" },
180
+ "AdminCity": { "type": "string" },
181
+ "AdminStateProvince": { "type": "string" },
182
+ "AdminPostalCode": { "type": "string" },
183
+ "AdminCountry": { "type": "string" },
184
+ "AdminPhone": { "type": "string" },
185
+ "AdminEmailAddress": { "type": "string" },
186
+ "AuxBillingFirstName": { "type": "string" },
187
+ "AuxBillingLastName": { "type": "string" },
188
+ "AuxBillingAddress1": { "type": "string" },
189
+ "AuxBillingCity": { "type": "string" },
190
+ "AuxBillingStateProvince": { "type": "string" },
191
+ "AuxBillingPostalCode": { "type": "string" },
192
+ "AuxBillingCountry": { "type": "string" },
193
+ "AuxBillingPhone": { "type": "string" },
194
+ "AuxBillingEmailAddress": { "type": "string" }
128
195
  },
129
196
  "required": [
130
- "domainName",
131
- "years"
197
+ "DomainName",
198
+ "Years",
199
+ "RegistrantFirstName", "RegistrantLastName", "RegistrantAddress1",
200
+ "RegistrantCity", "RegistrantStateProvince", "RegistrantPostalCode",
201
+ "RegistrantCountry", "RegistrantPhone", "RegistrantEmailAddress",
202
+ "TechFirstName", "TechLastName", "TechAddress1",
203
+ "TechCity", "TechStateProvince", "TechPostalCode",
204
+ "TechCountry", "TechPhone", "TechEmailAddress",
205
+ "AdminFirstName", "AdminLastName", "AdminAddress1",
206
+ "AdminCity", "AdminStateProvince", "AdminPostalCode",
207
+ "AdminCountry", "AdminPhone", "AdminEmailAddress",
208
+ "AuxBillingFirstName", "AuxBillingLastName", "AuxBillingAddress1",
209
+ "AuxBillingCity", "AuxBillingStateProvince", "AuxBillingPostalCode",
210
+ "AuxBillingCountry", "AuxBillingPhone", "AuxBillingEmailAddress"
132
211
  ]
133
212
  }
134
213
  },
135
214
  {
136
215
  "name": "renew_domain",
137
- "description": "Renew an existing domain registration for additional years. Note: Namecheap returns XML responses.",
216
+ "description": "Renew a domain for the specified number of years. ⚠️ Spends account balance.",
138
217
  "method": "POST",
139
- "path": "/renew-domain",
218
+ "path": "/?Command=namecheap.domains.renew",
140
219
  "input_schema": {
141
220
  "type": "object",
142
221
  "properties": {
143
- "domainName": {
144
- "type": "string",
145
- "description": "The domain name to renew (e.g. 'example.com')"
146
- },
147
- "years": {
148
- "type": "integer",
149
- "description": "Number of years to renew for (1-10)",
150
- "default": 1
151
- }
222
+ "DomainName": { "type": "string" },
223
+ "Years": { "type": "integer", "default": 1 },
224
+ "PromotionCode": { "type": "string" }
152
225
  },
153
- "required": [
154
- "domainName",
155
- "years"
156
- ]
226
+ "required": ["DomainName", "Years"]
227
+ }
228
+ },
229
+ {
230
+ "name": "reactivate_domain",
231
+ "description": "Reactivate an expired domain (within the redemption grace period). ⚠️ Spends account balance, redemption fees may apply.",
232
+ "method": "POST",
233
+ "path": "/?Command=namecheap.domains.reactivate",
234
+ "input_schema": {
235
+ "type": "object",
236
+ "properties": {
237
+ "DomainName": { "type": "string" },
238
+ "PromotionCode": { "type": "string" },
239
+ "YearsToAdd": { "type": "integer" }
240
+ },
241
+ "required": ["DomainName"]
242
+ }
243
+ },
244
+ {
245
+ "name": "get_contacts",
246
+ "description": "Get the four WHOIS contact sets (Registrant, Tech, Admin, AuxBilling) currently associated with a domain.",
247
+ "method": "GET",
248
+ "path": "/?Command=namecheap.domains.getContacts",
249
+ "input_schema": {
250
+ "type": "object",
251
+ "properties": {
252
+ "DomainName": { "type": "string" }
253
+ },
254
+ "required": ["DomainName"]
255
+ }
256
+ },
257
+ {
258
+ "name": "set_contacts",
259
+ "description": "Update the WHOIS contact sets for a domain. ⚠️ Replaces ALL four contact sets (Registrant, Tech, Admin, AuxBilling). Required fields per contact: FirstName, LastName, Address1, City, StateProvince, PostalCode, Country, Phone (format +CC.NNNNNNNNNN), EmailAddress.",
260
+ "method": "POST",
261
+ "path": "/?Command=namecheap.domains.setContacts",
262
+ "input_schema": {
263
+ "type": "object",
264
+ "properties": {
265
+ "DomainName": { "type": "string" },
266
+ "RegistrantFirstName": { "type": "string" },
267
+ "RegistrantLastName": { "type": "string" },
268
+ "RegistrantAddress1": { "type": "string" },
269
+ "RegistrantCity": { "type": "string" },
270
+ "RegistrantStateProvince": { "type": "string" },
271
+ "RegistrantPostalCode": { "type": "string" },
272
+ "RegistrantCountry": { "type": "string" },
273
+ "RegistrantPhone": { "type": "string" },
274
+ "RegistrantEmailAddress": { "type": "string" },
275
+ "TechFirstName": { "type": "string" },
276
+ "TechLastName": { "type": "string" },
277
+ "TechAddress1": { "type": "string" },
278
+ "TechCity": { "type": "string" },
279
+ "TechStateProvince": { "type": "string" },
280
+ "TechPostalCode": { "type": "string" },
281
+ "TechCountry": { "type": "string" },
282
+ "TechPhone": { "type": "string" },
283
+ "TechEmailAddress": { "type": "string" },
284
+ "AdminFirstName": { "type": "string" },
285
+ "AdminLastName": { "type": "string" },
286
+ "AdminAddress1": { "type": "string" },
287
+ "AdminCity": { "type": "string" },
288
+ "AdminStateProvince": { "type": "string" },
289
+ "AdminPostalCode": { "type": "string" },
290
+ "AdminCountry": { "type": "string" },
291
+ "AdminPhone": { "type": "string" },
292
+ "AdminEmailAddress": { "type": "string" },
293
+ "AuxBillingFirstName": { "type": "string" },
294
+ "AuxBillingLastName": { "type": "string" },
295
+ "AuxBillingAddress1": { "type": "string" },
296
+ "AuxBillingCity": { "type": "string" },
297
+ "AuxBillingStateProvince": { "type": "string" },
298
+ "AuxBillingPostalCode": { "type": "string" },
299
+ "AuxBillingCountry": { "type": "string" },
300
+ "AuxBillingPhone": { "type": "string" },
301
+ "AuxBillingEmailAddress": { "type": "string" }
302
+ },
303
+ "required": ["DomainName"]
304
+ }
305
+ },
306
+ {
307
+ "name": "get_tld_list",
308
+ "description": "List every TLD Namecheap supports for registration along with metadata: type, category, IsApiRegisterable/Renewable/Transferable, MinRegisterYears, MaxRegisterYears, etc.",
309
+ "method": "GET",
310
+ "path": "/?Command=namecheap.domains.getTldList",
311
+ "input_schema": {
312
+ "type": "object",
313
+ "properties": {}
157
314
  }
158
315
  },
159
316
  {
160
317
  "name": "get_dns_hosts",
161
- "description": "Retrieve all DNS host records for a domain. Requires the second-level domain (SLD) and top-level domain (TLD) as separate parameters. Note: Namecheap returns XML responses.",
318
+ "description": "Get all DNS host records for a domain that uses Namecheap DNS. SLD = second-level (e.g. 'example'), TLD = top-level (e.g. 'com'). Returns DomainDNSGetHostsResult with host entries (HostId, Name, Type, Address, MXPref, TTL).",
162
319
  "method": "GET",
163
- "path": "/get-dns-hosts",
320
+ "path": "/?Command=namecheap.domains.dns.getHosts",
164
321
  "input_schema": {
165
322
  "type": "object",
166
323
  "properties": {
167
- "sld": {
324
+ "SLD": {
168
325
  "type": "string",
169
- "description": "Second-level domain (e.g. 'example' from 'example.com')"
326
+ "description": "Second-level domain (the part before the dot, e.g. 'example' for example.com)"
170
327
  },
171
- "tld": {
328
+ "TLD": {
172
329
  "type": "string",
173
- "description": "Top-level domain (e.g. 'com' from 'example.com')"
330
+ "description": "Top-level domain (the part after the dot, e.g. 'com'). For multi-part TLDs like co.uk, pass 'co.uk'."
174
331
  }
175
332
  },
176
- "required": [
177
- "sld",
178
- "tld"
179
- ]
333
+ "required": ["SLD", "TLD"]
180
334
  }
181
335
  },
182
336
  {
183
337
  "name": "set_dns_hosts",
184
- "description": "Set DNS host records for a domain. Replaces all existing records. Pass host record fields (HostName1, RecordType1, Address1, etc.) in the request body. Note: Namecheap returns XML responses.",
338
+ "description": "⚠️ DESTRUCTIVE OVERWRITE: this call replaces ALL DNS host records for the domain with exactly the set you supply — anything you omit is DELETED. Safe pattern: call get_dns_hosts first, merge in your changes, then send back the FULL list. Records are numbered: HostName1/RecordType1/Address1/MXPref1/TTL1, HostName2/..., up to as many as needed. Use POST (the URL-encoded body easily fits 50+ records).",
185
339
  "method": "POST",
186
- "path": "/set-dns-hosts",
340
+ "path": "/?Command=namecheap.domains.dns.setHosts",
187
341
  "input_schema": {
188
342
  "type": "object",
189
343
  "properties": {
190
- "sld": {
191
- "type": "string",
192
- "description": "Second-level domain (e.g. 'example' from 'example.com')"
193
- },
194
- "tld": {
344
+ "SLD": { "type": "string" },
345
+ "TLD": { "type": "string" },
346
+ "HostName1": { "type": "string", "description": "Host record name (subdomain only, '@' for apex)" },
347
+ "RecordType1": { "type": "string", "enum": ["A", "AAAA", "CNAME", "MX", "MXE", "TXT", "URL", "URL301", "FRAME", "NS", "CAA", "ALIAS"] },
348
+ "Address1": { "type": "string", "description": "Record value" },
349
+ "MXPref1": { "type": "string", "description": "MX preference (required for MX records)" },
350
+ "TTL1": { "type": "string", "default": "1800" },
351
+ "HostName2": { "type": "string" },
352
+ "RecordType2": { "type": "string" },
353
+ "Address2": { "type": "string" },
354
+ "MXPref2": { "type": "string" },
355
+ "TTL2": { "type": "string" },
356
+ "HostName3": { "type": "string" },
357
+ "RecordType3": { "type": "string" },
358
+ "Address3": { "type": "string" },
359
+ "MXPref3": { "type": "string" },
360
+ "TTL3": { "type": "string" },
361
+ "HostName4": { "type": "string" },
362
+ "RecordType4": { "type": "string" },
363
+ "Address4": { "type": "string" },
364
+ "MXPref4": { "type": "string" },
365
+ "TTL4": { "type": "string" },
366
+ "HostName5": { "type": "string" },
367
+ "RecordType5": { "type": "string" },
368
+ "Address5": { "type": "string" },
369
+ "MXPref5": { "type": "string" },
370
+ "TTL5": { "type": "string" }
371
+ },
372
+ "required": ["SLD", "TLD"]
373
+ }
374
+ },
375
+ {
376
+ "name": "set_dns_default",
377
+ "description": "Reset a domain's nameservers to Namecheap's default DNS (registrar-default DNS). Use this to switch back from custom DNS to Namecheap-hosted DNS.",
378
+ "method": "POST",
379
+ "path": "/?Command=namecheap.domains.dns.setDefault",
380
+ "input_schema": {
381
+ "type": "object",
382
+ "properties": {
383
+ "SLD": { "type": "string" },
384
+ "TLD": { "type": "string" }
385
+ },
386
+ "required": ["SLD", "TLD"]
387
+ }
388
+ },
389
+ {
390
+ "name": "set_dns_custom",
391
+ "description": "Set custom external nameservers for a domain (1-13 nameservers, comma-separated). Once set, DNS hosts must be managed at the external provider — Namecheap's host-record API stops applying.",
392
+ "method": "POST",
393
+ "path": "/?Command=namecheap.domains.dns.setCustom",
394
+ "input_schema": {
395
+ "type": "object",
396
+ "properties": {
397
+ "SLD": { "type": "string" },
398
+ "TLD": { "type": "string" },
399
+ "Nameservers": {
195
400
  "type": "string",
196
- "description": "Top-level domain (e.g. 'com' from 'example.com')"
401
+ "description": "Comma-separated nameserver hostnames (e.g. 'ns1.cloudflare.com,ns2.cloudflare.com')"
197
402
  }
198
403
  },
199
- "required": [
200
- "sld",
201
- "tld"
202
- ]
404
+ "required": ["SLD", "TLD", "Nameservers"]
203
405
  }
204
406
  },
205
407
  {
206
- "name": "get_contacts",
207
- "description": "Retrieve the contact information (registrant, tech, admin, aux billing) for a domain. Note: Namecheap returns XML responses.",
408
+ "name": "get_nameservers",
409
+ "description": "Get the nameservers currently set on a domain (whether default Namecheap or custom).",
208
410
  "method": "GET",
209
- "path": "/get-contacts",
411
+ "path": "/?Command=namecheap.domains.dns.getList",
210
412
  "input_schema": {
211
413
  "type": "object",
212
414
  "properties": {
213
- "domainName": {
214
- "type": "string",
215
- "description": "The domain name to get contacts for (e.g. 'example.com')"
216
- }
415
+ "SLD": { "type": "string" },
416
+ "TLD": { "type": "string" }
217
417
  },
218
- "required": [
219
- "domainName"
220
- ]
418
+ "required": ["SLD", "TLD"]
221
419
  }
222
420
  },
223
421
  {
224
- "name": "get_tld_list",
225
- "description": "Get pricing information for all available TLDs including registration, renewal, and transfer prices. Note: Namecheap returns XML responses.",
422
+ "name": "get_balance",
423
+ "description": "Get the current account balance AvailableBalance (spendable), AccountBalance (total including funds in transit), EarnedAmount, WithdrawableAmount.",
226
424
  "method": "GET",
227
- "path": "/get-tld-list",
425
+ "path": "/?Command=namecheap.users.getBalances",
228
426
  "input_schema": {
229
427
  "type": "object",
230
428
  "properties": {}
231
429
  }
232
430
  },
233
431
  {
234
- "name": "set_nameservers",
235
- "description": "Set custom nameservers for a domain. Provide the nameservers as a comma-separated string. Note: Namecheap returns XML responses.",
236
- "method": "POST",
237
- "path": "/set-nameservers",
432
+ "name": "get_pricing",
433
+ "description": "Look up retail pricing for a product type (DOMAIN, SSLCERTIFICATE, WHOISGUARD). For domains, optionally filter by category (REGISTER, RENEW, TRANSFER) and a specific TLD.",
434
+ "method": "GET",
435
+ "path": "/?Command=namecheap.users.getPricing",
238
436
  "input_schema": {
239
437
  "type": "object",
240
438
  "properties": {
241
- "sld": {
439
+ "ProductType": {
440
+ "type": "string",
441
+ "enum": ["DOMAIN", "SSLCERTIFICATE", "WHOISGUARD"]
442
+ },
443
+ "ProductCategory": {
242
444
  "type": "string",
243
- "description": "Second-level domain (e.g. 'example' from 'example.com')"
445
+ "enum": ["REGISTER", "RENEW", "TRANSFER", "REACTIVATE"]
244
446
  },
245
- "tld": {
447
+ "ProductName": {
246
448
  "type": "string",
247
- "description": "Top-level domain (e.g. 'com' from 'example.com')"
449
+ "description": "Specific product (e.g. for DOMAIN this is the TLD: 'com', 'net')"
248
450
  },
249
- "nameservers": {
451
+ "ActionName": {
250
452
  "type": "string",
251
- "description": "Comma-separated list of nameservers (e.g. 'ns1.example.com,ns2.example.com')"
453
+ "enum": ["REGISTER", "RENEW", "TRANSFER", "REACTIVATE"]
252
454
  }
253
455
  },
254
- "required": [
255
- "sld",
256
- "tld",
257
- "nameservers"
258
- ]
456
+ "required": ["ProductType"]
259
457
  }
260
458
  }
261
459
  ]
262
- }
460
+ }