universal-mcp-applications 0.1.18__py3-none-any.whl → 0.1.20__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 (79) hide show
  1. universal_mcp/applications/ahrefs/README.md +3 -3
  2. universal_mcp/applications/airtable/README.md +3 -3
  3. universal_mcp/applications/asana/README.md +3 -3
  4. universal_mcp/applications/aws_s3/README.md +29 -0
  5. universal_mcp/applications/bill/README.md +249 -0
  6. universal_mcp/applications/calendly/README.md +45 -45
  7. universal_mcp/applications/canva/README.md +35 -35
  8. universal_mcp/applications/clickup/README.md +4 -4
  9. universal_mcp/applications/contentful/README.md +1 -2
  10. universal_mcp/applications/crustdata/README.md +3 -3
  11. universal_mcp/applications/domain_checker/README.md +2 -2
  12. universal_mcp/applications/e2b/README.md +4 -4
  13. universal_mcp/applications/elevenlabs/README.md +3 -77
  14. universal_mcp/applications/exa/README.md +7 -7
  15. universal_mcp/applications/falai/README.md +13 -12
  16. universal_mcp/applications/figma/README.md +3 -3
  17. universal_mcp/applications/file_system/README.md +13 -0
  18. universal_mcp/applications/firecrawl/README.md +9 -9
  19. universal_mcp/applications/fireflies/README.md +14 -14
  20. universal_mcp/applications/fireflies/app.py +109 -1
  21. universal_mcp/applications/fpl/README.md +12 -12
  22. universal_mcp/applications/fpl/app.py +5 -5
  23. universal_mcp/applications/github/README.md +10 -10
  24. universal_mcp/applications/google_calendar/README.md +10 -10
  25. universal_mcp/applications/google_docs/README.md +14 -14
  26. universal_mcp/applications/google_drive/README.md +54 -57
  27. universal_mcp/applications/google_drive/app.py +22 -10
  28. universal_mcp/applications/google_gemini/README.md +3 -14
  29. universal_mcp/applications/google_mail/README.md +20 -20
  30. universal_mcp/applications/google_searchconsole/README.md +10 -10
  31. universal_mcp/applications/google_sheet/README.md +25 -25
  32. universal_mcp/applications/google_sheet/app.py +131 -131
  33. universal_mcp/applications/http_tools/README.md +5 -5
  34. universal_mcp/applications/hubspot/__init__.py +1 -1
  35. universal_mcp/applications/hubspot/api_segments/__init__.py +0 -0
  36. universal_mcp/applications/hubspot/api_segments/api_segment_base.py +25 -0
  37. universal_mcp/applications/hubspot/api_segments/crm_api.py +7337 -0
  38. universal_mcp/applications/hubspot/api_segments/marketing_api.py +1467 -0
  39. universal_mcp/applications/hubspot/app.py +74 -146
  40. universal_mcp/applications/klaviyo/README.md +0 -36
  41. universal_mcp/applications/linkedin/README.md +4 -4
  42. universal_mcp/applications/mailchimp/README.md +3 -3
  43. universal_mcp/applications/ms_teams/README.md +31 -31
  44. universal_mcp/applications/neon/README.md +3 -3
  45. universal_mcp/applications/openai/README.md +18 -17
  46. universal_mcp/applications/outlook/README.md +9 -9
  47. universal_mcp/applications/perplexity/README.md +4 -4
  48. universal_mcp/applications/posthog/README.md +128 -127
  49. universal_mcp/applications/reddit/README.md +21 -124
  50. universal_mcp/applications/resend/README.md +29 -29
  51. universal_mcp/applications/scraper/README.md +4 -4
  52. universal_mcp/applications/semrush/README.md +3 -0
  53. universal_mcp/applications/serpapi/README.md +3 -3
  54. universal_mcp/applications/sharepoint/README.md +17 -0
  55. universal_mcp/applications/shortcut/README.md +3 -3
  56. universal_mcp/applications/slack/README.md +23 -0
  57. universal_mcp/applications/spotify/README.md +3 -3
  58. universal_mcp/applications/supabase/README.md +3 -3
  59. universal_mcp/applications/tavily/README.md +4 -4
  60. universal_mcp/applications/twilio/README.md +15 -0
  61. universal_mcp/applications/twitter/README.md +92 -89
  62. universal_mcp/applications/twitter/app.py +11 -11
  63. universal_mcp/applications/unipile/README.md +17 -17
  64. universal_mcp/applications/whatsapp/README.md +12 -12
  65. universal_mcp/applications/whatsapp/app.py +13 -13
  66. universal_mcp/applications/whatsapp_business/README.md +23 -23
  67. universal_mcp/applications/yahoo_finance/README.md +17 -0
  68. universal_mcp/applications/yahoo_finance/__init__.py +1 -0
  69. universal_mcp/applications/yahoo_finance/app.py +258 -0
  70. universal_mcp/applications/youtube/README.md +46 -46
  71. universal_mcp/applications/youtube/app.py +7 -1
  72. universal_mcp/applications/zenquotes/README.md +1 -1
  73. {universal_mcp_applications-0.1.18.dist-info → universal_mcp_applications-0.1.20.dist-info}/METADATA +3 -89
  74. {universal_mcp_applications-0.1.18.dist-info → universal_mcp_applications-0.1.20.dist-info}/RECORD +76 -71
  75. universal_mcp/applications/replicate/README.md +0 -18
  76. universal_mcp/applications/replicate/__init__.py +0 -1
  77. universal_mcp/applications/replicate/app.py +0 -493
  78. {universal_mcp_applications-0.1.18.dist-info → universal_mcp_applications-0.1.20.dist-info}/WHEEL +0 -0
  79. {universal_mcp_applications-0.1.18.dist-info → universal_mcp_applications-0.1.20.dist-info}/licenses/LICENSE +0 -0
