← toptik.app
INDIVIDUAL MCP TOOL
tiktok_explore_feed
TikTok's Explore / Discover feed: what is trending now.
LIVE ENDPOINT
https://mcp.toptik.app/mcp
Connect to this endpoint to inspect the live schema for tiktok_explore_feed and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.toptik-tiktok]
url = "https://mcp.toptik.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"toptik-tiktok": {
"type": "http",
"url": "https://mcp.toptik.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: toptik-tiktok
Remote MCP URL: https://mcp.toptik.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"toptik-tiktok": {
"url": "https://mcp.toptik.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"toptik-tiktok": {
"type": "http",
"url": "https://mcp.toptik.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "toptik-tiktok",
"transport": "streamable-http",
"url": "https://mcp.toptik.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
tiktok_resolve_username— Resolve a TikTok @handle to the account's numeric uid and sec_uid.tiktok_creator_profile— A creator's profile: handle, nickname, bio, follower, following and video counts, privacy and verification flags, and avatar.tiktok_creator_videos— A creator's posts, newest first, with stats.tiktok_creator_liked_videos— Videos a creator has liked.tiktok_creator_followers— A sample of a creator's followers (most recent), plus the total.tiktok_creator_following— A sample of the accounts a creator follows, plus the total.tiktok_creator_playlists— A creator's playlists (TikTok calls them mixes or series).tiktok_video_stats— One video or photo post by id: caption, plays, likes, comments, shares, saves, duration, hashtags, sound and author.