Agents × jobs

Use TokPortal from Gemini CLI

Connect Gemini CLI to the TokPortal MCP server and run 12 social-media jobs: create TikTok/Instagram accounts, post at scale, warm accounts, ban webhook…

Gemini CLI is a terminal agent: Google's open-source terminal agent for Gemini; MCP servers via gemini mcp add or ~/.gemini/settings.json, plus extensions. Connected to the TokPortal MCP server (or the REST API), it can create geo-targeted TikTok and Instagram accounts, schedule videos, warm accounts, read analytics and follow the ban lifecycle — 91 tokportal_* tools generated from the public OpenAPI schema.

Connect TokPortal to Gemini CLI

gemini mcp add --transport http tokportal https://app.tokportal.com/api/ext/mcp

Add --header "Authorization: Bearer sk_..." to skip OAuth. Equivalent ~/.gemini/settings.json:

{
  "mcpServers": {
    "tokportal": {
      "httpUrl": "https://app.tokportal.com/api/ext/mcp",
      "headers": { "Authorization": "Bearer sk_..." }
    }
  }
}

Or install the packaged extension: gemini extensions install https://github.com/tokportal/gemini-cli-extension.

Snippet status: verified against Gemini CLI's documentation (source).

Try it

Use the tokportal MCP server. Call tokportal_list_bundles with
status=published, then tokportal_list_bundle_videos on the newest one
and tell me which positions still need a video_url.

Jobs you can run from Gemini CLI

  • Create TikTok accounts — Create geo-targeted TikTok accounts from Gemini CLI with the TokPortal MCP tools: create_bundle → configure_bundle_account → publish_bundle → list_accounts.
  • Post 100 TikTok videos a day — Post 100+ TikTok videos a day from Gemini CLI: spread slots across ≥34 TokPortal bundles (3 videos/day/bundle cap), batch-configure, publish, track finalization.
  • Run US TikTok accounts from abroad — Operate US TikTok accounts from anywhere with Gemini CLI: TokPortal creates and posts on accounts held by US-based managers — no VPN, no US SIM, no per-account OAuth.
  • Warm TikTok & Instagram accounts — Warm accounts on niche search terms from Gemini CLI: generate_warming_terms → configure_bundle_warming_terms / rewarm_account, verified sessions, warming.* webhooks.
  • Run a faceless TikTok channel — Run a faceless TikTok channel from Gemini CLI: AI-generated clips → upload_video → 3 dated posts a day via batch_configure_bundle_videos, AI label on, human-operated account.
  • Seed UGC across many accounts — Seed UGC from Gemini CLI: the same creative on N geo-targeted TikTok/Instagram accounts via create_bundles_bulk, disclose_as_ads, per-account analytics.
  • Seed a music sound on TikTok — Seed a TikTok sound from Gemini CLI: many geo-targeted accounts posting with tiktok_sound_url on the same track, staggered dates, per-video analytics for the label.
  • Launch an app with persona accounts — Launch an app with persona accounts from Gemini CLI: several TikTok/Instagram characters, each a managed account with bio link, warming and a 30-day content plan.
  • Run multi-client agency operations — Run an agency's TikTok/Instagram operations from Gemini CLI: per-client external_ref, bulk account fleets, videos_only reposting, ban webhooks and per-client analytics exports.
  • Get ban alerts via webhooks — Get TikTok/Instagram ban alerts from Gemini CLI: create_webhook_endpoint for account.banned, ban_appeal.submitted, ban_resolution.decided; list_account_bans as source of truth.
  • Pull analytics across all accounts — Pull TikTok/Instagram analytics across every managed account from Gemini CLI: get_analytics_dashboard, get_analytics_series, list_account_video_analytics, CSV/HTML exports.
  • Create Instagram accounts — Create geo-targeted Instagram accounts from Gemini CLI with TokPortal: create_bundle platform=instagram → configure_bundle_account → publish_bundle; Reels, posts, carousels.

Other agents

Claude · Claude Code · ChatGPT · OpenAI Codex · Cursor · Windsurf · Cline · OpenClaw · Hermes Agent · Goose · Perplexity · Microsoft Copilot Studio · Factory Droid · n8n · Make · Zapier · Pipedream · Dify · Flowise · Langflow · CrewAI · LangChain · Vercel AI SDK · Mastra

See also: MCP server · Getting started · Credits & Pricing.