We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sfiorini/youtube-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import { VideoManagement } from './videos';
import { ChannelManagement } from './channels';
import { PlaylistManagement } from './playlists';
import { TranscriptManagement } from './content/transcripts';
export {
VideoManagement,
ChannelManagement,
PlaylistManagement,
TranscriptManagement
};