Skip to main content
The MCP server exposes 31 tools across seven domains. They mirror the REST API, so anything an agent can do here maps to a REST endpoint and vice versa. Names are snake_case and prefixed streamloop_. Tools marked Destructive require explicit confirmation (confirm: true) before they run. See Permissions for what each scope grants.

Account

ToolDescriptionScope
streamloop_get_meGet the authenticated user’s accountread

Streams

ToolDescriptionScope
streamloop_list_streamsList your streamsread
streamloop_get_streamGet one streamread
streamloop_create_streamCreate a 24/7 loop streamwrite
streamloop_update_streamUpdate a stream (includes YouTube broadcast settings)write
streamloop_start_streamStart a streamwrite
streamloop_stop_streamStop a streamwrite
streamloop_schedule_streamSchedule a stream to start/stop automaticallywrite
streamloop_cancel_stream_scheduleCancel a scheduled start/stopwrite
streamloop_check_stream_readinessCheck whether a stream can go liveread
streamloop_get_stream_live_statsRead live stats for a running streamread
streamloop_delete_streamDelete a stream · Destructivedestructive

Uploads

ToolDescriptionScope
streamloop_list_uploadsList uploaded mediaread
streamloop_get_uploadGet one uploadread
streamloop_create_upload_from_linkImport media from a URLwrite
streamloop_create_upload_from_file_uploadStart a direct file uploadwrite
streamloop_complete_uploadFinalize a direct uploadwrite
streamloop_delete_uploadDelete an upload · Destructivedestructive

Playlists

ToolDescriptionScope
streamloop_list_playlistsList playlistsread
streamloop_get_playlistGet one playlistread
streamloop_apply_playlist_operationsAdd, remove, and reorder playlist itemswrite
streamloop_copy_playlistDuplicate a playlistwrite
streamloop_publish_playlistPublish playlist changes to a live streamwrite

Destinations

ToolDescriptionScope
streamloop_list_destinationsList streaming destinationsread
streamloop_create_rtmp_destinationAdd a custom RTMP destinationwrite

Billing

ToolDescriptionScope
streamloop_get_billing_overviewRead credit balance and billing statusbilling
streamloop_get_usageRead usage analyticsbilling
streamloop_list_invoicesList invoicesbilling
streamloop_top_up_using_card_linkCreate a card top-up link · Destructivebilling

Crypto

ToolDescriptionScope
streamloop_list_crypto_currenciesList supported top-up cryptocurrenciesbilling
streamloop_get_crypto_deposit_addressGet a crypto deposit address for a top-upbilling