← scraptik.com

INDIVIDUAL MCP TOOL

tiktok_sound_info

Fetch metadata for a sound/track: title, author, duration, and how many videos use it.

scraptik.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

scraptik.com

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.scraptik]
url = "https://mcp.scraptik.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scraptik": {
      "type": "http",
      "url": "https://mcp.scraptik.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: scraptik
Remote MCP URL: https://mcp.scraptik.com/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": {
    "scraptik": {
      "url": "https://mcp.scraptik.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scraptik": {
      "type": "http",
      "url": "https://mcp.scraptik.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scraptik",
  "transport": "streamable-http",
  "url": "https://mcp.scraptik.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • tiktok_creator_profile — Fetch a TikTok creator's public profile: follower/following counts, total videos and likes, verification status, bio, region, and avatar.
  • tiktok_resolve_username — Resolve a TikTok @username to its stable numeric user_id and sec_uid.
  • tiktok_creator_followers — List a creator's followers (paginated).
  • tiktok_creator_following — List the accounts a creator follows (paginated).
  • tiktok_creator_videos — List a creator's recent videos with per-video stats (views, likes, comments, shares).
  • tiktok_creator_liked_videos — List videos a creator has publicly liked (only available when the account exposes its Likes tab).
  • tiktok_user_stories — List a creator's active TikTok Stories (ephemeral posts that expire ~24h).
  • tiktok_video_stats — Fetch a single TikTok video's stats and metadata: play/like/comment/share/save counts, author, sound, duration, description, hashtags, and create time.