raydeck/handle-checker

MCP Server

Social Media Handle Checker - username availability

Social media handle checker MCP server. Verify username availability across YouTube, TikTok, Instagram, Threads, and X.

MCP Server

  • Package: @raydeck/social-media-handle-checker-mcp
  • Transport: stdio
  • Command: npx -y @raydeck/social-media-handle-checker-mcp

Authentication

None (public APIs)

VariableRequiredDescription
No environment variables required

Available Tools

ToolDescription
check_all_platformsBatch check all platforms
check_youtube_handleYouTube
check_tiktok_handleTikTok
check_instagram_handleInstagram
check_threads_handleThreads
check_x_handleX/Twitter

Configuration Example

toml
[[mcp.servers]]
name = "handle-checker"
type = "stdio"
command = "npx"
args = ["-y", "@raydeck/social-media-handle-checker-mcp"]
timeout_seconds = 60
tools = []

Notes: Returns follower counts, verification status, profile info.