Serversai.trendsmcp/tiktok
T

TikTok Trends MCP

ai.trendsmcp/tiktok · v1.0.3
● Remote
v1.0.3remote🌐 https://tiktok.api.trendsmcp.ai/mcp↗ Website
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.trendsmcp/tiktok",
  "description": "TikTok hashtag volume over time, with growth for any hashtag. Free key at trendsmcp.ai",
  "title": "TikTok Trends MCP",
  "version": "1.0.3",
  "websiteUrl": "https://trendsmcp.ai",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://tiktok.api.trendsmcp.ai/mcp",
      "headers": [
        {
          "description": "Bearer token. Get your free API key at https://trendsmcp.ai",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}