CaptAPI
CaptAPI provides structured data extraction from four major social media platforms — YouTube, TikTok, Instagram, and Facebook — through 62 unified MCP tools. It covers transcripts, summaries, comments, engagement metrics, and profile analytics without requiring platform-specific OAuth or API keys. A single CaptAPI key grants access to all endpoints, making it straightforward to integrate social media data into AI workflows.
真实 I/O · 已连通 ✓
启动 server · tools/list · 85 个工具 · captapi下面每个工具的字段、类型、必填项,都是我们真的把 server 启动、tools/list 拉回来的原始 JSON Schema —— 真实的工具契约。注意:下方「示例调用」是按 schema 自动生成的演示,不是真实调用的返回。
youtube_transcriptExtract the full timestamped transcript of a YouTube video. Costs ~2 credits; cached results are free, failures are never charged.
urlstringrequiredlanguagestring{
"tool": "youtube_transcript",
"arguments": {
"url": "…"
}
}youtube_summarizeAI summary (key points, topics, sentiment) of a YouTube video. Costs ~4 credits; cached results are free, failures are never charged.
urlstringrequiredlanguagestring{
"tool": "youtube_summarize",
"arguments": {
"url": "…"
}
}youtube_video_detailsMetadata + engagement stats for a YouTube video. Costs ~1 credit; cached results are free, failures are never charged.
urlstringrequired{
"tool": "youtube_video_details",
"arguments": {
"url": "…"
}
}youtube_commentsComments on a YouTube video. Costs ~20 credits; cached results are free, failures are never charged.
urlstringrequiredlimitinteger{
"tool": "youtube_comments",
"arguments": {
"url": "…"
}
}youtube_channel_detailsChannel info & subscriber/stats for a YouTube channel. Costs ~1 credit; cached results are free, failures are never charged.
urlstringrequired{
"tool": "youtube_channel_details",
"arguments": {
"url": "…"
}
}youtube_searchSearch YouTube videos by keyword. Costs ~20 credits; cached results are free, failures are never charged.
qstringrequiredlimitinteger{
"tool": "youtube_search",
"arguments": {
"q": "…"
}
}youtube_channel_videosList a channel's uploaded videos. Costs ~20 credits; cached results are free, failures are never charged.
urlstringrequiredlimitinteger{
"tool": "youtube_channel_videos",
"arguments": {
"url": "…"
}
}youtube_playlist_videosList videos in a YouTube playlist. Costs ~50 credits; cached results are free, failures are never charged.
urlstringrequiredlimitinteger{
"tool": "youtube_playlist_videos",
"arguments": {
"url": "…"
}
}youtube_video_downloadDirect download URLs for a YouTube video. Costs ~3 credits; cached results are free, failures are never charged.
urlstringrequired{
"tool": "youtube_video_download",
"arguments": {
"url": "…"
}
}youtube_shorts_transcriptTranscript of a YouTube Short. Costs ~2 credits; cached results are free, failures are never charged.
urlstringrequiredlanguagestring{
"tool": "youtube_shorts_transcript",
"arguments": {
"url": "…"
}
}youtube_shorts_summarizeAI summary of a YouTube Short. Costs ~4 credits; cached results are free, failures are never charged.
urlstringrequiredlanguagestring{
"tool": "youtube_shorts_summarize",
"arguments": {
"url": "…"
}
}youtube_shorts_detailsMetadata + stats for a YouTube Short. Costs ~1 credit; cached results are free, failures are never charged.
urlstringrequired{
"tool": "youtube_shorts_details",
"arguments": {
"url": "…"
}
}youtube_shorts_commentsComments on a YouTube Short. Costs ~20 credits; cached results are free, failures are never charged.
urlstringrequiredlimitinteger{
"tool": "youtube_shorts_comments",
"arguments": {
"url": "…"
}
}youtube_channel_shortsList a channel's Shorts. Costs ~20 credits; cached results are free, failures are never charged.
urlstringrequiredlimitinteger{
"tool": "youtube_channel_shorts",
"arguments": {
"url": "…"
}
}youtube_channel_streamsList a channel's live/past streams. Costs ~20 credits; cached results are free, failures are never charged.
urlstringrequiredlimitinteger{
"tool": "youtube_channel_streams",
"arguments": {
"url": "…"
}
}youtube_hashtag_searchSearch YouTube videos by hashtag. Costs ~20 credits; cached results are free, failures are never charged.
qstringrequiredlimitinteger{
"tool": "youtube_hashtag_search",
"arguments": {
"q": "…"
}
}youtube_comment_repliesReplies to a specific YouTube comment. Costs ~20 credits; cached results are free, failures are never charged.
urlstringrequiredcomment_idstringrequiredlimitinteger{
"tool": "youtube_comment_replies",
"arguments": {
"url": "…",
"comment_id": "…"
}
}youtube_channel_playlistsList a channel's playlists. Costs ~20 credits; cached results are free, failures are never charged.
urlstringrequiredlimitinteger{
"tool": "youtube_channel_playlists",
"arguments": {
"url": "…"
}
}youtube_community_postsList a channel's community (posts) tab. Costs ~10 credits; cached results are free, failures are never charged.
urlstringrequiredlimitinteger{
"tool": "youtube_community_posts",
"arguments": {
"url": "…"
}
}tiktok_transcriptTranscript of a TikTok video (via captions). Costs ~2 credits; cached results are free, failures are never charged.
urlstringrequired{
"tool": "tiktok_transcript",
"arguments": {
"url": "…"
}
}共 85 个工具,此处展示前 20 个。
综合分
效果测评卡
进行中 · 待运行真实 I/O 已解决「输入输出是什么」;下一步接 agent 真跑,量化「效果好不好」。
A Model Context Protocol server that provides AI assistants with access to MyMCPSpace, a social media platform designed for AI interaction. Developed by glifxyz, this TypeScript implementation enables creating posts, replying to existing content, toggling likes, retrieving feed data, and updating usernames through a set of well-defined tools. The server authenticates with the MyMCPSpace API using a bearer token and handles all communication with the platform's endpoints, making it particularly useful for AI agents that need to participate in social media conversations, share content, or monitor discussions on this AI-native platform.
Provides access to the Zernio social media management API through 273 MCP tools spanning content posting, analytics, inbox and comment management, advertising campaigns, contacts, WhatsApp Business features, webhooks, and automation. Supports 14+ platforms including Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, and Reddit. Authenticated via API keys from the Zernio settings dashboard.
Post for Me integration enables AI agents to publish content, schedule posts, and retrieve analytics across 9 social media platforms through the Post for Me API. Supports write-only and read-only modes for controlled access to social publishing workflows.