MCP Tool Directory
Each row is one tool from one provider. Tools sharing a name across providers (e.g. search) are listed separately because they aren't interchangeable.
2740 tools indexed
All tools
30 of 2740 shown
youtube_create_playlist
RemoteCreate a new playlist. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.
youtube_delete_comment
RemoteDelete a comment. This action is irreversible. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.
youtube_delete_playlist
RemoteDelete a playlist. This action is irreversible. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.
youtube_get_channel
RemoteGet channel information by ID or username. Returns snippet (name, description, avatar), statistics (subscribers, views, video count), and branding settings. Costs 1 quota unit.
YOUTUBE_GET_CHANNEL_ACTIVITIES
RemoteGets recent activities from a YouTube channel including video uploads, playlist additions, likes, and other channel events.
YOUTUBE_GET_CHANNEL_ID_BY_HANDLE
RemoteRetrieves the YouTube Channel ID for a specific YouTube channel handle.
YOUTUBE_GET_CHANNEL_STATISTICS
RemoteGets detailed statistics for YouTube channels including subscriber counts, view counts, and video counts.
youtube_get_popular_videos
RemoteGet trending/most popular videos for a region. Optionally filter by video category. Returns video details with statistics. Costs 1 quota unit.
youtube_get_video
RemoteGet detailed information about one or more videos by ID. Returns snippet (title, description, thumbnails), statistics (views, likes, comments), content details (duration, definition), and status. Costs 1 quota unit.
YOUTUBE_GET_VIDEO_DETAILS_BATCH
RemoteRetrieves multiple YouTube video resource parts in a single batch call. Use when you need cohort-level metrics for many videos to reduce quota usage and latency.
YOUTUBE_LIST_CAPTION_TRACK
RemoteRetrieves a list of caption tracks for a YouTube video, returning an empty list if no captions exist or failing if the video ID is invalid or not found.
YOUTUBE_LIST_CHANNEL_VIDEOS
RemoteLists videos from a specified YouTube channel, ensuring results are of `type: 'video'`.
youtube_list_comment_replies
RemoteList replies to a specific comment. Provide the parent comment ID to get all replies. Costs 1 quota unit.
youtube_list_comments
RemoteList top-level comment threads on a video or channel. Returns comment text, author, likes, reply count, and optionally the first few replies. Costs 1 quota unit.
YOUTUBE_LIST_PLAYLIST_ITEMS
RemoteTool to list videos in a playlist, with pagination support. Use when walking through a channel's uploads playlist to enumerate all videos.
youtube_list_playlists
RemoteList playlists by channel ID or playlist IDs. Returns playlist title, description, item count, and privacy status. Costs 1 quota unit.
youtube_list_subscriptions
RemoteList subscriptions for a channel. Returns subscribed channel names, descriptions, and item counts. Costs 1 quota unit.
YOUTUBE_LIST_USER_PLAYLISTS
RemoteRetrieves playlists owned by the authenticated user, implicitly using mine=True.
YOUTUBE_LIST_USER_SUBSCRIPTIONS
RemoteRetrieves the authenticated user's YouTube channel subscriptions, allowing specification of response parts and pagination.
youtube_list_video_categories
RemoteList available video categories for a region. Returns category ID, title, and whether it is assignable. Costs 1 quota unit.
YOUTUBE_LOAD_CAPTIONS
RemoteDownloads a specific YouTube caption track, which must be owned by the authenticated user, and returns its content as text. Note: This action requires you to own the video (YouTube Data API v3 restriction). Non-owned videos will return 403 Forbidden errors, including many auto-generated caption tracks.
youtube_post_comment
RemotePost a new top-level comment on a video. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.
youtube_rate_video
RemoteLike, dislike, or remove rating from a video. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.
youtube_remove_playlist_item
RemoteRemove a video from a playlist by playlist item ID (not video ID). Use youtube_list_playlist_items to find the item ID. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.
youtube_reply_comment
RemoteReply to an existing comment. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.
youtube_search
RemoteSearch YouTube for videos, channels, or playlists. Costs 100 quota units per request. Use filters to narrow results. Returns up to 50 results per page with pagination support.
YOUTUBE_SEARCH_YOU_TUBE
RemoteSearches YouTube for videos, channels, or playlists using a query term, returning the raw API response.
YOUTUBE_SUBSCRIBE_CHANNEL
RemoteSubscribes the authenticated user to a specified YouTube channel, identified by its unique `channelId` which must be valid and existing.
youtube_update_comment
RemoteEdit an existing comment. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.
youtube_update_playlist
RemoteUpdate a playlist title, description, or privacy status. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.