4,500+ servers built on MCP Fusion
Vinkius
ContentGroove logo
Vinkius
LangChain logo

How to Use the ContentGroove MCP in LangChain

Feed video URLs to LangChain agents and watch this MCP Server generate, trace, and organize video clips automatically.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

ContentGroove MCP on Cursor AI Code Editor MCP Client ContentGroove MCP on Claude Desktop App MCP Integration ContentGroove MCP on OpenAI Agents SDK MCP Compatible ContentGroove MCP on Visual Studio Code MCP Extension Client ContentGroove MCP on GitHub Copilot AI Agent MCP Integration ContentGroove MCP on Google Gemini AI MCP Integration ContentGroove MCP on Lovable AI Development MCP Client ContentGroove MCP on Mistral AI Agents MCP Compatible ContentGroove MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
LangChain

Connect ContentGroove MCP to LangChain

Create your Vinkius account to connect ContentGroove to LangChain and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Chained Video Splicing Pipelines

Your LangChain run initiates video imports using `create_media_from_url` to pull raw footage directly into your pipeline. Once finished, the chain automatically passes the resulting ID to `get_media_clips` to extract the best moments. Every single step, tool payload, and latency metric gets traced in LangSmith so you can debug why a clip extraction failed.

Multi-Step Highlight Curation with LangChain

Your LangChain agent scans your entire highlight library using `list_all_clips` to make executive curation decisions. By combining this MCP Server with LLM reasoning, the agent filters out low-quality cuts before they ever hit your social queue. You write the logic once, and your chain handles the heavy lifting of video curation.

On-Demand Video Upload Workflows

Your LangChain agent generates secure, temporary destination links using `create_direct_upload` for on-demand video ingestion. After the upload completes, the agent tracks the project state using `get_media_details` to confirm the video is ready for clipping. It keeps your media pipelines moving without manual intervention or hardcoded upload scripts.

Setup guide

Set up ContentGroove MCP in LangChain

Prerequisites

  • Python 3.10+ installed
  • langchain-mcp-adapters + langgraph packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install langchain-mcp-adapters langgraph langchain-openai. The MCP adapters package converts MCP tools into native LangChain BaseTool objects.

  2. 2

    Connect via HTTP transport

    Use MultiServerMCPClient with "transport": "http" pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create a ReAct agent

    Pass the discovered tools to create_react_agent() from LangGraph. The agent automatically routes ContentGroove tool calls through the MCP protocol.

  4. 4

    Run with any LLM

    Swap ChatOpenAI for ChatAnthropic, ChatGoogleGenerativeAI, or any LangChain-compatible model. The MCP tools work identically across all providers.

agent.py
from langchain_mcp_adapters.client import MultiServerMCPClient
from langgraph.prebuilt import create_react_agent
from langchain_openai import ChatOpenAI

async with MultiServerMCPClient({
    "contentgroove-mcp": {
        "transport": "http",
        "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    }
}) as client:
    tools = client.get_tools()

    agent = create_react_agent(
        ChatOpenAI(model="gpt-4o"),
        tools,
    )
    result = await agent.ainvoke({
        "messages": "List recent ContentGroove transactions"
    })
    print(result["messages"][-1].content)

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by ContentGroove. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about ContentGroove MCP in LangChain

Every call to tools like `get_media_status` is automatically logged in LangSmith. You can see the exact input parameters, response times, and payload errors right in your tracing dashboard.
Yes, you can build a ReAct agent that loops on `get_media_status` until the state returns completed. The agent decides when to stop polling and when to call `get_media_clips` to fetch the highlights.
The server provides `create_direct_upload` to fetch a signed destination URL. Your LangChain agent passes this URL back to your frontend, keeping heavy video payloads off your agent's execution thread.
Absolutely. You can register this server alongside database tools, allowing your agent to fetch a video with `list_media` and write the clip URLs directly to your SQL database.
Your video files and clip metadata are processed directly on ContentGroove's secure servers. Vinkius runs the MCP adapter in an isolated sandbox, ensuring your API tokens and raw video URLs are never exposed or stored.

Start using the ContentGroove MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 8 tools

We've already built the connector for ContentGroove. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 8 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.