tokportal-mcp
v1.7.0
Published
TokPortal MCP Server — Control TokPortal from AI assistants (Claude, Cursor, etc.)
Maintainers
Readme
TokPortal MCP Server
Control TokPortal from AI assistants (Claude, Cursor, etc.) via the Model Context Protocol.
Quick Start
1. Get an API key
Generate one at app.tokportal.com/developer.
2. Add to Cursor
Add to your .cursor/mcp.json:
{
"mcpServers": {
"tokportal": {
"command": "npx",
"args": ["-y", "tokportal-mcp"],
"env": {
"TOKPORTAL_API_KEY": "tok_live_your_key_here"
}
}
}
}2b. Or add to Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"tokportal": {
"command": "npx",
"args": ["-y", "tokportal-mcp"],
"env": {
"TOKPORTAL_API_KEY": "tok_live_your_key_here"
}
}
}
}3. Start using
Ask your AI assistant: "Create a TikTok bundle in the US with 5 videos" and it will use the MCP tools automatically.
OpenClaw Skill
TokPortal is published on ClawHub. If you use OpenClaw, install it with:
clawhub install tokportalThen add your API key in ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"tokportal": {
"enabled": true,
"apiKey": "tok_live_your_key_here"
}
}
}
}Start a new OpenClaw session and all 54 tools become available via natural language.
Available Tools (30)
Info
get_me— Profile + creditsget_credit_balance— Detailed balanceget_credit_history— Transaction historyget_countries— Available countriesget_platforms— Platform featuresget_credit_costs— Cost grid
Bundles
create_bundle— Create account + videoscreate_bulk_bundles— Performance Maxlist_bundles— List with filtersget_bundle— Full statepublish_bundle— Go liveunpublish_bundle— Pull backadd_video_slots— Add video slotsadd_edit_slots— Add edit slots
Account Configuration
get_account_config— View configconfigure_account— Set username, bio, etc.finalize_account— Validaterequest_account_corrections— Request fixes
Videos
list_videos— List allconfigure_video— Configure singlebatch_configure_videos— Configure multiplefinalize_video— Validaterequest_video_corrections— Request fixesunschedule_video— Cancel scheduling
Delivered Accounts
list_accounts— List accountsget_account_detail— Credentials + TokMailget_verification_code— Get 6-digit code
Analytics
get_analytics_dashboard— Portfolio Analytics v2 dashboardget_analytics_account— Account drilldown with posts, series, demographics, and intelligenceget_analytics_series— Stored chart pointsget_analytics_contract— Versioned data contract and plan redaction rulesget_analytics— Backward-compatible account analytics endpoint withanalytics_v2get_video_analytics— Account post/video analyticsget_analytics_comments— Dashboard comment pulseget_analytics_post_comments— Cached comments for one tracked postexport_analytics_videos_csv— CSV exportcreate_analytics_report— Hosted web reportcreate_analytics_html_report— Standalone HTML reportrefresh_analytics/refresh_analytics_v2— Targeted v2 refresh for repair/bootstrapcan_refresh_analytics— Check targeted refresh availabilityget_raw_account_analytics— Raw provider account snapshotsget_raw_post_analytics— Raw provider post snapshots
