superagnt_
// mcp server

The TikTok Data MCP server

TikTok videos, creators, sounds, and trend data for agents. Content and creator research as structured JSON.

com.superagnt/tiktok-datastreamable-http // oauth 2.17 tools

Copy the setup prompt.
Your agent does the rest.

works with any agent+ 8 more
Fetch and execute the appropriate instructions to set me up for superagnt_ from https://superagnt.com/agent-setup/prompt.md
or follow the detailed setup instructions
01// what this server exposes

Every tool the connection carries

Creator profile

Public creator details by username: follower and following counts, total likes, video count, bio and verification.

Full account feed

Every video on an account, with a continuation token so an agent can page back through the whole history.

Video detail

One video by id with play, like, comment and share counts, plus description, sound and author.

Video search

Keyword search across videos, which is the surface a trend-watching agent needs to see what is being posted right now.

Account search

Keyword search across accounts, for finding creators in a niche instead of starting from a handle you already know.

Collections

Videos inside a creator collection, useful when a brand groups its catalogue on-profile.

tool names07as your agent sees them
data_tiktok_user_s_detailsdata_tiktok_user_s_videosdata_tiktok_user_s_videos_continuationdata_tiktok_video_detailsdata_tiktok_search_videosdata_tiktok_search_accountsdata_tiktok_collection_videos_details
02// the server, on paper

Identity and scope

registry name
com.superagnt/tiktok-data
transport // auth
streamable-http // OAuth 2.1 or API key
endpoint
https://mcp.superagnt.com/mcp/tiktok
scope
Scoped to the TikTok Data tools. Nothing else lands in the agent's context. Connecting provisions a workspace scoped to exactly what the listing names, and credits are charged only on a successful response.
04// the whole toolkit

One server up, every tool

com.superagnt/superagnt

This server is one slice of the toolkit. The master server at https://mcp.superagnt.com/mcp carries the whole toolkit over one endpoint: live social media data, lead enrichment and email finder, a real Postgres database, webhooks, schedules, and more.

See the toolkit
get your key

Point your client at https://mcp.superagnt.com/mcp/tiktok and the first call works before you have opened a dashboard.

Start free