How to Use the Cincopa MCP in Claude Code
Manage Cincopa assets from your terminal. Pipe video metadata, trigger uploads, and audit galleries using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Cincopa MCP to Claude Code
Create your Vinkius account to connect Cincopa to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script your media audits
Devops teams need fast ways to check asset health. Run a quick terminal command to have the agent execute `list_cincopa_assets` and pipe the output into a local CSV file. You can set this up as a nightly cron job. The CLI tool calls `get_asset_metadata` on every video, checking for encoding failures or missing thumbnails, and alerts your Slack channel if something breaks.
Deploy galleries via Cincopa MCP Server
Stop manually creating media containers for new environments. Your GitHub Actions can trigger Claude Code to run `create_new_gallery` during the staging deployment phase. The script grabs the required layout ID using `list_cincopa_templates` and provisions the exact gallery structure your new frontend build expects. Everything happens headlessly via standard HTTP transports.
Handle massive asset migrations
Moving thousands of videos requires reliable automation. The terminal agent requests secure endpoints via `get_media_upload_url` and feeds them to your local bash scripts for processing. If a batch job fails, you can instruct the CLI to clean up the mess. It identifies the broken uploads and runs `delete_media_asset` in a loop until the workspace is clear.
Set up Cincopa MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecincopa-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Cincopa transactions." It will automatically discover and invoke the available Cincopa tools.
claude mcp add --transport http cincopa-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Cincopa MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Cincopa MCP today
We host it, we monitor it, we maintain it. You just paste one token.