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
tokportal_list_countries— ConfirmUSis in the new-account list (and invideos_only_countriesfor reuse).tokportal_get_credit_costs— Quote setup + slots + warming before creating.tokportal_create_bundle—platform: tiktok,country: US,bundle_type: account_and_videos,videos_quantity, optionalwants_advanced_warming.tokportal_generate_warming_terms— Turn a niche description into US-English search terms (count multiple of 3).tokportal_configure_bundle_account— US-flavouredusername,visible_name,biography,link_in_bio.tokportal_configure_bundle_video— One call per slot:description,target_publish_date,video_url(max 3/day).tokportal_publish_bundle— Order goes to a US manager.tokportal_list_accounts—platform=tiktok&country=USto retrieveprofile_urland status.tokportal_get_account_analytics— Views, followers and per-video numbers of the delivered US account.
Pick your agent
- Run US TikTok accounts from abroad with Claude — Anthropic's assistant on claude.ai, the mobile apps and Claude Desktop, with custom MCP connectors.
- Run US TikTok accounts from abroad with Claude Code — Anthropic's terminal coding agent; MCP servers are added with
claude mcp addand used in any session. - Run US TikTok accounts from abroad with ChatGPT — OpenAI's assistant; plans with developer mode can add remote MCP servers as custom connectors.
- Run US TikTok accounts from abroad with OpenAI Codex — OpenAI's coding agent (Codex CLI and IDE extension); MCP servers live in
~/.codex/config.toml. - Run US TikTok accounts from abroad with Cursor — AI code editor with an agent mode; MCP servers are configured in
.cursor/mcp.jsonor via a one-click deeplink. - Run US TikTok accounts from abroad with Windsurf — Codeium's agentic IDE (Cascade); MCP servers are declared in
~/.codeium/windsurf/mcp_config.json. - Run US TikTok accounts from abroad with Cline — Open-source autonomous coding agent for VS Code with an MCP marketplace and per-tool approval.
- Run US TikTok accounts from abroad with OpenClaw — Open-source autonomous agent runtime with a skills registry (ClawHub); TokPortal ships as a first-party skill.
- Run US TikTok accounts from abroad with Hermes Agent — Nous Research's open-source agent runtime; MCP servers are declared under
mcp_serversin~/.hermes/config.yaml. - Run US TikTok accounts from abroad with Gemini CLI — Google's open-source terminal agent for Gemini; MCP servers via
gemini mcp addor~/.gemini/settings.json, plus extensions. - Run US TikTok accounts from abroad with Goose — Block's open-source local agent; remote MCP servers are added as extensions (Streaming HTTP) or via a
goose://deeplink. - Run US TikTok accounts from abroad with Perplexity — Answer engine with custom MCP connectors on paid plans; good for read-only research over your TokPortal data.
- Run US TikTok accounts from abroad with Microsoft Copilot Studio — Microsoft's low-code agent builder; MCP servers are added as tools through the MCP onboarding wizard (Streamable transport).
- Run US TikTok accounts from abroad with Factory Droid — Factory's software-engineering agent (
droidCLI); HTTP MCP servers are added withdroid mcp add. - Run US TikTok accounts from abroad with n8n — Open-source workflow automation; use the built-in MCP Client Tool node with an AI Agent, or the community node
n8n-nodes-tokportalfor deterministic steps. - Run US TikTok accounts from abroad with Make — Visual automation platform (ex-Integromat); call TokPortal from HTTP modules with
X-API-Key, or from Make's MCP Client module where available. - Run US TikTok accounts from abroad with Zapier — Automation platform; today TokPortal is used via Webhooks by Zapier (REST) — a native TokPortal app is coming.
- Run US TikTok accounts from abroad with Pipedream — Serverless integration platform for developers; call TokPortal from a Node.js/Python code step or the HTTP action, and receive webhooks on an HTTP trigger.
- Run US TikTok accounts from abroad with Dify — Open-source LLM app platform; MCP servers are registered under Tools → MCP and used by Agent nodes and Agent apps.
- Run US TikTok accounts from abroad with Flowise — Open-source visual builder for LLM flows; the Custom MCP node connects any Streamable HTTP server to Agentflow / tool agents.
- Run US TikTok accounts from abroad with Langflow — Open-source visual framework for agents; the MCP Tools component connects to servers registered in Settings → MCP Servers.
- Run US TikTok accounts from abroad with CrewAI — Python multi-agent framework;
MCPServerAdapterfromcrewai-toolsturns any MCP server into agent tools. - Run US TikTok accounts from abroad with LangChain — LangChain / LangGraph agents load MCP tools with
langchain-mcp-adapters(MultiServerMCPClient). - Run US TikTok accounts from abroad with Vercel AI SDK — TypeScript toolkit for AI apps; the MCP client (
@ai-sdk/mcp, formerlyexperimental_createMCPClientinai) turns TokPortal tools intogenerateText/streamTexttools. - Run US TikTok accounts from abroad with Mastra — TypeScript agent framework;
MCPClientfrom@mastra/mcpconnects HTTP or stdio MCP servers and hands their tools to anAgent.