Zuplo Connector for AI agents.
10 live capabilities
Manage your API gateway, edge deployments, and consumer identities through conversation.
Waiting for input…
Why people use Zuplo
Zuplo for Managing Edge Deployments and API Gateways
This Connector puts everything into a single chat interface. You can ask your agent to trigger a new deployment, audit your current consumers, or pull the latest traffic metrics in one go. You stop clicking through menus and start managing your infrastructure through direct conversation.
What Vinkius changes
You get a conversational interface for your entire Zuplo API infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Emergency Access Revocation
A partner's key is compromised.
- Real-world use case 02
Deployment Auditing
You need to see if the last update hit the edge.
- Real-world use case 03
Traffic Monitoring
You notice a spike in errors.
Complete set · 10capabilities
The complete Zuplo capability set.
These are the exact actions your AI can choose when you ask it to work with Zuplo.
01—04
4 capabilities in this set.
Part of 10 available through Zuplo.
- 01 Capability
List consumers
Shows all your API key consumers. You can quickly see who has access to your gateway.
- 02 Capability
Create consumer
Creates a new API key consumer. Use this to provision access for new partners or internal services.
- 03 Capability
Delete consumer
Removes an API key consumer. Use this to instantly revoke access for a specific identity.
- 04 Capability
List custom domains
Lists your configured custom DNS domains. This helps you verify which domains are mapped to which projects.
05—07
3 capabilities in this set.
Part of 10 available through Zuplo.
- 05 Capability
List environments
Lists available project environments. Use this to check the status of your production and staging setups.
- 06 Capability
List files
Lists the configuration files for your gateway. This lets you browse the logic defining your routes and policies.
- 07 Capability
List deployments
Lists your previous deployments. Use this to audit your deployment history and find specific versions.
08—10
3 capabilities in this set.
Part of 10 available through Zuplo.
- 08 Capability
Get metrics
Gets real-time edge metrics. This provides a snapshot of your traffic, latency, and throughput.
- 09 Capability
List projects
Lists all Zuplo projects in your account. Use this to get an overview of your entire integration landscape.
- 10 Capability
Create deployment
Triggers a new configuration deployment. This pushes your latest changes to the global edge network.
Set up in minutes
One URL. Then ask Zuplo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Zuplo 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_S3x61s1vxGKkgI4tbYllRJVKoRSadznsIc8VFsDI/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 Zuplo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Zuplo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_S3x61s1vxGKkgI4tbYllRJVKoRSadznsIc8VFsDI/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 Zuplo URL.
- Step 03
Save and start
Save the connection and enable Zuplo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"zuplo": {
"url": "https://edge.vinkius.com/vk_preview_S3x61s1vxGKkgI4tbYllRJVKoRSadznsIc8VFsDI/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 Zuplo
Open Agent mode in chat and ask: "Using Zuplo, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"zuplo": {
"url": "https://edge.vinkius.com/vk_preview_S3x61s1vxGKkgI4tbYllRJVKoRSadznsIc8VFsDI/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 Zuplo
Ask Copilot: "Using Zuplo, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"zuplo": {
"url": "https://edge.vinkius.com/vk_preview_S3x61s1vxGKkgI4tbYllRJVKoRSadznsIc8VFsDI/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 Zuplo
Open Cascade and ask: "Using Zuplo, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"zuplo": {
"url": "https://edge.vinkius.com/vk_preview_S3x61s1vxGKkgI4tbYllRJVKoRSadznsIc8VFsDI/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 Zuplo
Ask Cline: "Using Zuplo, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add zuplo --transport http "https://edge.vinkius.com/vk_preview_S3x61s1vxGKkgI4tbYllRJVKoRSadznsIc8VFsDI/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 Zuplo
Ask Claude: "Using Zuplo, show me...". 10 tools are ready
Where the request belongs
Work Zuplo can move forward.
This is for the platform engineer who is tired of clicking through complex cloud consoles at 2 AM to whitelist a consumer or the API developer who needs to trigger deployments without leaving their editor.
Platform Engineer
Manages consumer identities and monitors edge traffic metrics via chat.
API Developer
Triggers deployments and audits configuration files without manual data entry.
DevOps Specialist
Verifies environment health and checks custom domain configurations quickly.
Security Architect
Audits API key consumers and manages gateway authentication policies.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKong Gateway
Manage your API Gateway infrastructure. list services, configure routes, and manage consumers or plugins directly from any AI agent.
Kong (AI API Gateway)
Manage your API Gateway via Kong. orchestrate services, routes, and AI plugins directly from your agent.
Apache APISIX
Manage your cloud-native API Gateway via AI. configure routes, services, upstreams, and consumers through the APISIX Admin API.
Tyk
Manage your Tyk API Gateway and Dashboard. create keys, manage security policies, and list API definitions via natural language.
Zeabur (PaaS Deployment)
Deploy services, manage containers, and send transactional emails via Zeabur PaaS directly from your AI agent.
Cloudflare
AI edge infrastructure: manage Workers, KV, D1, R2, routes, and deployments via agents.
Bring your own AI
Change the model, client or framework. Keep Zuplo 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 Zuplo.
The practical details behind the request, access and result.
What can I do with the Zuplo MCP?
You can use your AI agent to manage your Zuplo API gateway, trigger edge deployments, monitor real-time traffic metrics, and manage consumer identities through simple chat commands.
Can I use Zuplo MCP to manage my API keys?
Yes. You can use it to create new consumer identities, list existing ones to see who has access, or revoke keys instantly for security reasons.
How does Zuplo MCP help with edge deployments?
It allows you to push new configuration changes to the global edge network directly from your AI client, removing the need to navigate the dashboard to trigger updates.
Can I check my traffic metrics using Zuplo MCP?
Yes. Your agent can pull real-time data on latency, throughput, and traffic volume from the Zuplo edge analytics network to give you a status update.
Can I use Zuplo MCP to list my DNS domains?
Yes. You can ask your agent to list all custom DNS domains configured across your various API projects to keep your records organized.
How do I audit my API gateway configs with Zuplo MCP?
You can ask your agent to browse and list the configuration files that define your routing logic and gateway policies without opening a web browser.
Can I check my API gateway metrics through the agent?
Yes. The get_metrics capability allows your AI agent to retrieve real-time traffic and latency data for any specific project ID, helping you monitor gateway performance directly through chat.
How do I create a new consumer identity for API key authentication?
You can use the create_consumer capability. Provide the project ID and a JSON payload with the consumer's details, and Zuplo will provision the new identity for your API gateway instantly.
Is it possible to see my project's configuration files via conversation?
Absolutely. Use the list_project_files capability to retrieve the declarative configuration files for your API project, allowing you to audit routing and policy definitions through your agent.
One connection away
Give your agent a direct line to Zuplo.
Connect Zuplo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available