Skills
19 tools, one MCP endpoint, one API key. Credits are deducted per call — the number on each card is its cost.
YouTube
Search, transcripts, and channel/playlist discovery.
search_youtubeSearch YouTube for videos by query.
get_youtube_transcriptFetch the cleaned transcript text for a video (YouTube and other supported platforms). Returns paginated text with isTruncated/nextCursor/totalLength.
get_channel_videosList a channel's uploaded videos (flat metadata, paginated by offset).
get_playlist_videosFetch transcripts for the videos in a playlist (bounded by maxItems). Each item returns a per-video success/error status.
Video metadata
Structured facts and subtitles for a single video.
video_get_infoFetch safe video metadata (title, uploader, duration, counts, tags, etc.).
video_get_chaptersFetch a video's chapter markers (an empty list is a valid result).
video_list_subtitlesList the official and auto-generated subtitle languages available for a video.
video_get_raw_subtitlesFetch raw subtitle content (srt/vtt/ass/lrc) for a video. Returns paginated content with isTruncated/nextCursor/totalLength.
Content
Turn web pages, PDFs, and raw text into clean structured data.
web_readerExtract clean article content from a web page: title, author, publish date, main body, and metadata (navigation and ads removed).
pdf_readerExtract text, metadata, page count, and (optionally) images from a PDF document at a URL.
knowledge_extractorExtract named entities (people, companies, products, locations, dates, organizations) from text.
AI & LLM
Summaries, hooks, research, and audio — powered by language models.
summarize_videoSummarize a video from its transcript.
extract_video_hooksExtract attention-grabbing hooks from a video's transcript.
analyze_channelAnalyze a channel's top topics, content patterns, and growth recommendations.
researchResearch a topic: gather sources, generate a report, an executive summary, key insights, and citations.
ttsGenerate an MP3 audio briefing from text and return a downloadable URL. Supports multiple voices.
Other
Additional tools.
db_list_tablesList the tables and views in a connected database, with row-count estimates where available.
db_describe_tableDescribe one table: columns, data types, nullability, primary keys, and foreign keys.
db_queryRun a single READ-ONLY SELECT against a connected database. Writes, DDL, and multiple statements are rejected; results are row-limited.
Brain tools for smarter agents
ALMCP does not just give agents tools. It helps them decide which tool to use, when to use it, and how to avoid wasting credits. These tools are free to call.
combo_brain_planHelps the agent choose the smallest effective tool path before calling paid tools.
combo_brain_next_stepGuides the agent through the next best action during a multi-step task.
combo_brain_reviewReviews tool results and helps decide whether more action is needed.
combo_brain_learnStores useful lessons from completed tasks so future runs can improve.
The Brain layer helps agents use many tools without getting lost.
Pricing
Start free. Upgrade when your agents need more.
- 1,000 credits / month
- All 16 tools, no free-tier caps
- Unlimited API keys
- Priority support