TokPortal is the managed social infrastructure API: real TikTok, Instagram and YouTube accounts created, warmed and operated by human account managers in 16+ countries — exposed as a REST API and an MCP server. No OAuth per account, no 25-posts/day cap, no app review.
This repository is a Claude Code plugin marketplace with one plugin, tokportal, that bundles:
- the remote TokPortal MCP server (
https://app.tokportal.com/api/ext/mcp, Streamable HTTP, OAuth 2.1 sign-in via/mcp; also acceptsAuthorization: Bearer sk_...) — 91tokportal_*tools for bundles, videos, uploads, warming, analytics, bans, webhooks and comments; - five skills:
tokportal-setup,tokportal-launch-network,tokportal-post-videos-at-scale,tokportal-warm-accounts,tokportal-monitor-and-bans(same content as tokportal/skills); - a
/tokportal-statuscommand (read-only health check: connection, credits, costs, bundles, open ban cases, webhooks).
claude plugin marketplace add tokportal/claude-plugin
claude plugin install tokportal@tokportalInside Claude Code you can also run /plugin marketplace add tokportal/claude-plugin then /plugin install tokportal@tokportal. Then run /mcp and sign in to TokPortal in the browser (choose Full access or Read-only). Verify with /tokportal-status or by asking "What is my TokPortal credit balance?".
Prefer an API key (stdio) instead of the bundled remote server? Get one at https://app.tokportal.com/developer/api-keys and run:
claude mcp add tokportal -e TOKPORTAL_API_KEY=sk_... -- npx -y tokportal-mcpclaude plugin marketplace update tokportal
claude plugin update tokportal@tokportal
claude plugin uninstall tokportal@tokportal.claude-plugin/marketplace.json # marketplace catalog (name: tokportal)
plugins/tokportal/
.claude-plugin/plugin.json # plugin manifest
.mcp.json # remote HTTP MCP server
skills/<name>/SKILL.md # 5 skills
commands/tokportal-status.md # /tokportal-status
- MCP guide (all hosts): https://developers.tokportal.com/mcp
- Claude Code + TokPortal use case: https://developers.tokportal.com/use-cases/ai-agents/claude-code-social-media
- MCP server source: https://github.com/tokportal/tokportal-mcp
- Skills: https://github.com/tokportal/skills — Cursor plugin: https://github.com/tokportal/cursor-plugin
- Support: team@tokportal.com
MIT — see LICENSE.
