Skip to main content
Glama
MKirovBG

scribefy-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SCRIBEFY_API_KEYYesYour Scribefy API key for authentication.
SCRIBEFY_API_BASENoBase URL for the Scribefy API.https://api.scribefy.app

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
extract_transcriptA

Pulls the transcript of a YouTube video and returns it as Markdown with timestamps. Use this whenever the user provides a YouTube URL and wants to summarise, quote, search, or otherwise process the video's spoken content.

Costs credits on first fetch (1 credit ≤15min, 2 credits 15–45min, 4 credits 45min–2h, 8 credits 2h+). Cached extractions are free — videos other Scribefy users have already extracted are cached for 30 days.

Returns the title, channel, duration, language, and the transcript itself split into segments with clickable timestamps.

search_videosA

Search YouTube for videos matching a query string. Returns up to limit results (default 10, max 25) with title, channel, duration, view count, and URL. Free — no credits charged. Use this when the user asks 'find me videos about X' before chaining into extract_transcript on a specific result.

get_video_metadataA

Look up title, channel, duration, view count, upload date, and available caption tracks for a video. Does NOT pull the transcript — use extract_transcript for that. Free — no credits charged. Useful to inspect a video before deciding whether to extract, or to discover which caption languages are available.

get_related_videosA

Return the videos YouTube recommends after a given video — the 'Up next' / 'Related' feed. Returns up to limit results (default 10, max 25). Free — no credits charged. Use this to expand research from a single starting video, or to find adjacent content.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MKirovBG/scribefy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server