Canto Connector for AI agents.
10 live capabilities
Manage and organize your brand's digital asset library from a chat window.
Waiting for input…
Why people use Canto
Canto DAM Organization for Marketing and Brand Teams
This Connector changes that. You can just ask your agent to find everything from a specific event and move it into a new album. It handles the navigation for you, turning a twenty-minute chore into a few seconds of chat.
What Vinkius changes
You turn your static media library into a searchable, actionable database that your AI can manage for you.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Batch organizing campaign assets
A marketing manager needs to find all Summer 2024 banners and put them in a new Social Media album.
- Real-world use case 02
Bulk EXIF verification
A photographer wants to grab the EXIF data for a batch of 50 images to check the camera settings used.
- Real-world use case 03
New project setup
A product designer needs to create a new folder for Prototype V2 and move all related mockups there.
Complete set · 10capabilities
The complete Canto capability set.
These are the exact actions your AI can choose when you ask it to work with Canto.
01—04
4 capabilities in this set.
Part of 10 available through Canto.
- 01 Capability
Assign asset album
Move specific assets into the correct album folders. This helps keep your media collections organized for different teams.
- 02 Capability
Create canto album
Make new albums to group your media collections. This allows you to create distinct spaces for specific campaigns.
- 03 Capability
Create canto folder
Build new directory structures within your workspace. This helps you maintain a clean and organized file hierarchy.
- 04 Capability
Wipe media asset
Permanently delete specific assets from your database. This helps you free up storage space by removing old files.
05—07
3 capabilities in this set.
Part of 10 available through Canto.
- 05 Capability
Get album assets
List every asset currently inside a specific album. This allows you to see exactly what files are grouped together.
- 06 Capability
Get image metadata
Pull out the technical properties and tags of an image. This is useful for verifying EXIF data or custom fields.
- 07 Capability
Global asset search
Find any media across your entire Canto library. This lets you skip through folders to find specific brand assets quickly.
08—10
3 capabilities in this set.
Part of 10 available through Canto.
- 08 Capability
List canto albums
See a full list of all your current albums. This gives you a bird's eye view of your organized collections.
- 09 Capability
List canto folders
View the current folder structure of your workspace. This helps you understand how your media library is currently mapped.
- 10 Capability
Patch image metadata
Update existing tags and metadata for your images. This lets you perform bulk updates to your asset descriptions.
Set up in minutes
One URL. Then ask Canto to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Canto from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_k5M8Qnn3Ob8bW7XWthumvaAxvpjn4zlYc14TkuIE/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Canto, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Canto for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_k5M8Qnn3Ob8bW7XWthumvaAxvpjn4zlYc14TkuIE/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Canto URL.
- Step 03
Save and start
Save the connection and enable Canto in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"canto": {
"url": "https://edge.vinkius.com/vk_preview_k5M8Qnn3Ob8bW7XWthumvaAxvpjn4zlYc14TkuIE/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Canto
Open Agent mode in chat and ask: "Using Canto, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"canto": {
"url": "https://edge.vinkius.com/vk_preview_k5M8Qnn3Ob8bW7XWthumvaAxvpjn4zlYc14TkuIE/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Canto
Ask Copilot: "Using Canto, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"canto": {
"url": "https://edge.vinkius.com/vk_preview_k5M8Qnn3Ob8bW7XWthumvaAxvpjn4zlYc14TkuIE/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Canto
Open Cascade and ask: "Using Canto, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"canto": {
"url": "https://edge.vinkius.com/vk_preview_k5M8Qnn3Ob8bW7XWthumvaAxvpjn4zlYc14TkuIE/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Canto
Ask Cline: "Using Canto, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add canto --transport http "https://edge.vinkius.com/vk_preview_k5M8Qnn3Ob8bW7XWthumvaAxvpjn4zlYc14TkuIE/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Canto
Ask Claude: "Using Canto, show me...". 10 tools are ready
Where the request belongs
Work Canto can move forward.
This is for marketing managers, content creators, and product teams who are tired of manual file management and spent too much time digging for the right assets.
Marketing Manager
They use this to find specific brand assets and organize them into new albums for different social campaigns.
Content Creator
They use this to batch-update EXIF data and tags on hundreds of photos after a shoot.
Product Designer
They use this to keep a structured repository of mockups and move files into project folders automatically.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCincopa
Manage video and media galleries via Cincopa. track assets, trigger uploads, and monitor engagement directly from any AI agent.
Fluxiom
Manage digital assets, organize with tags, and oversee collections via AI agents with Fluxiom DAM.
Bynder
Empower your asset strategy via Bynder. list media banks, filter collections, and retrieve digital download links with your AI agent.
Uploadcare
Manage your entire media infrastructure. upload, retrieve, organize, and delete files securely via Uploadcare directly from your AI agent.
ImageKit (Media Optimization & DAM)
Manage and optimize media via ImageKit. list files, purge CDN cache, and audit image metadata.
Widen (Acquia DAM)
Search and manage digital assets, metadata, and CDN embed links on Widen (Acquia DAM). the leading enterprise DAM solution.
Bring your own AI
Change the model, client or framework. Keep Canto connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Canto.
The practical details behind the request, access and result.
Can the Canto MCP help me organize my brand assets?
Yes, it allows your AI agent to create folders, group images into albums, and organize your entire library using natural language commands.
How does Canto help marketing teams manage their DAM?
It removes the need to click through menus. Marketing teams can ask their agent to find specific campaign assets and move them to new collections instantly.
Can I use Canto to delete old media files?
Yes, you can ask your agent to identify and permanently remove obsolete files from your live database to save storage space.
How do I update image tags in Canto using an AI agent?
You can simply tell your agent which tags to change. It will update the metadata for your images across your Canto workspace automatically.
Can the Canto MCP search through my entire library at once?
Yes, it performs a global search across all your folders and albums to find specific media based on your descriptions.
Can I create new folders in Canto using my AI client?
Absolutely. Your agent can provision new folders and albums whenever you need to start a new project or organize new content.
Can my AI agent help me enforce metadata compliance across my Canto digital assets?
Yes. You can instruct your AI to search for assets matching specific parameters or lacking required EXIF data, and automatically apply bulk updates to those customFields using the update metadata capability. Marketing teams use this to standardize their entire unstructured media library inside Canto in seconds.
Am I able to restructure my Canto hierarchy without using the web application?
Absolutely. Ask your agent to list your current folders and albums, and you can map out a totally new structure. The agent can dynamically create new folders and albums, and immediately assign existing media to these new groupings via the API, preventing any orphaned storage scenarios.
Can the agent search for specific imagery based on broad keywords quickly?
Yes, the AI uses Canto's global asset search to bypass manual navigation loops. It can query across boundaries to pull up exactly the campaign shots or product imagery you need. You can then request the deep metadata details of any returned image directly through the conversation.
One connection away
Give your agent a direct line to Canto.
Connect Canto once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available