@@ -9,49 +9,49 @@ This is automatically generated from OpenAPI schema for the YoutubeApp API.
9
9
 
10
10
  | Tool | Description |
11
11
  |------|-------------|
12
- | `get_jobs_job_reports` | Retrieves job reports for a specified job based on provided filters and parameters. |
13
- | `get_jobs_job_reports_report` | Retrieves a specific report associated with a job using the provided job and report identifiers. |
14
- | `delete_jobs_job` | Deletes a job with the specified ID, optionally acting on behalf of a content owner. |
15
- | `get_jobs` | Retrieves a list of jobs from the server with optional filtering by query parameters. |
16
- | `get_media_resource_name` | Retrieves a media resource by name and returns its JSON representation. |
17
- | `get_reporttypes` | Retrieves a paginated list of report types from the API with optional filtering. |
18
- | `delete_captions` | Deletes specified captions from a YouTube resource and returns the API response. |
19
- | `get_captions` | Retrieves caption tracks for a specified video ID from a remote API, supporting optional query parameters for request customization. |
20
- | `delete_comments` | Deletes a comment or comments from the server based on the specified ID. |
21
- | `add_comments_mark_as_spam` | Marks a comment as spam by sending a POST request to the API endpoint. |
22
- | `add_comments_set_moderation_status` | Sets the moderation status for a comment and optionally bans the author through a POST request to a defined endpoint. |
23
- | `delete_live_broadcasts` | Deletes specified live broadcasts using query parameters to filter requests. |
24
- | `add_live_broadcasts_bind` | Binds a live broadcast to a stream on YouTube, using specified parameters for authentication and identification. |
25
- | `add_live_broadcasts_control` | Controls a live broadcast by sending a POST request with specified parameters. |
26
- | `add_live_broadcasts_transition` | Transitions a live broadcast to a specified status for a given broadcast ID via API. |
27
- | `delete_live_chat_bans` | Deletes a live chat ban identified by the specified ID from the server. |
28
- | `delete_live_chat_messages` | Deletes live chat messages based on the specified message ID. |
29
- | `delete_live_chat_moderators` | Deletes a live chat moderator by ID using the specified endpoint. |
30
- | `delete_videos` | Deletes specified videos from a video platform using API endpoints. |
31
- | `get_videos_get_rating` | Retrieves the rating of a video using its ID and optional content owner specification. |
32
- | `add_videos_rate` | Submits a rating for a video on the server using the provided video ID and rating value. |
33
- | `add_videos_report_abuse` | Sends an abuse report for videos via the YouTube API, typically used to flag inappropriate content. |
34
- | `add_watermarks_set` | Sets watermarks on a specified YouTube channel using optional content owner credentials. |
35
- | `add_watermarks_unset` | Removes watermarks from a YouTube channel specified by channel ID. |
36
- | `get_activities` | Retrieve YouTube channel activities based on specified filters and parameters. |
37
- | `add_channel_banners_insert` | Inserts a new channel banner for a YouTube channel using the YouTube Data API. |
38
- | `delete_channel_sections` | Deletes one or more channel sections from the specified platform using the provided identifiers. |
39
- | `get_channels` | Retrieves YouTube channels based on specified parameters. |
40
- | `get_comment_threads` | Retrieve YouTube comment threads based on specified filters and pagination parameters. |
41
- | `get_fanfundingevents` | Retrieves fan funding events based on specified filter criteria. |
42
- | `get_guecategories` | Fetches guide categories from a remote service based on specified parameters. |
43
- | `get_languages` | Fetches a list of supported languages from the internationalization API, returning localized names when specified. |
44
- | `get_regions` | Retrieves a list of i18n regions from an API endpoint. |
45
- | `delete_livestreams` | Deletes a YouTube livestream resource using the YouTube Data API with optional filtering parameters. |
46
- | `delete_play_list_items` | Deletes playlist items identified by the given ID or on behalf of the specified content owner. |
47
- | `delete_playlists` | Deletes playlists via the YouTube Data API based on specified criteria. |
48
- | `get_search` | Submits a search query to the YouTube Data API with optional filters. |
49
- | `get_sponsors` | Fetches a list of sponsors from a server with optional filtering and pagination. |
50
- | `delete_subscriptions` | Deletes one or all subscriptions by sending a DELETE request to the API endpoint. |
51
- | `get_superchatevents` | Fetches a list of super chat events from the YouTube API with optional filtering parameters. |
52
- | `add_thumbnails_set` | Sets a thumbnail for a specified video on behalf of a content owner using the YouTube API. |
53
- | `get_video_abuse_report_reasons` | Fetches video abuse report reasons with optional localization and response filtering. |
54
- | `get_veocategories` | Fetches video categories from an external API using specified query parameters and returns the parsed JSON response. |
55
- | `delete_groupitems` | Deletes group items based on the provided parameters. |
56
- | `delete_groups` | Deletes specified groups via API, optionally on behalf of a content owner. |
57
- | `get_reports` | Fetches and returns report data based on specified filtering, sorting, and range criteria. |
12
+ | `list_job_reports` | Retrieves a paginated list of all reports for a specific job ID, with options for filtering by date. Unlike `get_jobs_job_reports_report`, which fetches a single report by its ID, this function returns a collection of reports associated with a job. |
13
+ | `get_job_report` | Fetches a single, specific report identified by its `reportId` from within a given `jobId`. This retrieves an individual record, distinguishing it from `get_jobs_job_reports`, which returns a list of reports for a job. The request can be made on behalf of a content owner. |
14
+ | `delete_job` | Deletes a specific job resource using its unique `jobId`, optionally on behalf of a content owner. This action permanently removes the job itself, differentiating it from functions that only retrieve or manage job reports. |
15
+ | `list_jobs` | Retrieves a paginated list of asynchronous jobs from the YouTube Reporting API. Supports filtering by content owner and including system-managed jobs. This function lists multiple jobs, distinct from `get_jobs_job_reports` which retrieves reports for a single job. |
16
+ | `download_report_media` | Downloads the content of a bulk data report from the YouTube Reporting API by its unique `resourceName`. This function retrieves the actual media file generated by a reporting job, distinct from functions that only fetch report metadata. |
17
+ | `get_reporttypes` | Retrieves a list of available report types from the YouTube Reporting API, supporting pagination and filtering. This function returns metadata about what kinds of reports can be generated, distinct from functions like `get_reports` that fetch actual report content. |
18
+ | `delete_captions` | Deletes a specific YouTube caption resource using its unique ID, with optional delegation for content owners. This management function removes the entire caption track, unlike `get_captions` which only retrieves the transcript text for a given video ID. |
19
+ | `get_transcript_text` | Fetches the full text transcript for a YouTube video using its ID. Unlike other methods using the official API, this function utilizes the `youtube-transcript-api` library to extract and concatenate all caption snippets into a single, timestamp-free string of the video's spoken content. |
20
+ | `delete_comments` | Permanently removes a specific comment identified by its unique ID via a DELETE request. Unlike moderation functions like `add_comments_mark_as_spam`, which only alter a comment's state, this action is irreversible and deletes the resource. An `id` is required to specify the target comment. |
21
+ | `mark_comment_as_spam` | Marks a specified YouTube comment as spam via a POST request to the API. This moderation action is distinct from deleting comments (`delete_comments`) or setting other statuses like 'approved' or 'rejected' (`add_comments_set_moderation_status`). |
22
+ | `set_comment_moderation_status` | Sets the moderation status (e.g., 'approved', 'rejected') for specified comments and can optionally ban the author. Unlike `add_comments_mark_as_spam`, this function allows for various moderation states, providing more granular control over comment management. |
23
+ | `delete_live_broadcasts` | Deletes a YouTube live broadcast event by its unique ID via the API. This request can be made on behalf of a content owner or channel. It targets the `/liveBroadcasts` endpoint, distinguishing it from `delete_livestreams` which manages the actual content stream. |
24
+ | `bind_live_broadcast_to_stream` | Binds a YouTube live broadcast to a video stream using their respective IDs. This action associates the broadcast's metadata with the content stream, optionally performing the action on behalf of a content owner, facilitating the link between a planned event and its live video feed. |
25
+ | `control_live_broadcast` | Sends control commands to a YouTube live broadcast, identified by its ID. It can display a slate or schedule an action using a time offset. Unlike `add_live_broadcasts_transition`, which alters broadcast status (e.g., 'live'), this function manages in-stream state. |
26
+ | `transition_live_broadcast` | Changes a YouTube live broadcast's status (e.g., making it 'live' or 'complete') by posting to the API's transition endpoint. This function alters the broadcast's lifecycle state, distinct from other control actions like binding it to a stream, and returns the API's JSON response. |
27
+ | `delete_live_chat_ban` | Deletes a specific YouTube live chat ban using its unique ID. It sends a DELETE request to the `/liveChat/bans` endpoint to revoke the ban, allowing the user to participate in the chat again. |
28
+ | `delete_live_chat_message` | Deletes a specific YouTube live chat message identified by its unique ID. This function targets the `/liveChat/messages` endpoint, distinguishing it from `delete_live_chat_bans` and `delete_live_chat_moderators`, which manage different aspects of a live chat. |
29
+ | `delete_live_chat_moderators` | Deletes a specific YouTube live chat moderator using their unique ID. This function sends a DELETE request to the `/liveChat/moderators` API endpoint and returns the server's JSON response, confirming the successful removal or detailing errors. The moderator ID is a required parameter for this action. |
30
+ | `delete_videos` | Deletes a specified YouTube video using its unique ID. The operation can be performed on behalf of a content owner by sending an HTTP DELETE request to the `/videos` endpoint. It's distinct from other video functions that only modify or retrieve metadata, like rating or abuse reports. |
31
+ | `get_video_ratings` | Retrieves the authenticated user's rating (e.g., 'like', 'dislike') for specified videos. This function fetches existing rating data, distinct from `add_videos_rate` which submits a new rating, and can be performed on behalf of a content owner. |
32
+ | `rate_video` | Submits a rating (e.g., 'like', 'dislike') for a video specified by its unique ID. This function sends a POST request to the YouTube API's `/videos/rate` endpoint and returns the server's JSON response upon successful submission. |
33
+ | `report_video_for_abuse` | Reports a video for abuse via a POST request to the YouTube API. An optional parameter allows a content owner to submit the report on behalf of their account, flagging potentially inappropriate content for review by YouTube. |
34
+ | `set_channel_watermark` | Sets a branding watermark on a specified YouTube channel. The operation targets the channel using its ID and can be executed on behalf of a content owner. This function contrasts with `add_watermarks_unset`, which removes the watermark. |
35
+ | `unset_channel_watermark` | Removes the branding watermark for a specified YouTube channel via an API POST request. This operation, the inverse of `add_watermarks_set`, can be executed on behalf of a content owner to unset the channel's current watermark. |
36
+ | `get_activities` | Retrieves a list of YouTube activities, such as video uploads or social posts. Supports filtering by channel, authenticated user's feed, publication date, and region. The function also handles pagination to navigate through large result sets and returns the JSON response from the API. |
37
+ | `insert_channel_banner` | Uploads and sets a new banner image for a specified YouTube channel. This function makes a POST request to the `/channelBanners/insert` endpoint, optionally on behalf of a content owner, and returns details of the newly created banner. |
38
+ | `delete_channel_sections` | Deletes a YouTube channel section by its unique ID via an API request. The operation can be performed on behalf of a content owner for delegated management, returning a JSON response upon success or raising an HTTPError for failures like invalid IDs or insufficient permissions. |
39
+ | `list_channels` | Retrieves channel data from the YouTube API using specific filters like ID, username, or ownership status (`mine`, `managedByMe`). The function supports pagination and localization, returning a JSON object containing details for the targeted channels. |
40
+ | `get_comment_threads` | Retrieves YouTube comment threads using filters like channel ID, video ID, or search terms. It supports pagination and sorting, serving as the primary method for fetching comment data, distinct from other functions in the script that moderate or delete individual comments. |
41
+ | `get_fanfundingevents` | Fetches a list of fan funding events from the YouTube API for the authenticated user's channel. Supports pagination, localization, and partial responses to retrieve customized event data like Super Chat or Super Stickers based on specified filter criteria and response parts. |
42
+ | `get_guide_categories` | Retrieves a list of official YouTube guide categories (e.g., Music, Sports). This function queries the `/guideCategories` endpoint, allowing results to be filtered by ID or region and localized for a specific language. These are distinct from the categories assigned to individual videos. |
43
+ | `get_i18n_languages` | Retrieves a list of supported internationalization (i18n) languages from the YouTube API's `/i18nLanguages` endpoint. It can optionally localize the language names in the response. This function is distinct from `get_regions`, which fetches supported geographical regions. |
44
+ | `get_i18n_regions` | Fetches a list of geographic regions supported by the YouTube API for content localization. It can localize region names using the 'hl' parameter. This is distinct from get_languages, which retrieves supported languages, not geographic areas. |
45
+ | `delete_livestreams` | Deletes one or more YouTube livestreams by ID via the `/liveStreams` API endpoint, optionally on behalf of a content owner. This function is distinct from `delete_live_broadcasts`, which targets a different live video resource, and returns the server's JSON response upon successful deletion. |
46
+ | `delete_playlist_items` | Deletes one or more YouTube playlist items by their unique IDs. The operation can be performed on behalf of a content owner for delegated authorization, sending a DELETE request to the `/playlistItems` endpoint and returning the server's response. |
47
+ | `delete_playlists` | Deletes a YouTube playlist by its unique ID via a DELETE request to the API. The operation can be performed on behalf of a specific content owner for delegated management. This function targets the entire playlist, distinct from `delete_play_list_items` which removes individual videos from a playlist. |
48
+ | `get_search` | Performs a versatile search on YouTube for videos, channels, or playlists. This function supports extensive filters, including keywords, publication dates, location, and specific video attributes like category or duration, returning a paginated list of matching resources from the YouTube Data API. |
49
+ | `list_sponsors` | Retrieves a list of sponsors for the authenticated user's YouTube channel. This function supports filtering, pagination, and specifying which resource parts to include in the response, allowing for flexible and customized data fetching of sponsor information. |
50
+ | `delete_subscriptions` | Deletes a specific YouTube channel subscription identified by its unique ID. This function sends a DELETE request to the `/subscriptions` API endpoint and returns the server's JSON response, confirming the operation's success or failure. |
51
+ | `get_super_chat_events` | Retrieves a paginated list of Super Chat events from the YouTube Data API. Allows for localization and specifying which resource parts to include in the response. This function is distinct from `get_fanfundingevents`, which fetches a different type of monetary contribution event. |
52
+ | `set_video_thumbnail` | Sets a custom thumbnail for a specified YouTube video via a POST request to the `/thumbnails/set` API endpoint. The operation can be performed on behalf of a content owner for delegated management of video assets. |
53
+ | `get_video_abuse_report_reasons` | Retrieves a list of valid reasons (e.g., spam, hate speech) for reporting abusive video content. Supports response localization using a language code (`hl`) and allows filtering which parts of the reason resource (e.g., ID, snippet) are returned, providing metadata before submitting a report. |
54
+ | `get_video_categories` | Retrieves official YouTube video categories used for classifying uploaded videos, allowing filtering by ID, region, or language. This is distinct from `get_guecategories`, which fetches channel browsing guides, not categories for individual video uploads. |
55
+ | `delete_group_items` | Deletes specified items from a YouTube Analytics group via an API request. An item can be targeted by its unique ID, and the action can be performed on behalf of a content owner. This function is distinct from `delete_groups`, which removes the entire group. |
56
+ | `delete_groups` | Deletes a YouTube group by its ID via an API request, optionally on behalf of a content owner. Unlike `delete_groupitems`, which only removes an item from a group, this function deletes the entire group entity. |
57
+ | `get_analytics_report` | Queries the YouTube Analytics API for performance reports, allowing customization via metrics, dimensions, and filters. Unlike `get_jobs_job_reports` which manages bulk report jobs, this function fetches analytical data directly, providing on-demand insights into channel or content performance. |
@@ -1,6 +1,8 @@
1
1
  from typing import Any
