@apteva/integrations 0.15.9 → 0.15.11

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 (60) hide show
  1. package/dist/http-executor.d.ts.map +1 -1
  2. package/dist/http-executor.js +62 -8
  3. package/dist/http-executor.js.map +1 -1
  4. package/dist/mcp-generator.js +24 -0
  5. package/dist/mcp-generator.js.map +1 -1
  6. package/dist/types.d.ts +4 -0
  7. package/dist/types.d.ts.map +1 -1
  8. package/package.json +1 -1
  9. package/src/apps/anthropic-admin.json +183 -0
  10. package/src/apps/apify.json +168 -0
  11. package/src/apps/aws-ses.json +1 -1
  12. package/src/apps/bookvault.json +309 -0
  13. package/src/apps/braintree.json +53 -0
  14. package/src/apps/brightdata.json +22 -1
  15. package/src/apps/browse-ai.json +243 -5
  16. package/src/apps/browserbase.json +41 -11
  17. package/src/apps/browserless.json +101 -0
  18. package/src/apps/bunny-stream.json +50 -28
  19. package/src/apps/ccbill.json +142 -0
  20. package/src/apps/close.json +238 -301
  21. package/src/apps/craftcloud.json +251 -202
  22. package/src/apps/dataforseo.json +1700 -2
  23. package/src/apps/deepgram.json +288 -1
  24. package/src/apps/digitalocean.json +53 -0
  25. package/src/apps/elevenlabs.json +292 -0
  26. package/src/apps/firecrawl.json +111 -0
  27. package/src/apps/gladia.json +158 -0
  28. package/src/apps/gmail.json +2 -5
  29. package/src/apps/gumroad.json +569 -0
  30. package/src/apps/imaterialise.json +171 -262
  31. package/src/apps/ingram-coresource.json +119 -0
  32. package/src/apps/jlcpcb.json +43 -0
  33. package/src/apps/jungle-scout.json +166 -0
  34. package/src/apps/ko-fi.json +34 -0
  35. package/src/apps/lemon-squeezy.json +270 -0
  36. package/src/apps/lulu-print.json +266 -0
  37. package/src/apps/mollie.json +219 -0
  38. package/src/apps/paddle.json +199 -9
  39. package/src/apps/payhip.json +162 -0
  40. package/src/apps/paystack.json +207 -0
  41. package/src/apps/pipedrive.json +221 -212
  42. package/src/apps/publishdrive.json +132 -0
  43. package/src/apps/razorpay.json +207 -0
  44. package/src/apps/ringover.json +69 -0
  45. package/src/apps/runpod.json +727 -0
  46. package/src/apps/salesforce-crm.json +192 -233
  47. package/src/apps/sculpteo.json +98 -180
  48. package/src/apps/segpay.json +215 -0
  49. package/src/apps/shapeways.json +114 -136
  50. package/src/apps/slant3d.json +260 -168
  51. package/src/apps/soniox.json +194 -0
  52. package/src/apps/speechmatics.json +167 -0
  53. package/src/apps/streetlib.json +60 -0
  54. package/src/apps/stripe.json +1 -0
  55. package/src/apps/surfer.json +511 -0
  56. package/src/apps/twitter-api.json +14 -1
  57. package/src/apps/verotel.json +124 -0
  58. package/src/apps/whop.json +364 -0
  59. package/src/apps/zendesk-sell.json +248 -0
  60. package/src/apps/zendesk.json +190 -259
