Agents × jobs

Run US TikTok accounts from abroad with any AI agent

Operate US TikTok accounts from anywhere with any of 25 agents: TokPortal creates and posts on accounts held by US-based managers — no VPN, no US SIM, n…

From any MCP-capable agent, a US TikTok presence is one field away: create_bundle with country: "US" routes the order to a manager physically in the United States, who creates the account on a US device and network, warms it and posts every video you configure. You never touch a VPN, a US phone number or the account itself — you send configure_bundle_video calls from wherever you are and read results with list_accounts and analytics tools. This is the practical answer to "how do I post to US TikTok from Europe/Asia/LATAM" that the official API cannot give, because it only posts on accounts a user already owns and controls.

How it works

Region on TikTok is decided at account creation and reinforced by where the app is used afterwards; an account created abroad and driven through a VPN is the classic recipe for reduced reach and shadow restrictions. TokPortal removes the problem at the source. The country you pass is not a targeting flag on the post — it selects the human manager, their SIM, their residential IP and their device. The account is US-native for its whole life because the person operating it is in the US.

The flow from any MCP-capable agent is the standard bundle flow: list_countries to confirm US is open, create_bundle (platform: tiktok, country: US, videos_quantity), configure_bundle_account with a handle and bio written for a US audience, then videos with configure_bundle_video or batch_configure_bundle_videos, publish_bundle, and later list_accounts filtered on country=US. Add Advanced Warming terms in US English (generate_warming_terms writes them from a niche description) so the manager's warming sessions teach the algorithm the account is a US viewer of that niche before you post.

Two things are worth telling the agent explicitly. First, TokPortal does not promise reach — it promises a real US account operated by a US manager; the content still has to be good. Second, if the client wants to eventually own the account, reveal_account_credentials is possible but breaks the "operated from the US" property the moment the client logs in from abroad; the recommended pattern is to keep the account managed and use videos_only bundles for every new batch of posts.

Tool sequence

  1. tokportal_list_countries — Confirm US is in the new-account list (and in videos_only_countries for reuse).
  2. tokportal_get_credit_costs — Quote setup + slots + warming before creating.
  3. tokportal_create_bundleplatform: tiktok, country: US, bundle_type: account_and_videos, videos_quantity, optional wants_advanced_warming.
  4. tokportal_generate_warming_terms — Turn a niche description into US-English search terms (count multiple of 3).
  5. tokportal_configure_bundle_account — US-flavoured username, visible_name, biography, link_in_bio.
  6. tokportal_configure_bundle_video — One call per slot: description, target_publish_date, video_url (max 3/day).
  7. tokportal_publish_bundle — Order goes to a US manager.
  8. tokportal_list_accountsplatform=tiktok&country=US to retrieve profile_url and status.
  9. tokportal_get_account_analytics — Views, followers and per-video numbers of the delivered US account.

Pick your agent