rad-tv
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
get_me— Get the current authenticated user's profile, channel, subscriptionlist_followed_channels— List channels the current user followsget_channel— Get a single channel by DIDlist_channels— Paginated list of all channelslist_categories— List content categories (auth required)list_ratings— List content ratingslist_genres— List content genrescreate_content— Create a new content itemcreate_content_asset— Create a TUS upload session for a content assetsubmit_content_for_processing— Submit content for transcodingpublish_content— Make content publicly visibleunpublish_content— Revert content to protectedcreate_playlist— Create an empty playlistupdate_playlist— Update playlist metadatacreate_playlist_asset— Create upload session for playlist coverfollow_channel— Follow a channelunfollow_channel— Unfollow a channellike_content— Like content (idempotent)unlike_content— Unlike content (idempotent)create_comment— Create a comment on contentlist_comments— List comments on contentlist_youtube_videos— List videos on connected YouTube channelget_youtube_publish_job— Get status of a YouTube publish jobcreate_content_from_youtube— Import YouTube video as Rad contentpublish_content_to_youtube— Publish Rad content to YouTubepublish_video— End-to-end video publishingfinalize_content_upload— Complete upload after Mode 2 publish_videoimport_youtube_and_publish— Import from YouTube and publish in one callcreate_playlist_with_items— Create playlist with contentverify_connection— Agent hello — verify auth, channel, subscription, permissionschannel_dashboard— Get channel info, recent content, playlists, transcode statusimport_youtube_library— Batch import from YouTubewait_for_processing— Block until transcode completes or times outget_processing_status— Non-blocking transcode status check
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.