Skip to main content
The Veedcrawl MCP server implements the Model Context Protocol so any compatible AI host — Claude, Cursor, Windsurf, and others — can call Veedcrawl’s APIs directly from a conversation or agent loop. Once installed, your agent can search for videos by topic, pull structured data from any public video on YouTube, TikTok, Instagram, X/Twitter, or Facebook, and explore creator profiles without needing to know a single video URL in advance.
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.

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:
Or audit a creator from scratch:
Or run competitive analysis with no prep work:

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.