universal-mcp-applications 0.1.17__py3-none-any.whl → 0.1.33__py3-none-any.whl

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.

Potentially problematic release.


This version of universal-mcp-applications might be problematic. Click here for more details.

Files changed (143) hide show
  1. universal_mcp/applications/BEST_PRACTICES.md +166 -0
  2. universal_mcp/applications/ahrefs/README.md +3 -3
  3. universal_mcp/applications/airtable/README.md +3 -3
  4. universal_mcp/applications/airtable/app.py +0 -1
  5. universal_mcp/applications/apollo/app.py +0 -1
  6. universal_mcp/applications/asana/README.md +3 -3
  7. universal_mcp/applications/aws_s3/README.md +29 -0
  8. universal_mcp/applications/aws_s3/app.py +40 -39
  9. universal_mcp/applications/bill/README.md +249 -0
  10. universal_mcp/applications/browser_use/README.md +1 -0
  11. universal_mcp/applications/browser_use/__init__.py +0 -0
  12. universal_mcp/applications/browser_use/app.py +71 -0
  13. universal_mcp/applications/calendly/README.md +45 -45
  14. universal_mcp/applications/calendly/app.py +125 -125
  15. universal_mcp/applications/canva/README.md +35 -35
  16. universal_mcp/applications/canva/app.py +95 -99
  17. universal_mcp/applications/clickup/README.md +4 -4
  18. universal_mcp/applications/confluence/app.py +0 -1
  19. universal_mcp/applications/contentful/README.md +1 -2
  20. universal_mcp/applications/contentful/app.py +4 -5
  21. universal_mcp/applications/crustdata/README.md +3 -3
  22. universal_mcp/applications/domain_checker/README.md +2 -2
  23. universal_mcp/applications/domain_checker/app.py +11 -15
  24. universal_mcp/applications/e2b/README.md +4 -4
  25. universal_mcp/applications/e2b/app.py +4 -4
  26. universal_mcp/applications/elevenlabs/README.md +3 -77
  27. universal_mcp/applications/elevenlabs/app.py +18 -15
  28. universal_mcp/applications/exa/README.md +7 -7
  29. universal_mcp/applications/exa/app.py +17 -17
  30. universal_mcp/applications/falai/README.md +13 -12
  31. universal_mcp/applications/falai/app.py +34 -35
  32. universal_mcp/applications/figma/README.md +3 -3
  33. universal_mcp/applications/file_system/README.md +13 -0
  34. universal_mcp/applications/file_system/app.py +9 -9
  35. universal_mcp/applications/firecrawl/README.md +9 -9
  36. universal_mcp/applications/firecrawl/app.py +46 -46
  37. universal_mcp/applications/fireflies/README.md +14 -14
  38. universal_mcp/applications/fireflies/app.py +164 -57
  39. universal_mcp/applications/fpl/README.md +12 -12
  40. universal_mcp/applications/fpl/app.py +54 -55
  41. universal_mcp/applications/ghost_content/app.py +0 -1
  42. universal_mcp/applications/github/README.md +10 -10
  43. universal_mcp/applications/github/app.py +50 -52
  44. universal_mcp/applications/google_calendar/README.md +10 -10
  45. universal_mcp/applications/google_calendar/app.py +50 -49
  46. universal_mcp/applications/google_docs/README.md +14 -14
  47. universal_mcp/applications/google_docs/app.py +307 -233
  48. universal_mcp/applications/google_drive/README.md +54 -57
  49. universal_mcp/applications/google_drive/app.py +270 -261
  50. universal_mcp/applications/google_gemini/README.md +3 -14
  51. universal_mcp/applications/google_gemini/app.py +15 -18
  52. universal_mcp/applications/google_mail/README.md +20 -20
  53. universal_mcp/applications/google_mail/app.py +110 -109
  54. universal_mcp/applications/google_searchconsole/README.md +10 -10
  55. universal_mcp/applications/google_searchconsole/app.py +37 -37
  56. universal_mcp/applications/google_sheet/README.md +25 -25
  57. universal_mcp/applications/google_sheet/app.py +270 -266
  58. universal_mcp/applications/hashnode/README.md +6 -3
  59. universal_mcp/applications/hashnode/app.py +174 -25
  60. universal_mcp/applications/http_tools/README.md +5 -5
  61. universal_mcp/applications/http_tools/app.py +10 -11
  62. universal_mcp/applications/hubspot/api_segments/__init__.py +0 -0
  63. universal_mcp/applications/hubspot/api_segments/api_segment_base.py +54 -0
  64. universal_mcp/applications/hubspot/api_segments/crm_api.py +7337 -0
  65. universal_mcp/applications/hubspot/api_segments/marketing_api.py +1467 -0
  66. universal_mcp/applications/hubspot/app.py +2 -15
  67. universal_mcp/applications/jira/app.py +0 -1
  68. universal_mcp/applications/klaviyo/README.md +0 -36
  69. universal_mcp/applications/linkedin/README.md +18 -4
  70. universal_mcp/applications/linkedin/app.py +763 -162
  71. universal_mcp/applications/mailchimp/README.md +3 -3
  72. universal_mcp/applications/markitdown/app.py +10 -5
  73. universal_mcp/applications/ms_teams/README.md +31 -31
  74. universal_mcp/applications/ms_teams/app.py +151 -151
  75. universal_mcp/applications/neon/README.md +3 -3
  76. universal_mcp/applications/onedrive/README.md +24 -0
  77. universal_mcp/applications/onedrive/__init__.py +1 -0
  78. universal_mcp/applications/onedrive/app.py +338 -0
  79. universal_mcp/applications/openai/README.md +18 -17
  80. universal_mcp/applications/openai/app.py +40 -39
  81. universal_mcp/applications/outlook/README.md +9 -9
  82. universal_mcp/applications/outlook/app.py +307 -225
  83. universal_mcp/applications/perplexity/README.md +4 -4
  84. universal_mcp/applications/perplexity/app.py +4 -4
  85. universal_mcp/applications/posthog/README.md +128 -127
  86. universal_mcp/applications/reddit/README.md +21 -124
  87. universal_mcp/applications/reddit/app.py +51 -68
  88. universal_mcp/applications/resend/README.md +29 -29
  89. universal_mcp/applications/resend/app.py +116 -117
  90. universal_mcp/applications/rocketlane/app.py +0 -1
  91. universal_mcp/applications/scraper/README.md +7 -4
  92. universal_mcp/applications/scraper/__init__.py +1 -1
  93. universal_mcp/applications/scraper/app.py +341 -103
  94. universal_mcp/applications/semrush/README.md +3 -0
  95. universal_mcp/applications/serpapi/README.md +3 -3
  96. universal_mcp/applications/serpapi/app.py +14 -14
  97. universal_mcp/applications/sharepoint/README.md +19 -0
  98. universal_mcp/applications/sharepoint/app.py +285 -173
  99. universal_mcp/applications/shopify/app.py +0 -1
  100. universal_mcp/applications/shortcut/README.md +3 -3
  101. universal_mcp/applications/slack/README.md +23 -0
  102. universal_mcp/applications/slack/app.py +79 -48
  103. universal_mcp/applications/spotify/README.md +3 -3
  104. universal_mcp/applications/supabase/README.md +3 -3
  105. universal_mcp/applications/tavily/README.md +4 -4
  106. universal_mcp/applications/tavily/app.py +4 -4
  107. universal_mcp/applications/twilio/README.md +15 -0
  108. universal_mcp/applications/twitter/README.md +92 -89
  109. universal_mcp/applications/twitter/api_segments/compliance_api.py +13 -15
  110. universal_mcp/applications/twitter/api_segments/dm_conversations_api.py +20 -20
  111. universal_mcp/applications/twitter/api_segments/dm_events_api.py +12 -12
  112. universal_mcp/applications/twitter/api_segments/likes_api.py +12 -12
  113. universal_mcp/applications/twitter/api_segments/lists_api.py +37 -39
  114. universal_mcp/applications/twitter/api_segments/spaces_api.py +24 -24
  115. universal_mcp/applications/twitter/api_segments/trends_api.py +4 -4
  116. universal_mcp/applications/twitter/api_segments/tweets_api.py +105 -105
  117. universal_mcp/applications/twitter/api_segments/usage_api.py +4 -4
  118. universal_mcp/applications/twitter/api_segments/users_api.py +136 -136
  119. universal_mcp/applications/twitter/app.py +15 -11
  120. universal_mcp/applications/whatsapp/README.md +12 -12
  121. universal_mcp/applications/whatsapp/app.py +66 -67
  122. universal_mcp/applications/whatsapp/audio.py +39 -35
  123. universal_mcp/applications/whatsapp/whatsapp.py +176 -154
  124. universal_mcp/applications/whatsapp_business/README.md +23 -23
  125. universal_mcp/applications/whatsapp_business/app.py +92 -92
  126. universal_mcp/applications/yahoo_finance/README.md +17 -0
  127. universal_mcp/applications/yahoo_finance/__init__.py +1 -0
  128. universal_mcp/applications/yahoo_finance/app.py +300 -0
  129. universal_mcp/applications/youtube/README.md +46 -46
  130. universal_mcp/applications/youtube/app.py +208 -195
  131. universal_mcp/applications/zenquotes/README.md +1 -1
  132. universal_mcp/applications/zenquotes/__init__.py +2 -0
  133. universal_mcp/applications/zenquotes/app.py +5 -5
  134. {universal_mcp_applications-0.1.17.dist-info → universal_mcp_applications-0.1.33.dist-info}/METADATA +5 -90
  135. {universal_mcp_applications-0.1.17.dist-info → universal_mcp_applications-0.1.33.dist-info}/RECORD +137 -128
  136. universal_mcp/applications/replicate/README.md +0 -18
  137. universal_mcp/applications/replicate/__init__.py +0 -1
  138. universal_mcp/applications/replicate/app.py +0 -493
  139. universal_mcp/applications/unipile/README.md +0 -28
  140. universal_mcp/applications/unipile/__init__.py +0 -1
  141. universal_mcp/applications/unipile/app.py +0 -827
  142. {universal_mcp_applications-0.1.17.dist-info → universal_mcp_applications-0.1.33.dist-info}/WHEEL +0 -0
  143. {universal_mcp_applications-0.1.17.dist-info → universal_mcp_applications-0.1.33.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,249 @@
1
+ # BillApp MCP Server
2
+
3
+ An MCP Server for the BillApp API.
4
+
5
+ ## 🛠️ Tool List
6
+
7
+ This is automatically generated from OpenAPI schema for the BillApp API.
8
+
9
+
10
+ | Tool | Description |
11
+ |------|-------------|
12
+ | `list_customer_attachments` | Get list of customer attachments |
13
+ | `create_customer_attachment` | Upload customer attachment |
14
+ | `list_invoice_attachments` | Get list of invoice attachments |
15
+ | `create_invoice_attachment` | Upload invoice attachment |
16
+ | `list_vendor_attachments` | Get list of vendor attachments |
17
+ | `create_vendor_attachment` | Upload vendor attachment |
18
+ | `get_attachment` | Get attachment details |
19
+ | `list_bills` | Get list of bills |
20
+ | `create_bill` | Create a bill |
21
+ | `create_bulk_bills` | Create multiple bills |
22
+ | `get_bill` | Get bill details |
23
+ | `replace_bill` | Replace a bill |
24
+ | `update_bill` | Update a bill |
25
+ | `archive_bill` | Archive a bill |
26
+ | `restore_bill` | Restore an archived bill |
27
+ | `list_classification_accounting_classes` | Get list of accounting classes |
28
+ | `create_classification_accounting_class` | Create an accounting class |
29
+ | `bulk_create_classification_accounting_class` | Create multiple accounting classes |
30
+ | `bulk_update_classification_accounting_class` | Update multiple accounting classes |
31
+ | `bulk_archive_classification_accounting_class` | Archive multiple accounting classes |
32
+ | `bulk_restore_classification_accounting_class` | Restore multiple accounting classes |
33
+ | `get_classification_accounting_class` | Get accounting class details |
34
+ | `update_classification_accounting_class` | Update an accounting class |
35
+ | `archive_classification_accounting_class` | Archive an accounting class |
36
+ | `restore_classification_accounting_class` | Restore an archived accounting class |
37
+ | `list_classification_chart_of_accounts` | Get list of chart of accounts |
38
+ | `create_classification_chart_of_accounts` | Create a chart of accounts |
39
+ | `bulk_create_classification_chart_of_accounts` | Create multiple chart of accounts |
40
+ | `bulk_update_classification_chart_of_accounts` | Update multiple chart of accounts |
41
+ | `bulk_archive_classification_chart_of_accounts` | Archive mutliple chart of accounts |
42
+ | `bulk_restore_classification_chart_of_accounts` | Restore multiple chart of accounts |
43
+ | `get_classification_chart_of_accounts` | Get chart of accounts details |
44
+ | `update_classification_chart_of_accounts` | Update a chart of accounts |
45
+ | `archive_classification_chart_of_accounts` | Archive a chart of accounts |
46
+ | `restore_classification_chart_of_accounts` | Restore an archived chart of accounts |
47
+ | `list_classification_departments` | Get list of departments |
48
+ | `create_classification_department` | Create a department |
49
+ | `bulk_create_classification_department` | Create multiple departments |
50
+ | `bulk_update_classification_department` | Update multiple departments |
51
+ | `bulk_archive_classification_department` | Archive multiple departments |
52
+ | `bulk_restore_classification_department` | Restore multiple departments |
53
+ | `get_classification_department` | Get department details |
54
+ | `update_classification_department` | Update a department |
55
+ | `archive_classification_department` | Archive a department |
56
+ | `restore_classification_department` | Restore an archived department |
57
+ | `list_classification_employees` | Get list of employees |
58
+ | `create_classification_employee` | Create an employee |
59
+ | `bulk_create_classification_employee` | Create multiple employees |
60
+ | `bulk_update_classification_employee` | Update multiple employees |
61
+ | `bulk_archive_classification_employee` | Archive multiple employees |
62
+ | `bulk_restore_classification_employee` | Restore multiple employees |
63
+ | `get_classification_employee` | Get employee details |
64
+ | `update_classification_employee` | Update an employee |
65
+ | `archive_classification_employee` | Archive an employee |
66
+ | `restore_classification_employee` | Restore an archived employee |
67
+ | `list_classification_items` | Get list of items |
68
+ | `create_classification_item` | Create an item |
69
+ | `bulk_create_classification_item` | Create multiple items |
70
+ | `bulk_update_classification_item` | Update multiple items |
71
+ | `bulk_archive_classification_item` | Archive multiple items |
72
+ | `bulk_restore_classification_item` | Restore multiple items |
73
+ | `get_classification_item` | Get item details |
74
+ | `update_classification_item` | Update an item |
75
+ | `archive_classification_item` | Archive an item |
76
+ | `restore_classification_item` | Restore an archived item |
77
+ | `list_classification_jobs` | Get list of jobs |
78
+ | `create_classification_job` | Create a job |
79
+ | `bulk_create_classification_job` | Create multiple jobs |
80
+ | `bulk_update_classification_job` | Update multiple jobs |
81
+ | `bulk_archive_classification_job` | Archive multiple jobs |
82
+ | `bulk_restore_classification_job` | Restore multiple jobs |
83
+ | `get_classification_job` | Get job details |
84
+ | `update_classification_job` | Update a job |
85
+ | `archive_classification_job` | Archive a job |
86
+ | `restore_classification_job` | Restore an archived job |
87
+ | `list_classification_locations` | Get list of locations |
88
+ | `create_classification_location` | Create a location |
89
+ | `bulk_create_classification_location` | Create multiple locations |
90
+ | `bulk_update_classification_location` | Update multiple locations |
91
+ | `bulk_archive_classification_location` | Archive multiple locations |
92
+ | `bulk_restore_classification_location` | Restore multiple locations |
93
+ | `get_classification_location` | Get location details |
94
+ | `update_classification_location` | Update a location |
95
+ | `archive_classification_location` | Archive a location |
96
+ | `restore_classification_location` | Restore an archived location |
97
+ | `list_customers` | Get list of customers |
98
+ | `create_customer` | Create a customer |
99
+ | `get_customer` | Get customer details |
100
+ | `update_customer` | Update a customer |
101
+ | `archive_customer` | Archive a customer |
102
+ | `restore_customer` | Restore an archived customer |
103
+ | `list_documents` | Get list of documents |
104
+ | `create_bill_document` | Upload bill document |
105
+ | `upload_status` | Get document upload status |
106
+ | `get_document` | Get document details |
107
+ | `list_payable_apcards` | Get list of AP Cards |
108
+ | `list_bank_accounts` | Get list of bank accounts |
109
+ | `create_bank_account` | Create a bank account |
110
+ | `list_bank_account_users` | Get list of bank account users |
111
+ | `nominate_bank_account_user` | Nominate a bank account user |
112
+ | `archive_bank_account_user` | Archive a bank account user |
113
+ | `get_bank_account` | Get bank account details |
114
+ | `update_bank_account` | Update a bank account |
115
+ | `archive_bank_account` | Archive a bank account |
116
+ | `verify_bank_account` | Verify a bank account |
117
+ | `list_payable_card_accounts` | Get list of card accounts |
118
+ | `list_card_funding_purposes` | Get card funding purpose |
119
+ | `list_card_account_users` | Get list of card account users |
120
+ | `get_card_account` | Get card account details |
121
+ | `get_funding_account_permission` | Get funding account permissions |
122
+ | `get_health_check` | Check app health |
123
+ | `list_invoices` | Get list of invoices |
124
+ | `create_invoice` | Create an invoice |
125
+ | `record_invoice` | Record AR payment |
126
+ | `get_invoice` | Get invoice details |
127
+ | `replace_invoice` | Replace an invoice |
128
+ | `update_invoice` | Update an invoice |
129
+ | `archive_invoice` | Archive an invoice |
130
+ | `send_invoice` | Send an invoice |
131
+ | `restore_invoice` | Restore an archived invoice |
132
+ | `login` | API login |
133
+ | `get_session_info` | Get API session details |
134
+ | `logout` | API logout |
135
+ | `generate_challenge` | Generate MFA challenge |
136
+ | `validate_challenge` | Validate MFA challenge |
137
+ | `list_mfa_phones` | Get list of MFA phone numbers |
138
+ | `setup` | Add phone for MFA setup |
139
+ | `validate` | Validate phone for MFA setup |
140
+ | `step_up_session` | MFA step-up for API session |
141
+ | `search` | Search for an organization in the BILL networks |
142
+ | `accept_invitation` | Accept network invitation |
143
+ | `get_customer_invitation` | Get customer invitation status |
144
+ | `create_customer_invitation` | Invite a customer in the BILL network |
145
+ | `delete_customer_invitation` | Delete customer connection |
146
+ | `get_vendor_invitation` | Get vendor invitation status |
147
+ | `create_vendor_invitation` | Invite a vendor in the BILL network |
148
+ | `delete_vendor_invitation` | Delete vendor connection |
149
+ | `list_industries` | Get list of organization industries |
150
+ | `get_organization` | Get organization details |
151
+ | `update_organization` | Update an organization |
152
+ | `get_price_plan` | Get organization price plan details |
153
+ | `partner_login` | API partner login |
154
+ | `login_as_user` | API login as user |
155
+ | `list_partner_organizations` | Get list of organizations |
156
+ | `create_organization` | Create an organization |
157
+ | `create_phone` | Add phone for risk verification |
158
+ | `list_partner_user_roles` | Get list of user roles |
159
+ | `get_partner_user_role` | Get user role details |
160
+ | `list_partner_users` | Get list of users |
161
+ | `create_partner_user` | Create a user |
162
+ | `get_partner_user` | Get user details |
163
+ | `update_partner_user` | Update a user |
164
+ | `archive_partner_user` | Archive a user |
165
+ | `restore_partner_user` | Restore an archived user |
166
+ | `list_payments` | Get list of payments |
167
+ | `create_payment` | Create a payment |
168
+ | `create_bulk_payment` | Create a bulk payment |
169
+ | `list_payment_options` | Get list of vendor payment options |
170
+ | `get_payment` | Get payment details |
171
+ | `cancel_payment` | Cancel a payment |
172
+ | `get_check_image_data` | Get check image data |
173
+ | `void_payment` | Void a payment |
174
+ | `list_recurring_bills` | Get list of recurring bills |
175
+ | `create_recurring_bill` | Create a recurring bill |
176
+ | `get_recurring_bill` | Get recurring bill details |
177
+ | `replace_recurring_bill` | Replace a recurring bill |
178
+ | `update_recurring_bill` | Update a recurring bill |
179
+ | `archive_recurring_bill` | Archive a recurring bill |
180
+ | `restore_recurring_bill` | Restore an archived recurring bill |
181
+ | `get_vendor_audit_trail` | Get audit trail details for a vendor |
182
+ | `get_risk_verifications` | Get risk verification details |
183
+ | `initiate_risk_verifications` | Initiate risk verification for an organization |
184
+ | `get_risk_verification_phone` | Get phone status for risk verification |
185
+ | `create_risk_verification_phone` | Add phone for risk verification |
186
+ | `list_organization_user_roles` | Get list of user roles |
187
+ | `get_organization_user_role` | Get user role details |
188
+ | `list_budgets` | Get list of budgets |
189
+ | `create_budget` | Create a budget |
190
+ | `get_budget` | Get budget details |
191
+ | `delete_budget` | Delete a budget |
192
+ | `update_budget` | Update a budget |
193
+ | `list_budget_members` | Get list of members for a budget |
194
+ | `upsert_bulk_budget_users` | Update a list of budget members in a budget |
195
+ | `get_budget_member` | Get a single member for a budget |
196
+ | `upsert_budget_member` | Add a member to a budget or update an existing member of the budget |
197
+ | `delete_budget_member` | Delete a member from a budget |
198
+ | `list_cards` | Get list of cards |
199
+ | `create_budget_card` | Create a vendor card |
200
+ | `get_card` | Get card details |
201
+ | `delete_card` | Delete a card |
202
+ | `update_card` | Update a vendor card |
203
+ | `get_pan_jwt` | Get PAN JWT |
204
+ | `list_custom_fields` | Get list of custom fields |
205
+ | `create_custom_field` | Create custom field |
206
+ | `get_custom_field` | Get custom field details |
207
+ | `delete_custom_field` | Delete a custom field |
208
+ | `update_custom_field` | Update custom field details |
209
+ | `list_custom_field_values` | Get list of values for custom field |
210
+ | `create_custom_field_values` | Create custom field values |
211
+ | `delete_custom_field_value` | Delete custom field values |
212
+ | `get_custom_field_values` | Get custom field value |
213
+ | `list_reimbursements` | Get list of reimbursements |
214
+ | `create_reimbursement` | Create a reimbursement |
215
+ | `create_image_upload_url` | Create an image upload URL for a reimbursement. |
216
+ | `get_reimbursement` | Get reimbursement details |
217
+ | `delete_reimbursement` | Delete a reimbursement |
218
+ | `update_reimbursement` | Update a reimbursement |
219
+ | `approve_or_deny_reimbursement` | Approve or deny a reimbursement |
220
+ | `list_transactions` | Get list of transactions |
221
+ | `get_transaction` | Get transaction details |
222
+ | `update_transaction` | Update transaction |
223
+ | `list_transaction_custom_fields` | Get transaction custom field details |
224
+ | `update_transaction_custom_fields` | Update a custom field and values on a transaction |
225
+ | `list_transaction_custom_field_values` | Get transaction custom field value details |
226
+ | `list_users` | Get list of users |
227
+ | `create_user` | Create a user |
228
+ | `get_current_user` | Get current user details |
229
+ | `get_user` | Get user details |
230
+ | `delete_user` | Delete a user |
231
+ | `update_user` | Update a user |
232
+ | `list_organization_users` | Get list of users |
233
+ | `create_organization_user` | Create a user |
234
+ | `get_organization_user` | Get user details |
235
+ | `update_organization_user` | Update a user |
236
+ | `archive_organization_user` | Archive a user |
237
+ | `restore_organization_user` | Restore an archived user |
238
+ | `list_vendors` | Get list of vendors |
239
+ | `create_vendor` | Create a vendor |
240
+ | `create_bulk_vendor` | Create multiple vendors |
241
+ | `get_intl_config` | Get international payments configuration |
242
+ | `get_vendor` | Get vendor details |
243
+ | `update_vendor` | Update a vendor |
244
+ | `archive_vendor` | Archive a vendor |
245
+ | `get_vendor_bank_account` | Get vendor bank account details |
246
+ | `create_vendor_bank_account` | Create a vendor bank account |
247
+ | `delete_vendor_bank_account` | Delete a vendor bank account |
248
+ | `get_configuration_by_vendor_id` | Get vendor configuration |
249
+ | `restore_vendor` | Restore an archived vendor |
@@ -0,0 +1 @@
1
+ # Browser Use
File without changes
@@ -0,0 +1,71 @@
1
+ from typing import Annotated
2
+
3
+ from universal_mcp.applications.application import APIApplication
4
+ from universal_mcp.integrations import Integration
5
+
6
+ from browser_use_sdk import BrowserUse
7
+
8
+
9
+ class BrowserUseApp(APIApplication):
10
+ def __init__(self, integration: Integration | None = None, **kwargs) -> None:
11
+ super().__init__(name="browser_use", integration=integration, **kwargs)
12
+ self._browser_client = None
13
+
14
+ @property
15
+ def browser_client(self) -> BrowserUse:
16
+ if self._browser_client is not None:
17
+ return self._browser_client
18
+ if not self.integration:
19
+ raise ValueError("Integration is required but not provided")
20
+ credentials = self.integration.get_credentials()
21
+ api_key = (
22
+ credentials.get("api_key")
23
+ or credentials.get("API_KEY")
24
+ or credentials.get("apiKey")
25
+ )
26
+ if not api_key:
27
+ raise ValueError("API key not found in integration credentials")
28
+ self._browser_client = BrowserUse(api_key=api_key)
29
+ return self._browser_client
30
+
31
+ async def browser_task(
32
+ self,
33
+ task: Annotated[str, "What you want the browser to do"],
34
+ max_steps: Annotated[int, "Max actions to take (1-10, default: 8)"] = 8,
35
+ llm: Annotated[str, "The LLM to use for the task"] = "gpt-4.1",
36
+ ) -> dict:
37
+ """
38
+ Creates and runs a browser automation task.
39
+
40
+ Args:
41
+ task (str): The detailed description of the task for the browser to perform.
42
+ max_steps (int, optional): The maximum number of actions the browser can take. Defaults to 8.
43
+ llm (str, optional): The language model to use for interpreting the task. Defaults to "gpt-4.1".
44
+
45
+ Returns:
46
+ dict: The result of the completed task, including output and other metadata.
47
+ """
48
+ created_task = self.browser_client.tasks.create_task(
49
+ llm=llm, task=task, max_steps=max_steps
50
+ )
51
+ result = created_task.complete()
52
+ return result.model_dump()
53
+
54
+ async def get_browser_task_status(
55
+ self,
56
+ task_id: Annotated[str, "Task ID to check"],
57
+ ) -> dict:
58
+ """
59
+ Checks task progress with smart polling.
60
+
61
+ Args:
62
+ task_id (str): The ID of the task to check.
63
+
64
+ Returns:
65
+ dict: The current status and details of the task.
66
+ """
67
+ task = self.browser_client.tasks.get_task(task_id)
68
+ return task.model_dump()
69
+
70
+ def list_tools(self):
71
+ return [self.browser_task, self.get_browser_task_status]
@@ -1,53 +1,53 @@
1
- # Calendly MCP Server
1
+ # CalendlyApp MCP Server
2
2
 
3
- An MCP Server for the Calendly API.
3
+ An MCP Server for the CalendlyApp API.
4
4
 
5
5
  ## 🛠️ Tool List
6
6
 
7
- This is automatically generated from OpenAPI schema for the Calendly API.
7
+ This is automatically generated from OpenAPI schema for the CalendlyApp API.
8
8
 
9
9
 
10
10
  | Tool | Description |
11
11
  |------|-------------|
12
- | `list_event_invitees` | Retrieves a paginated list of invitees for a specific scheduled event with optional filtering by status, email, and sorting parameters. |
13
- | `get_event` | Retrieves details about a scheduled event identified by the provided UUID using the GET method. |
14
- | `get_event_invitee` | Retrieves detailed information about a specific invitee for a scheduled event using their unique identifiers. |
15
- | `list_events` | Retrieves a list of scheduled events filtered by user, organization, invitee, status, time range, and other parameters, supporting pagination and sorting. |
16
- | `get_event_type` | Retrieves the details of a specific event type identified by its UUID using the path "/event_types/{uuid}" and the GET method. |
17
- | `list_user_sevent_types` | Retrieves a list of event types based on active status, organization, user, availability schedule, sorting, and pagination. |
18
- | `get_user` | Retrieves a user's details by their unique identifier (UUID) and returns the user data. |
19
- | `get_current_user` | Retrieves information about the current user using the API. |
20
- | `list_organization_invitations` | Retrieves a list of invitations for an organization identified by its UUID, allowing filtering by count, page token, sort order, email, and invitation status. |
21
- | `invite_user_to_organization` | Creates an invitation for a user to join an organization, identified by the provided UUID, and sends it to the specified recipient. |
22
- | `get_organization_invitation` | Retrieves information about an organization invitation identified by its UUID, returning details about the invitation using the specified organization UUID and invitation UUID. |
23
- | `revoke_user_sorganization_invitation` | Deletes one or more organization invitations and returns success or error codes indicating invalid tokens, missing invitations, or authorization issues. |
24
- | `get_organization_membership` | Retrieves details of a specific organization membership using its unique identifier. |
25
- | `remove_user_from_organization` | Removes a user from an organization using the specified UUID and returns a success status if the operation is completed without errors. |
26
- | `list_organization_memberships` | Retrieves and lists organization memberships for specified users or organizations, supporting filtering by user, organization, and other criteria, using the "GET" method at the "/organization_memberships" path. |
27
- | `get_webhook_subscription` | Retrieves the details of a webhook subscription identified by the specified `webhook_uuid`, returning relevant subscription information in response. |
28
- | `delete_webhook_subscription` | Deletes a webhook subscription identified by its unique UUID and returns a success response upon completion. |
29
- | `list_webhook_subscriptions` | Retrieves a paginated list of webhook subscriptions filtered by organization, user, and scope, with options for sorting and count. |
30
- | `create_webhook_subscription` | Creates a new webhook subscription to receive notifications for specified events from a Squarespace website. |
31
- | `create_single_use_scheduling_link` | Creates a new scheduling link using the "POST" method at the "/scheduling_links" path, allowing users to generate customized links for scheduling events. |
32
- | `delete_invitee_data` | Initiates data deletion requests for invitees in compliance with data privacy regulations. |
33
- | `delete_scheduled_event_data` | Submits data deletion requests for compliance events and returns asynchronous processing confirmation. |
34
- | `get_invitee_no_show` | Retrieves information about an invitee who did not show up, identified by a specific UUID, using the GET method via the API endpoint "/invitee_no_shows/{uuid}". |
35
- | `delete_invitee_no_show` | Removes an invitee's "no-show" status using their unique identifier (uuid) and returns an empty response upon successful deletion. |
36
- | `create_invitee_no_show` | Triggers an action related to invitee no-shows using the POST method at the "/invitee_no_shows" endpoint, returning a status message based on the response codes provided. |
37
- | `get_group` | Retrieves information about a group specified by its UUID from the API. |
38
- | `list_groups` | Retrieves a list of groups for a specified organization using the GitHub API, with optional pagination controls. |
39
- | `get_group_relationship` | Retrieves information about group relationships identified by the specified UUID using the GET method. |
40
- | `list_group_relationships` | Retrieves a list of group relationships filtered by organization, owner, or group, using pagination parameters for controlled results. |
41
- | `get_routing_form` | Retrieves a routing form by its unique identifier (UUID) using the GET method via the "/routing_forms/{uuid}" path. |
42
- | `list_routing_forms` | Retrieves a list of routing forms for a specified organization with pagination, sorting, and count parameters. |
43
- | `get_routing_form_submission` | Retrieves a specific routing form submission by its unique identifier (UUID) using the Calendly API. |
44
- | `list_routing_form_submissions` | Retrieves routing form submissions using the GET method at "/routing_form_submissions", allowing filtering by form, count, page token, and sort order. |
45
- | `list_event_type_available_times` | Retrieves a list of available times for a specified event type within a given date range, using the event type, start time, and end time as query parameters. |
46
- | `list_activity_log_entries` | Retrieves filtered activity log entries based on parameters like organization, actor, timestamps, and action, supporting sorting and pagination. |
47
- | `create_share` | Creates a new share resource and returns a status message. |
48
- | `list_user_busy_times` | Retrieves an ascending list of a user's internal and external scheduled events within a specified date range using the "/user_busy_times" endpoint, allowing for efficient management of busy times. |
49
- | `get_user_availability_schedule` | Retrieves the availability schedule of a user based on the provided UUID using the GET method. |
50
- | `list_user_availability_schedules` | Retrieves the availability schedule for a specified user, including time intervals when booking is permitted. |
51
- | `list_event_type_hosts` | Retrieves paginated event type memberships filtered by event type, count, and page token. |
52
- | `create_one_off_event_type` | Creates a one-off event type using the "POST" method, allowing for the setup of a single, unique event configuration. |
53
- | `get_sample_webhook_data` | Retrieves sample webhook data filtered by event type, organization, user, and scope parameters. |
12
+ | `list_event_invitees` | Retrieves a paginated list of invitees for a specific scheduled event, identified by its UUID. The results can be filtered by invitee status or email, sorted by creation date, and the list size can be controlled using pagination parameters. |
13
+ | `get_scheduled_event` | Retrieves the details for a specific scheduled event using its unique identifier (UUID). This targets a single event instance, differentiating it from `list_events` which fetches a collection of events and `get_event_type` which retrieves an event template. |
14
+ | `get_event_invitee` | Fetches detailed information for a single invitee associated with a specific scheduled event. It uses both the event's UUID and the invitee's UUID to uniquely identify and retrieve the correct record, distinguishing it from `list_event_invitees` which returns a collection. |
15
+ | `list_scheduled_events` | Fetches a list of scheduled events, offering extensive filtering by user, organization, invitee email, status, and time range. Supports pagination and sorting, providing a flexible method to query specific event data from the Calendly API. |
16
+ | `get_event_type` | Retrieves the full details of a specific event type, such as its name, duration, and scheduling rules, by providing its unique identifier (UUID). It fetches a single resource, unlike list_user_sevent_types which retrieves a collection. |
17
+ | `list_event_types` | Retrieves a collection of event types from the `/event_types` endpoint. Results can be filtered by user, organization, or status, and the list supports sorting and pagination for controlled data retrieval. |
18
+ | `get_user` | Retrieves the details of a specific user identified by their unique identifier (UUID). This differs from `get_current_user`, which fetches the profile of the currently authenticated user. |
19
+ | `get_current_user` | Retrieves profile information for the currently authenticated user by querying the `/users/me` endpoint. This function requires no parameters, unlike `get_user` which fetches a specific user by their UUID. |
20
+ | `list_organization_invitations` | Retrieves a paginated list of invitations for a specific organization, identified by its UUID. It allows optional filtering by email and status (e.g., pending, accepted) and sorting. This function fetches a collection of invitations, unlike `get_organization_invitation` which retrieves a single one. |
21
+ | `create_organization_invitation` | Invites a user via email to join a specific organization, identified by the organization's UUID. This function creates a new pending invitation, distinguishing it from functions that list, retrieve, or revoke existing invitations. |
22
+ | `get_organization_invitation` | Retrieves the details of a single, specific invitation within an organization. It requires both the organization's unique identifier (`org_uuid`) and the invitation's unique identifier (`uuid`) for the lookup. |
23
+ | `revoke_user_organization_invitation` | Revokes a specific user's invitation to an organization, identified by the organization and invitation UUIDs. This action permanently deletes the pending invitation, preventing it from being accepted. |
24
+ | `get_organization_membership` | Fetches the details of a specific organization membership using its unique identifier (UUID). Unlike `list_organization_memberships`, this function retrieves a single membership record rather than a collection. |
25
+ | `delete_organization_membership` | Deletes an organization membership by its unique UUID, effectively removing the associated user from the organization. This function is the destructive counterpart to `get_organization_membership` and acts on active members, not pending invitations. |
26
+ | `list_organization_memberships` | Retrieves a paginated list of organization memberships. The results can be filtered by user, organization, or email address to narrow down the search for specific members within one or more organizations. |
27
+ | `get_webhook_subscription` | Fetches detailed information for a single webhook subscription using its unique identifier (UUID). Unlike `list_webhook_subscriptions`, which returns a collection, this function retrieves one specific subscription's configuration and status. |
28
+ | `delete_webhook_subscription` | Deletes a specific webhook subscription using its unique `webhook_uuid`. This function sends a DELETE request to the Calendly API to permanently remove the subscription, stopping all future event notifications. It raises an error if the deletion fails. |
29
+ | `list_webhook_subscriptions` | Retrieves a collection of webhook subscriptions for a given scope (organization or user). Supports filtering, sorting, and pagination to browse multiple subscriptions, unlike functions like `get_webhook_subscription` which fetches a single subscription by its unique ID. |
30
+ | `create_webhook_subscription` | Creates a Calendly webhook subscription for specified events. It requires a callback URL, the scope (e.g., organization, user), and the list of events to monitor, registering the webhook via a POST request to the API. |
31
+ | `create_limited_use_scheduling_link` | Generates a unique, limited-use scheduling link for a specific owner, such as an event type. The link is valid for a specified maximum number of bookings, after which it expires. |
32
+ | `request_invitee_data_deletion` | Submits an asynchronous data deletion request for one or more invitees, identified by their email addresses, to comply with privacy regulations. This action permanently removes invitee information from the system. |
33
+ | `request_scheduled_event_data_deletion` | For data compliance, submits an asynchronous request to delete scheduled event data within a specified `start_time` and `end_time`. This targets events by time range, unlike `delete_invitee_data` which targets specific individuals. |
34
+ | `get_invitee_no_show` | Retrieves the details for a specific 'no-show' record associated with an invitee, identified by its unique ID (UUID). This function fetches a single record, unlike create_invitee_no_show which creates one. |
35
+ | `revoke_invitee_no_show` | Deletes an invitee's 'no-show' record using its unique UUID. This operation revokes the no-show status previously assigned to an invitee, effectively undoing the action of `create_invitee_no_show`. |
36
+ | `mark_invitee_as_no_show` | Marks a specific invitee as a 'no-show' by creating a no-show record. It requires the invitee's URI and sends a POST request to the `/invitee_no_shows` endpoint, returning the details of the newly created entry. |
37
+ | `get_group_by_id` | Retrieves the details of a specific group by its unique identifier (UUID). Unlike `list_groups`, which returns multiple group records, this function fetches information for a single group. |
38
+ | `list_groups` | Retrieves a paginated list of groups associated with a specific organization. The result set can be controlled using pagination parameters for the page token and the number of items to return per page. |
39
+ | `get_group_relationship` | Retrieves the details of a specific group relationship, which connects an owner (like a user or invitation) to a group, by its unique identifier (UUID). This differs from `list_group_relationships` which fetches a list. |
40
+ | `list_group_relationships` | Fetches a paginated list of group relationships. The results can be filtered by organization, owner, or a specific group to refine the search and control the returned data set. |
41
+ | `get_routing_form` | Retrieves the details of a specific routing form using its unique identifier (UUID). This is distinct from `list_routing_forms`, which fetches a collection, and from functions that retrieve form submissions. |
42
+ | `list_routing_forms` | Retrieves a list of routing forms for a specified organization. This function supports pagination using a page token, sorting by creation date, and limiting the number of results returned per request, distinguishing it from `get_routing_form` which fetches a single item. |
43
+ | `get_routing_form_submission` | Fetches details for a single routing form submission using its unique identifier (UUID). It queries the `/routing_form_submissions/{uuid}` endpoint, distinct from `list_routing_form_submissions` which retrieves multiple submissions. |
44
+ | `get_routing_form_submissions` | Retrieves a paginated list of submissions associated with a specific routing form. The results can be sorted by creation date and navigated using count and page_token parameters. |
45
+ | `list_event_type_available_times` | Retrieves a list of concrete, bookable time slots for a specific event type within a defined start and end time. It provides specific availability, distinct from functions that list a user's general busy times or configured schedules. |
46
+ | `list_activity_log_entries` | Fetches a paginated list of activity log entries for an organization. Allows advanced filtering by actor, time range, search term, namespace, and action, with support for custom sorting and pagination to refine the results. |
47
+ | `create_shareable_link` | Creates a custom, shareable scheduling link by defining properties like availability rules, event duration, and location. This generates a unique booking link tailored to specific settings, differing from standard event types or single-use links. |
48
+ | `list_user_busy_times` | Fetches a user's busy time intervals within a specified date range, including all scheduled events. This helps determine actual unavailability, differing from `list_user_availability_schedules` which retrieves a user's general working hours. |
49
+ | `get_user_availability_schedule` | Retrieves a specific user availability schedule by its unique identifier (UUID). It fetches a single schedule resource, unlike `list_user_availability_schedules`, which returns all schedules associated with a user. |
50
+ | `list_schedules_for_user` | Retrieves all availability schedules for a specified user via their URI. Unlike `get_user_availability_schedule`, which fetches a single schedule by its UUID, this function returns a collection of all schedules defining a user's availability intervals. |
51
+ | `list_event_type_memberships` | Retrieves a paginated list of all user memberships (hosts) for a specific event type. It requires the event type's URI and allows for navigating through results using `count` and `page_token` parameters, returning the membership objects. |
52
+ | `create_one_off_event_type` | Creates a unique, non-reusable event type for a single, ad-hoc meeting. It defines event details like host, co-hosts, duration, and location, distinguishing it from standard, reusable event types. |
53
+ | `get_sample_webhook_data` | Fetches a sample webhook data payload for a specified event, organization, and scope. This helps developers preview the JSON structure for a webhook notification, facilitating testing and integration without needing to trigger a live event. |