tokportal
Automate social media at scale — create TikTok/Instagram accounts, distribute videos, upload content, and track analytics with 30 AI-native MCP tools via the TokPortal API.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/naybu256/tokportalTokPortal
Manage 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.
Setup
1. Get your API key
Sign up at tokportal.com and generate an API key at app.tokportal.com/developer/api-keys.
2. Install the MCP server
The recommended way to use TokPortal with OpenClaw is via the MCP server:
npm install -g tokportal-mcp
3. Configure OpenClaw
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"
4. Add MCP server config
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"
}
}
}
}
Available Tools (30)
Info (6 tools)
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 actions
Bundles (8 tools)
create_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)
Account Configuration (4 tools)
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 fields
Videos (6 tools)
list_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 video
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-naybu256-tokportal": {
"enabled": true,
"auto_update": true
}
}
}