目录 / tikfly-mcp
MCP
需 API Key
未评级
已上架
tikfly-mcp
MCP Server for Tikfly - Unofficial TikTok API at scale without the usual limitations
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:API-KEY)
- 端点
https://tikfly-mcp.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
"mcpServers": {
"tikfly-mcp": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://tikfly-mcp.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| get_user_info | Get TikTok user information by username (uniqueId) |
| get_user_videos | Get list of videos posted by a TikTok user IMPORTANT: - This endpoint requires secUid. - If you only have a username, you MUST first call 'get_user_info' to obtain secUid from the user profile. |
| get_user_follower | Get list of followers for a TikTok user (by secUid) IMPORTANT: - This endpoint requires secUid. - If you only have a username, you MUST first call 'get_user_info' to obtain secUid from the user profile. |
| get_user_following | Get list of accounts a TikTok user is following (by secUid) IMPORTANT: - This endpoint requires secUid. - If you only have a username, you MUST first call 'get_user_info' to obtain secUid from the user profile. |
| get_user_story | Get active stories of a TikTok user (by userId) IMPORTANT: - This endpoint requires a numeric userId. - If you only have a username (uniqueId), you MUST first call 'get_user_info' to retrieve userId from the profile response before calling this tool. |
| get_video_detail | Get detailed information of a TikTok video by video ID. Use this to fetch metadata like description, stats, creator, etc. |
| get_video_comments | Get list of top-level comments on a TikTok video by video ID. Supports pagination via cursor. |
| get_video_comment_replies | Get reply comments for a specific comment on a TikTok video. Supports pagination via cursor. |
| search_videos | Search TikTok videos by keyword. Supports pagination via cursor and search_id. |
| search_accounts | Search TikTok accounts (users) by keyword. Supports pagination via cursor and search_id. |
| search_live | Search TikTok live streams by keyword. Supports pagination via cursor and search_id |
| download_user_videos | Get downloadable videos from a specific TikTok user by their secUid. This tool returns a list of the user’s videos along with direct download information. It also supports cursor-based pagination to retrieve large video lists in multiple requests. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。