Alai Connector for AI agents.
12 live capabilities
Manage professional marketing portraits and high-fidelity assets through natural language.
Waiting for input…
Why people use Alai
Alai for Marketing Portrait Automation
This Connector changes the game. You can just tell your agent to show me the latest portraits from the Q3 campaign or start a new batch of headshots. It pulls the data and handles the organization for you, giving you a clean, conversational way to manage your entire marketing library.
What Vinkius changes
You get a hands-off way to manage professional media assets through simple conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Scaling team headshots
A growth lead needs 50 new portraits for a sales team.
- Real-world use case 02
Content auditing
A marketing manager wants to see what was made last month.
- Real-world use case 03
CRM Sync
A developer uses get_asset to pull content IDs and metadata into a custom dashboard for the sales team.
Complete set · 12capabilities
The complete Alai capability set.
These are the exact actions your AI can choose when you ask it to work with Alai.
01—04
4 capabilities in this set.
Part of 12 available through Alai.
- 01 Capability
List generations
See a history of all your content generation jobs. This helps you track past production activity.
- 02 Capability
Create asset
Start a new request to generate a specific marketing asset. Use this to kick off new portrait or content jobs.
- 03 Capability
Create campaign
Create a new campaign to organize your marketing assets. This helps group your content by project or goal.
- 04 Capability
Delete asset
Remove a specific asset from your portfolio. Use this to clean up old branding or retired media.
05—08
4 capabilities in this set.
Part of 12 available through Alai.
- 05 Capability
Generate content
Trigger the AI to create new marketing content. This is the primary way to start new asset production.
- 06 Capability
Get asset
Retrieve the specific details for a single asset. It pulls the metadata you need for your records.
- 07 Capability
Get campaign
Fetch the details of a specific marketing campaign. This shows you the scope and status of organized content.
- 08 Capability
Get generation
Check the status and details of a specific generation job. Use this to see if your assets are ready.
09—12
4 capabilities in this set.
Part of 12 available through Alai.
- 09 Capability
List assets
See a full list of all assets in your account. This is perfect for auditing your entire media library.
- 10 Capability
List campaigns
View all of your marketing campaigns at once. Use this to see how your assets are grouped across projects.
- 11 Capability
List templates
Browse the available templates for your content. See what types of assets you can create with Alai.
- 12 Capability
Check getalai status
Verify your connection to the Alai platform is active. This ensures your agent can always reach your content library.
Set up in minutes
One URL. Then ask Alai to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Alai 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_1NhYRq3CAsA9ocyyxraSqIZNxJPrpJKSnYpmRnhn/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 Alai, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Alai for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1NhYRq3CAsA9ocyyxraSqIZNxJPrpJKSnYpmRnhn/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 Alai URL.
- Step 03
Save and start
Save the connection and enable Alai in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"alai": {
"url": "https://edge.vinkius.com/vk_preview_1NhYRq3CAsA9ocyyxraSqIZNxJPrpJKSnYpmRnhn/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 Alai
Open Agent mode in chat and ask: "Using Alai, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"alai": {
"url": "https://edge.vinkius.com/vk_preview_1NhYRq3CAsA9ocyyxraSqIZNxJPrpJKSnYpmRnhn/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 Alai
Ask Copilot: "Using Alai, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"alai": {
"url": "https://edge.vinkius.com/vk_preview_1NhYRq3CAsA9ocyyxraSqIZNxJPrpJKSnYpmRnhn/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 Alai
Open Cascade and ask: "Using Alai, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"alai": {
"url": "https://edge.vinkius.com/vk_preview_1NhYRq3CAsA9ocyyxraSqIZNxJPrpJKSnYpmRnhn/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 Alai
Ask Cline: "Using Alai, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add alai --transport http "https://edge.vinkius.com/vk_preview_1NhYRq3CAsA9ocyyxraSqIZNxJPrpJKSnYpmRnhn/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 Alai
Ask Claude: "Using Alai, show me...". 12 tools are ready
Where the request belongs
Work Alai can move forward.
This is for marketing managers and growth leads who are tired of manually tracking hundreds of headshots and assets across different folders.
Marketing Manager
You use this on a Tuesday afternoon to find specific headshots for a new social campaign without digging through folders.
Growth Lead
You use this to trigger batch generation jobs for a new product launch and track their progress in real time.
Developer
You use this to pull asset metadata into your company's CRM to keep your internal records updated.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAPImage
Search and license editorial photography from one of the world largest press image archives for media and publishing.
Abyssale
Automated creative production. generate dynamic images, banners, and personalized visuals via AI.
DummyImage
Generate dynamic placeholder images for web development and design directly from your AI agent.
Kling AI (Generative Video & Image)
Generate cinematic videos and images via Kling AI. use text-to-video, image-to-video, and AI virtual try-on.
Pics.io
Organize and share creative assets with a digital asset management platform that tags, searches, and delivers files fast.
Midjourney AI (Generative Image Arts)
Generate professional AI art via Midjourney. use 'imagine' for text-to-image, upscale grids, and perform camera edits.
Bring your own AI
Change the model, client or framework. Keep Alai 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 Alai.
The practical details behind the request, access and result.
Can Alai MCP help me manage my company's headshots?
Yes, it lets your agent organize and retrieve all your professional portraits in one place.
How does Alai MCP handle content generation?
You can ask your agent to trigger new content jobs or check the status of ones already in progress.
Can I use Alai MCP to organize different marketing projects?
Yes, you can create and list different campaigns to keep your assets organized by goal.
Is Alai MCP good for high-fidelity marketing assets?
It is specifically designed for high-quality portraits and marketing media.
How do I know if my Alai account is connected?
Your agent can use the status capability to verify your API connection is live instantly.
Can Alai MCP help with metadata?
It allows your agent to pull specific content IDs and session data for your records.
How do I find my Alai API Key?
Log in to your account, navigate to Settings > API, and copy your unique access token from the credentials section.
Can I retrieve generated assets via AI?
Yes! The list_alai_assets capability allows your agent to retrieve high-fidelity metadata and hosted URLs for all your AI-generated content.
How do I list my active campaigns?
Use the list_alai_campaigns capability to retrieve your complete high-fidelity directory along with the unique identifiers for all managed marketing workstreams.
One connection away
Give your agent a direct line to Alai.
Connect Alai once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available