2
2
 
3
3
  from youtube_transcript_api import YouTubeTranscriptApi
4
+ from youtube_transcript_api.proxies import GenericProxyConfig
5
+
4
6
 
5
7
  from universal_mcp.applications.application import APIApplication
6
8
  from universal_mcp.integrations import Integration
@@ -296,7 +298,11 @@ class YoutubeApp(APIApplication):
296
298
  raise ValueError("Missing required parameter 'video_id'")
297
299
 
298
300
  try:
299
- api = YouTubeTranscriptApi()
301
+ api = YouTubeTranscriptApi(
302
+ proxy_config=GenericProxyConfig(
303
+ http_url="http://xgixgown:lp2wabq23752@142.111.48.253:7030/"
304
+ )
305
+ )
300
306
  transcript = api.fetch(video_id)
301
307
 
302
308
  transcript_text = " ".join(
@@ -9,4 +9,4 @@ This is automatically generated from OpenAPI schema for the ZenquotesApp API.
9
9
 
10
10
  | Tool | Description |
11
11
  |------|-------------|
12
- | `get_quote` | Fetches a random inspirational quote from the Zen Quotes API. |
12
+ | `get_random_quote` | Fetches a random inspirational quote from the Zen Quotes API via an HTTP request. It parses the JSON response to extract the quote and author, returning them as a single formatted string ('quote - author'). This function is the primary tool provided by the ZenquotesApp. |
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: universal-mcp-applications
3
- Version: 0.1.18
3
+ Version: 0.1.20
4
4
  Summary: A Universal MCP Application: universal_mcp_applications
5
5
  Project-URL: Homepage, https://github.com/universal-mcp/applications
6
6
  Project-URL: Repository, https://github.com/universal-mcp/applications
@@ -35,6 +35,7 @@ Requires-Dist: requests>=2.31.0
35
35
  Requires-Dist: resend>=2.10.0
36
36
  Requires-Dist: twilio>=9.8.0
37
37
  Requires-Dist: universal-mcp>=0.1.24rc21
38
+ Requires-Dist: yfinance>=0.2.66
38
39
  Requires-Dist: youtube-transcript-api==1.2.2
39
40
  Provides-Extra: dev
40
41
  Requires-Dist: pre-commit; extra == 'dev'
@@ -85,91 +86,4 @@ result = app.some_method(param1="value1")
85
86
 
86
87
  # Process and print the output
87
88
  process_output(result)
88
- ```
89
-
90
- ## Included Applications
91
-
92
- This package includes the following 82 applications:
93
-
94
- - `ahrefs`
95
- - `airtable`
96
- - `apollo`
97
- - `asana`
98
- - `aws-s3`
99
- - `bill`
100
- - `box`
101
- - `braze`
102
- - `cal-com-v2`
103
- - `calendly`
104
- - `canva`
105
- - `clickup`
106
- - `coda`
107
- - `confluence`
108
- - `contentful`
109
- - `crustdata`
110
- - `dialpad`
111
- - `digitalocean`
112
- - `domain-checker`
113
- - `e2b`
114
- - `elevenlabs`
115
- - `exa`
116
- - `falai`
117
- - `figma`
118
- - `firecrawl`
119
- - `fireflies`
120
- - `fpl`
121
- - `ghost-content`
122
- - `github`
123
- - `gong`
124
- - `google-ads`
125
- - `google-calendar`
126
- - `google-docs`
127
- - `google-drive`
128
- - `google-gemini`
129
- - `google-mail`
130
- - `google-searchconsole`
131
- - `google-sheet`
132
- - `hashnode`
133
- - `heygen`
134
- - `http-tools`
135
- - `hubspot`
136
- - `jira`
137
- - `klaviyo`
138
- - `linkedin`
139
- - `mailchimp`
140
- - `markitdown`
141
- - `miro`
142
- - `ms-teams`
143
- - `neon`
144
- - `notion`
145
- - `openai`
146
- - `outlook`
147
- - `perplexity`
148
- - `pipedrive`
149
- - `posthog`
150
- - `reddit`
151
- - `replicate`
152
- - `resend`
153
- - `retell`
154
- - `rocketlane`
155
- - `semanticscholar`
156
- - `semrush`
157
- - `sendgrid`
158
- - `sentry`
159
- - `serpapi`
160
- - `sharepoint`
161
- - `shopify`
162
- - `shortcut`
163
- - `slack`
164
- - `spotify`
165
- - `supabase`
166
- - `tavily`
167
- - `trello`
168
- - `twillo`
169
- - `twitter`
170
- - `unipile`
171
- - `whatsapp`
172
- - `whatsapp-business`
173
- - `wrike`
174
- - `youtube`
175
- - `zenquotes`
89
+ ```