Use TokPortal from your AI agent
TokPortal recipes for 25 agents (Claude, ChatGPT, Cursor, n8n, LangChain…) × 12 jobs: create TikTok/Instagram accounts, post at scale, warm, analytics.
TokPortal is the managed social infrastructure API: real TikTok and Instagram accounts created, warmed and operated by human account managers in 16+ countries, exposed as a REST API and an MCP server with 91 tools. This section pairs 25 agent hosts with 12 jobs — 300 pages, each with the exact connect snippet for the host, the tokportal_* tool sequence, a prompt to paste, the REST equivalent, parameters, example configs and FAQ.
Start with the host you use, or with the job you need to get done. Every page assumes the same server: remote https://app.tokportal.com/api/ext/mcp (OAuth or X-API-Key) or local npx -y tokportal-mcp. Full install matrix: MCP server.
Agents
Chat assistants
- Claude — Anthropic's assistant on claude.ai, the mobile apps and Claude Desktop, with custom MCP connectors.
- ChatGPT — OpenAI's assistant; plans with developer mode can add remote MCP servers as custom connectors.
- Perplexity — Answer engine with custom MCP connectors on paid plans; good for read-only research over your TokPortal data.
Terminal agents
- Claude Code — Anthropic's terminal coding agent; MCP servers are added with
claude mcp addand used in any session. - OpenAI Codex — OpenAI's coding agent (Codex CLI and IDE extension); MCP servers live in
~/.codex/config.toml. - Gemini CLI — Google's open-source terminal agent for Gemini; MCP servers via
gemini mcp addor~/.gemini/settings.json, plus extensions. - Factory Droid — Factory's software-engineering agent (
droidCLI); HTTP MCP servers are added withdroid mcp add.
AI code editors
- Cursor — AI code editor with an agent mode; MCP servers are configured in
.cursor/mcp.jsonor via a one-click deeplink. - Windsurf — Codeium's agentic IDE (Cascade); MCP servers are declared in
~/.codeium/windsurf/mcp_config.json. - Cline — Open-source autonomous coding agent for VS Code with an MCP marketplace and per-tool approval.
Autonomous agents
- OpenClaw — Open-source autonomous agent runtime with a skills registry (ClawHub); TokPortal ships as a first-party skill.
- Hermes Agent — Nous Research's open-source agent runtime; MCP servers are declared under
mcp_serversin~/.hermes/config.yaml. - Goose — Block's open-source local agent; remote MCP servers are added as extensions (Streaming HTTP) or via a
goose://deeplink.
Workflow / low-code platforms
- Microsoft Copilot Studio — Microsoft's low-code agent builder; MCP servers are added as tools through the MCP onboarding wizard (Streamable transport).
- 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. - Make — Visual automation platform (ex-Integromat); call TokPortal from HTTP modules with
X-API-Key, or from Make's MCP Client module where available. - Zapier — Automation platform; today TokPortal is used via Webhooks by Zapier (REST) — a native TokPortal app is coming.
- 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.
- Dify — Open-source LLM app platform; MCP servers are registered under Tools → MCP and used by Agent nodes and Agent apps.
- Flowise — Open-source visual builder for LLM flows; the Custom MCP node connects any Streamable HTTP server to Agentflow / tool agents.
- Langflow — Open-source visual framework for agents; the MCP Tools component connects to servers registered in Settings → MCP Servers.
Agent framework (code)s
- CrewAI — Python multi-agent framework;
MCPServerAdapterfromcrewai-toolsturns any MCP server into agent tools. - LangChain — LangChain / LangGraph agents load MCP tools with
langchain-mcp-adapters(MultiServerMCPClient). - Vercel AI SDK — TypeScript toolkit for AI apps; the MCP client (
@ai-sdk/mcp, formerlyexperimental_createMCPClientinai) turns TokPortal tools intogenerateText/streamTexttools. - Mastra — TypeScript agent framework;
MCPClientfrom@mastra/mcpconnects HTTP or stdio MCP servers and hands their tools to anAgent.
Jobs
- Create TikTok accounts
- Post 100 TikTok videos a day
- Run US TikTok accounts from abroad
- Warm TikTok & Instagram accounts
- Run a faceless TikTok channel
- Seed UGC across many accounts
- Seed a music sound on TikTok
- Launch an app with persona accounts
- Run multi-client agency operations
- Get ban alerts via webhooks
- Pull analytics across all accounts
- Create Instagram accounts
How the matrix is built
The pages are generated from two data files (content/agents/agents.yaml, content/agents/jtbd.yaml) and the public OpenAPI schema, so tool names and parameters stay in sync with the API. Each host snippet is marked verified (checked against the host's documentation) or best-effort. Something wrong for your host? Email team@tokportal.com.