@@ -1,187 +1,165 @@
1
1
  {
2
2
  "slug": "shapeways",
3
3
  "name": "Shapeways",
4
- "description": "MCP server for Shapeways 3D printing marketplace - upload models, validate designs, get pricing, and manage orders",
4
+ "description": "Shapeways API for 3D model management, material lookup, fulfillment orders, and shipping options.",
5
5
  "logo": "https://www.google.com/s2/favicons?domain=shapeways.com&sz=128",
6
- "categories": [
7
- "3d-printing",
8
- "shapeways",
9
- "marketplace",
10
- "materials",
11
- "orders"
12
- ],
6
+ "categories": ["3d-printing", "shapeways", "marketplace", "materials", "orders"],
13
7
  "base_url": "https://api.shapeways.com",
14
8
  "auth": {
15
- "types": [
16
- "bearer"
17
- ],
9
+ "types": ["bearer"],
18
10
  "headers": {
19
11
  "Authorization": "Bearer {{token}}"
20
12
  },
21
13
  "credential_fields": [
22
14
  {
23
- "name": "accessToken",
15
+ "name": "token",
24
16
  "label": "Access Token",
25
- "description": "Shapeways OAuth2 access token for API authentication"
17
+ "description": "Shapeways OAuth2 access token."
26
18
  }
27
19
  ]
28
20
  },
29
21
  "tools": [
30
22
  {
31
- "name": "upload_and_validate",
32
- "description": "Upload 3D model to Shapeways with instant printability validation across 30+ materials",
23
+ "name": "list_materials",
24
+ "description": "List all available Shapeways materials.",
25
+ "method": "GET",
26
+ "path": "/materials/v1",
27
+ "input_schema": { "type": "object", "properties": {} }
28
+ },
29
+ {
30
+ "name": "get_material",
31
+ "description": "Get detailed information for a Shapeways material.",
32
+ "method": "GET",
33
+ "path": "/materials/{materialId}/v1",
34
+ "input_schema": {
35
+ "type": "object",
36
+ "properties": {
37
+ "materialId": { "type": "integer", "description": "Shapeways material id." }
38
+ },
39
+ "required": ["materialId"]
40
+ }
41
+ },
42
+ {
43
+ "name": "upload_model",
44
+ "description": "Upload a model to Shapeways. The API expects model file data plus fileName and uploadScale for STL/OBJ/VOX.",
33
45
  "method": "POST",
34
- "path": "/upload-and-validate",
46
+ "path": "/models/v1",
47
+ "multipart_form": {
48
+ "file_fields": {
49
+ "file": "file"
50
+ },
51
+ "field_names": ["fileName", "uploadScale", "title", "description", "isPublic"]
52
+ },
35
53
  "input_schema": {
36
54
  "type": "object",
37
55
  "properties": {
38
- "file": {
39
- "type": "string",
40
- "description": "Base64 encoded 3D model file"
41
- },
42
- "modelName": {
43
- "type": "string",
44
- "description": "Name for the model"
45
- },
46
- "description": {
47
- "type": "string",
48
- "description": "Model description"
49
- },
50
- "isPublic": {
51
- "type": "boolean",
52
- "description": "Make model publicly visible",
53
- "default": false
54
- },
55
- "validateForMaterials": {
56
- "type": "array",
57
- "description": "Material IDs to validate against",
58
- "items": {
59
- "type": "string"
60
- }
61
- }
56
+ "file": { "type": "string", "description": "Model file bytes as base64, data URL, or raw string." },
57
+ "fileName": { "type": "string", "description": "Filename with extension." },
58
+ "uploadScale": { "type": "number", "description": "Scale in meters. Required by Shapeways for STL, OBJ, and VOX files." },
59
+ "title": { "type": "string" },
60
+ "description": { "type": "string" },
61
+ "isPublic": { "type": "boolean" }
62
62
  },
63
- "required": [
64
- "file",
65
- "modelName"
66
- ]
63
+ "required": ["file", "fileName"]
67
64
  }
68
65
  },
69
66
  {
70
- "name": "get_material_pricing",
71
- "description": "Get pricing information for a model in different materials",
67
+ "name": "list_models",
68
+ "description": "List authenticated user's Shapeways models.",
72
69
  "method": "GET",
73
- "path": "/get-material-pricing",
70
+ "path": "/models/v1",
71
+ "query_params": ["page", "limit"],
74
72
  "input_schema": {
75
73
  "type": "object",
76
74
  "properties": {
77
- "modelId": {
78
- "type": "string",
79
- "description": "ID of the uploaded model"
80
- },
81
- "materialIds": {
82
- "type": "array",
83
- "description": "Array of material IDs to get pricing for",
84
- "items": {
85
- "type": "string"
86
- }
87
- },
88
- "quantity": {
89
- "type": "number",
90
- "description": "Quantity to price",
91
- "default": 1
92
- }
75
+ "page": { "type": "integer" },
76
+ "limit": { "type": "integer" }
77
+ }
78
+ }
79
+ },
80
+ {
81
+ "name": "get_model",
82
+ "description": "Get Shapeways model information and printability/material checks.",
83
+ "method": "GET",
84
+ "path": "/models/{modelId}/v1",
85
+ "input_schema": {
86
+ "type": "object",
87
+ "properties": {
88
+ "modelId": { "type": "integer" }
89
+ },
90
+ "required": ["modelId"]
91
+ }
92
+ },
93
+ {
94
+ "name": "delete_model",
95
+ "description": "Delete a Shapeways model.",
96
+ "method": "DELETE",
97
+ "path": "/models/{modelId}/v1",
98
+ "input_schema": {
99
+ "type": "object",
100
+ "properties": {
101
+ "modelId": { "type": "integer" }
93
102
  },
94
- "required": [
95
- "modelId"
96
- ]
103
+ "required": ["modelId"]
97
104
  }
98
105
  },
99
106
  {
100
107
  "name": "place_order",
101
- "description": "Place an order for 3D printed models",
102
- "method": "GET",
103
- "path": "/place-order",
108
+ "description": "Place a Shapeways fulfillment order.",
109
+ "method": "POST",
110
+ "path": "/orders/v1",
111
+ "body_root_param": "body",
104
112
  "input_schema": {
105
113
  "type": "object",
106
114
  "properties": {
107
- "items": {
108
- "type": "array",
109
- "description": "Array of items to order",
110
- "items": {
111
- "type": "object",
112
- "properties": {
113
- "modelId": {
114
- "type": "string"
115
- },
116
- "materialId": {
117
- "type": "string"
118
- },
119
- "quantity": {
120
- "type": "number",
121
- "default": 1
122
- }
123
- },
124
- "required": [
125
- "modelId",
126
- "materialId"
127
- ]
128
- }
129
- },
130
- "shippingAddress": {
115
+ "body": {
131
116
  "type": "object",
132
- "description": "Shipping address",
133
- "properties": {
134
- "firstName": {
135
- "type": "string"
136
- },
137
- "lastName": {
138
- "type": "string"
139
- },
140
- "address1": {
141
- "type": "string"
142
- },
143
- "city": {
144
- "type": "string"
145
- },
146
- "postalCode": {
147
- "type": "string"
148
- },
149
- "countryCode": {
150
- "type": "string"
151
- }
152
- },
153
- "required": [
154
- "firstName",
155
- "lastName",
156
- "address1",
157
- "city",
158
- "postalCode",
159
- "countryCode"
160
- ]
117
+ "description": "Shapeways order payload: items/models/materials, shipping address, shipping option, and checkout fields."
161
118
  }
162
119
  },
163
- "required": [
164
- "items",
165
- "shippingAddress"
166
- ]
120
+ "required": ["body"]
167
121
  }
168
122
  },
169
123
  {
170
- "name": "get_order_status",
171
- "description": "Check the status of a Shapeways order",
124
+ "name": "list_orders",
125
+ "description": "List Shapeways orders for the authenticated account.",
172
126
  "method": "GET",
173
- "path": "/get-order-status",
127
+ "path": "/orders/v1",
128
+ "query_params": ["page", "limit"],
174
129
  "input_schema": {
175
130
  "type": "object",
176
131
  "properties": {
177
- "orderId": {
178
- "type": "string",
179
- "description": "Order ID to check"
180
- }
132
+ "page": { "type": "integer" },
133
+ "limit": { "type": "integer" }
134
+ }
135
+ }
136
+ },
137
+ {
138
+ "name": "get_order",
139
+ "description": "Get Shapeways order details and status.",
140
+ "method": "GET",
141
+ "path": "/orders/{orderId}/v1",
142
+ "input_schema": {
143
+ "type": "object",
144
+ "properties": {
145
+ "orderId": { "type": "integer" }
146
+ },
147
+ "required": ["orderId"]
148
+ }
149
+ },
150
+ {
151
+ "name": "get_shipping_options",
152
+ "description": "Get shipping options for a destination country and optional zip/postal code.",
153
+ "method": "GET",
154
+ "path": "/cart/shipping-options/v1",
155
+ "query_params": ["country", "zipCode"],
156
+ "input_schema": {
157
+ "type": "object",
158
+ "properties": {
159
+ "country": { "type": "string", "description": "2-letter ISO country code." },
160
+ "zipCode": { "type": "string", "description": "Optional destination postal code." }
181
161
  },
182
- "required": [
183
- "orderId"
184
- ]
162
+ "required": ["country"]
185
163
  }
186
164
  }
187
165
  ]