The package is published as
@veedcrawl/mcp on npm. You need a Veedcrawl API key to use it — get one at veedcrawl.com.What the MCP server exposes
Six tools are registered automatically when the server starts. Each tool maps to a Veedcrawl API endpoint and returns a structured JSON result directly to your agent.| Tool | What it returns |
|---|---|
search_videos | Ranked list of public social videos matching a topic, hashtag, creator, or keyword — with URLs, stats, and thumbnails |
get_video_metadata | Title, description, author, view/like/comment counts, tags, duration, thumbnails |
get_video_transcript | Full spoken transcript with timestamped segments — uses native captions or AI-generated speech-to-text |
extract_from_video | Structured answer to any prompt: hooks, CTAs, sentiment, topics, claims, quotes — guided by optional JSON Schema |
get_tiktok_profile | Creator bio, total video count, and up to 24 recent TikToks with full engagement stats per video |
get_instagram_profile | Creator bio, verified status, follower/following/post counts, and up to 24 recent posts (video, image, carousel) with per-post stats |
Why search and profile tools change everything
Every other video API requires you to already know a video URL. That means your agent is stuck doing retrieval — fetching content you already found.search_videos unlocks topic-based discovery. Hand the agent a keyword or hashtag and it returns ranked public videos from any platform — no URLs, no prior knowledge required. Then it can chain directly into metadata, transcripts, and extraction.
get_tiktok_profile and get_instagram_profile unlock creator-based discovery. Hand the agent a username and it comes back with who the creator is, how large their audience is, and exactly what they’ve been posting.
For example, to find and analyze trending content from scratch:
Next steps
Install the MCP server
Install
@veedcrawl/mcp and configure it in Claude Desktop, Claude Code, Cursor, or Windsurf.Tools reference
Full parameter and return value documentation for all five tools.