tokportalAutomate TikTok and Instagram at scale with account creation, video distribution, content uploads, and detailed analytics using 30 AI-native tools via TokPor...
Install via ClawdBot CLI:
clawdbot install naybu256/tokportalManage mass social media account creation, video distribution, and analytics via the TokPortal platform. This skill exposes 30 tools through a dedicated MCP server, giving your AI agent full control over TikTok and Instagram operations at scale.
Sign up at tokportal.com and generate an API key at app.tokportal.com/developer/api-keys.
The recommended way to use TokPortal with OpenClaw is via the MCP server:
npm install -g tokportal-mcp
Add to your ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"tokportal": {
"enabled": true,
"apiKey": "tok_live_your_key_here"
}
}
}
}
Or set the environment variable:
export TOKPORTAL_API_KEY="tok_live_your_key_here"
Add to your MCP configuration (Cursor .cursor/mcp.json or Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"tokportal": {
"command": "npx",
"args": ["-y", "tokportal-mcp"],
"env": {
"TOKPORTAL_API_KEY": "tok_live_your_key_here"
}
}
}
}
get_me β Your profile, credit balance, and API key infoget_credit_balance β Detailed balance with expiration datesget_credit_history β Transaction history (paginated)get_countries β Available countries for account creationget_platforms β Supported platforms (TikTok, Instagram) with featuresget_credit_costs β Full credit cost grid for all actionscreate_bundle β Create a bundle (account only, account + videos, or videos only)create_bulk_bundles β Performance Max: create multiple bundles at oncelist_bundles β List bundles with status/platform filtersget_bundle β Full bundle state including account config and videospublish_bundle β Publish a configured bundle (goes live to account managers)unpublish_bundle β Pull a bundle back to draftadd_video_slots β Add video slots to an existing bundle (2 credits/slot)add_edit_slots β Add editing slots (3 credits/slot)get_account_config β View current account setupconfigure_account β Set username, display name, bio, profile picturefinalize_account β Approve an account that is in reviewrequest_account_corrections β Request fixes on specific fieldslist_videos β List all videos in a bundleconfigure_video β Set up a single video (caption, publish date, media URL, sound settings)batch_configure_videos β Configure multiple videos at oncefinalize_video β Approve a video in reviewrequest_video_corrections β Request fixes on a videounschedule_video β Cancel a scheduled videolist_accounts β List your delivered accounts with filtersget_account_detail β Full credentials + TokMail email for an accountget_verification_code β Retrieve the latest 6-digit verification codeget_analytics β Followers, views, engagement rate, and morerefresh_analytics β Trigger an analytics refresh (48h cooldown, 500/month quota)can_refresh_analytics β Check if a refresh is availableget_video_analytics β Per-video analytics (views, likes, engagement)upload_video β Upload a local video file, returns a public URLupload_image β Upload a local image file (for carousels or profile pictures)"Create a TikTok bundle in the US with 5 videos and niche warming for fitness content"
The agent will call create_bundle with the right params, then guide you through account and video configuration.
"Show me the analytics for all my delivered accounts"
The agent will call list_accounts, then get_analytics for each.
"Create 10 TikTok accounts in France with 3 videos each"
Uses create_bulk_bundles (Performance Max) to create all bundles in one call.
https://app.tokportal.com/api/extX-API-Key headerTokPortal uses a credit-based model (1 credit = $1):
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
Interact with Twitter/X β read tweets, search, post, like, retweet, and manage your timeline.
LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.