universal-mcp 0.1.7rc2__py3-none-any.whl → 0.1.8__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.
- universal_mcp/__init__.py +0 -2
- universal_mcp/analytics.py +75 -0
- universal_mcp/applications/ahrefs/README.md +76 -0
- universal_mcp/applications/ahrefs/app.py +2291 -0
- universal_mcp/applications/application.py +95 -5
- universal_mcp/applications/calendly/README.md +78 -0
- universal_mcp/applications/calendly/__init__.py +0 -0
- universal_mcp/applications/calendly/app.py +1195 -0
- universal_mcp/applications/coda/README.md +133 -0
- universal_mcp/applications/coda/__init__.py +0 -0
- universal_mcp/applications/coda/app.py +3671 -0
- universal_mcp/applications/e2b/app.py +14 -35
- universal_mcp/applications/figma/README.md +74 -0
- universal_mcp/applications/figma/__init__.py +0 -0
- universal_mcp/applications/figma/app.py +1261 -0
- universal_mcp/applications/firecrawl/app.py +29 -32
- universal_mcp/applications/github/app.py +127 -85
- universal_mcp/applications/google_calendar/app.py +62 -138
- universal_mcp/applications/google_docs/app.py +47 -52
- universal_mcp/applications/google_drive/app.py +119 -113
- universal_mcp/applications/google_mail/app.py +124 -50
- universal_mcp/applications/google_sheet/app.py +89 -91
- universal_mcp/applications/markitdown/app.py +9 -8
- universal_mcp/applications/notion/app.py +254 -134
- universal_mcp/applications/perplexity/app.py +13 -45
- universal_mcp/applications/reddit/app.py +94 -85
- universal_mcp/applications/resend/app.py +12 -23
- universal_mcp/applications/{serp → serpapi}/app.py +14 -33
- universal_mcp/applications/tavily/app.py +11 -28
- universal_mcp/applications/wrike/README.md +71 -0
- universal_mcp/applications/wrike/__init__.py +0 -0
- universal_mcp/applications/wrike/app.py +1372 -0
- universal_mcp/applications/youtube/README.md +82 -0
- universal_mcp/applications/youtube/__init__.py +0 -0
- universal_mcp/applications/youtube/app.py +1428 -0
- universal_mcp/applications/zenquotes/app.py +12 -2
- universal_mcp/exceptions.py +9 -2
- universal_mcp/integrations/__init__.py +24 -1
- universal_mcp/integrations/agentr.py +27 -4
- universal_mcp/integrations/integration.py +143 -30
- universal_mcp/logger.py +3 -56
- universal_mcp/servers/__init__.py +6 -14
- universal_mcp/servers/server.py +201 -146
- universal_mcp/stores/__init__.py +7 -2
- universal_mcp/stores/store.py +103 -40
- universal_mcp/tools/__init__.py +3 -0
- universal_mcp/tools/adapters.py +43 -0
- universal_mcp/tools/func_metadata.py +213 -0
- universal_mcp/tools/tools.py +342 -0
- universal_mcp/utils/docgen.py +325 -119
- universal_mcp/utils/docstring_parser.py +179 -0
- universal_mcp/utils/dump_app_tools.py +33 -23
- universal_mcp/utils/installation.py +199 -8
- universal_mcp/utils/openapi.py +229 -46
- {universal_mcp-0.1.7rc2.dist-info → universal_mcp-0.1.8.dist-info}/METADATA +9 -5
- universal_mcp-0.1.8.dist-info/RECORD +81 -0
- universal_mcp-0.1.7rc2.dist-info/RECORD +0 -58
- /universal_mcp/{utils/bridge.py → applications/ahrefs/__init__.py} +0 -0
- /universal_mcp/applications/{serp → serpapi}/README.md +0 -0
- {universal_mcp-0.1.7rc2.dist-info → universal_mcp-0.1.8.dist-info}/WHEEL +0 -0
- {universal_mcp-0.1.7rc2.dist-info → universal_mcp-0.1.8.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,82 @@
|
|
1
|
+
|
2
|
+
# Youtube MCP Server
|
3
|
+
|
4
|
+
An MCP Server for the Youtube API.
|
5
|
+
|
6
|
+
## Supported Integrations
|
7
|
+
|
8
|
+
- AgentR
|
9
|
+
- API Key (Coming Soon)
|
10
|
+
- OAuth (Coming Soon)
|
11
|
+
|
12
|
+
## Tools
|
13
|
+
|
14
|
+
This is automatically generated from OpenAPI schema for the Youtube API.
|
15
|
+
|
16
|
+
## Supported Integrations
|
17
|
+
|
18
|
+
This tool can be integrated with any service that supports HTTP requests.
|
19
|
+
|
20
|
+
## Tool List
|
21
|
+
|
22
|
+
| Tool | Description |
|
23
|
+
|------|-------------|
|
24
|
+
| get_jobs_job_reports | Retrieves job reports for a specific job based on provided filters and parameters. |
|
25
|
+
| get_jobs_job_reports_report | Retrieves a report for a specified job using the jobId and reportId. |
|
26
|
+
| delete_jobs_job | Deletes a job with the specified job ID, optionally acting on behalf of a content owner. |
|
27
|
+
| get_jobs | Retrieves a list of jobs from the server, optionally filtering by specified query parameters. |
|
28
|
+
| get_media_resource_name | Retrieves a media resource by name and returns its JSON representation. |
|
29
|
+
| get_reporttypes | Retrieves a list of report types from the API with optional filtering and pagination. |
|
30
|
+
| delete_captions | Deletes captions from a specified resource. |
|
31
|
+
| get_captions | Retrieves captions for a specified video by its ID, optionally allowing additional query customizations. |
|
32
|
+
| delete_comments | Deletes a comment or comments from the server based on the specified ID. |
|
33
|
+
| add_comments_mark_a_s_spam | Marks a comment as spam by sending a POST request to the specified API endpoint. |
|
34
|
+
| add_comments_set_moderation_status | Sets the moderation status for a comment and optionally bans the author. |
|
35
|
+
| delete_live_broadcasts | Deletes live broadcasts from a platform using specified query parameters. |
|
36
|
+
| add_live_broadcasts_bind | Binds a live broadcast to a stream on YouTube, using specified parameters to authenticate and identify the broadcast and stream. |
|
37
|
+
| add_live_broadcasts_control | Controls a live broadcast by sending a POST request with specified parameters. |
|
38
|
+
| add_live_broadcasts_transition | Transitions a live broadcast to a specified status for a given broadcast ID. |
|
39
|
+
| delete_live_chat_bans | Deletes a live chat ban identified by the given ID from the server. |
|
40
|
+
| delete_live_chat_messages | Deletes live chat messages based on the specified message ID. |
|
41
|
+
| delete_live_chat_moderators | Deletes a live chat moderator by ID. |
|
42
|
+
| delete_videos | Deletes videos based on specified criteria from a video platform. |
|
43
|
+
| get_videos_get_rating | Retrieves the rating of a video using video ID and optional content owner specification. |
|
44
|
+
| add_videos_rate | Submit a rating for a video on the server using the provided video ID and rating value. |
|
45
|
+
| add_videos_report_a_buse | Sends a report to YouTube indicating a video's potential abuse. |
|
46
|
+
| add_watermarks_set | Sets watermarks on a specified YouTube channel using optional content owner credentials. |
|
47
|
+
| add_watermarks_unset | Removes watermarks from a YouTube channel specified by channel ID. |
|
48
|
+
| get_a_ctivities | Fetches a list of activities from a specified YouTube channel or across the platform. |
|
49
|
+
| add_channel_banners_insert | Inserts a new channel banner for a specified YouTube channel using YouTube Data API. |
|
50
|
+
| delete_channel_sections | Deletes channel sections from a platform specified by the base URL. |
|
51
|
+
| get_channels | Retrieves YouTube channels based on various filter criteria. |
|
52
|
+
| get_comment_threads | Fetches comment threads from a YouTube API endpoint based on provided filters. |
|
53
|
+
| get_fanfundingevents | Retrieves fan funding events based on specified filter criteria. |
|
54
|
+
| get_guecategories | Fetches guide categories from a remote service based on specified parameters. |
|
55
|
+
| get_languages | Fetches a list of supported languages from the internationalization API. |
|
56
|
+
| get_regions | Retrieves a list of i18n regions from a specified API endpoint. |
|
57
|
+
| delete_livestreams | Deletes a livestream resource from the YouTube Data API using optional filtering parameters. |
|
58
|
+
| delete_play_list_items | Deletes playlist items identified by the given id or on behalf of the specified content owner. |
|
59
|
+
| delete_playlists | Deletes playlists based on specified criteria. |
|
60
|
+
| get_search | Performs a search query on the YouTube Data API with a variety of optional filters and parameters. |
|
61
|
+
| get_sponsors | Fetches a list of sponsors from a server, applying optional filtering and pagination. |
|
62
|
+
| delete_subscriptions | Deletes subscriptions by sending a DELETE request to the API. |
|
63
|
+
| get_superchatevents | Fetches a list of super chat events from the YouTube API with optional filtering parameters. |
|
64
|
+
| add_thumbnails_set | Sets a thumbnail for a specified video on behalf of a content owner using the YouTube API. |
|
65
|
+
| get_video_a_buse_report_reasons | Fetches a list of video abuse report reasons with optional localization and response filtering. |
|
66
|
+
| get_veocategories | Fetches video categories from an external API using specified query parameters. |
|
67
|
+
| delete_groupitems | Deletes group items based on specified parameters. |
|
68
|
+
| delete_groups | Deletes groups specified by their ID, optionally on behalf of a content owner. |
|
69
|
+
| get_reports | Fetches and returns report data based on specified filtering and sorting criteria. |
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
## Usage
|
74
|
+
|
75
|
+
- Login to AgentR
|
76
|
+
- Follow the quickstart guide to setup MCP Server for your client
|
77
|
+
- Visit Apps Store and enable the Youtube app
|
78
|
+
- Restart the MCP Server
|
79
|
+
|
80
|
+
### Local Development
|
81
|
+
|
82
|
+
- Follow the README to test with the local MCP Server
|
File without changes
|