Traefik Proxy Connector for AI agents.
18 live capabilities
Audit and monitor your edge router configuration through natural language.
Waiting for input…
Why people use Traefik Proxy
Traefik Proxy Infrastructure Auditing
This Connector lets you skip the manual navigation. You can just ask your agent to list your routers or show you the raw configuration for a specific service. You get a direct answer in seconds, letting you move on to fixing the problem instead of searching for it.
What Vinkius changes
You get instant, natural language access to your proxy configuration.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Troubleshooting a 502 error
An engineer asks the agent to check the get_http_service for a specific backend to see if it's correctly registered.
- Real-world use case 02
Security auditing
A security lead asks the agent to list all list_http_middlewares to verify that every service has the required auth layers.
- Real-world use case 03
New service deployment
A developer asks the agent to list all list_http_routers to confirm their new API route is visible to the proxy.
Complete set · 18capabilities
The complete Traefik Proxy capability set.
These are the exact actions your AI can choose when you ask it to work with Traefik Proxy.
01—04
4 capabilities in this set.
Part of 18 available through Traefik Proxy.
- 01 Capability
Get http middleware
Look up the configuration for a specific HTTP middleware. Use this to see how requests are being modified.
- 02 Capability
Get entrypoint
Get specific details for a single entrypoint. This helps you see exactly what a port is doing.
- 03 Capability
List entrypoints
List every entrypoint in your Traefik setup. This gives you a full map of your network's front doors.
- 04 Capability
Get http router
Fetch the details of a specific HTTP router. It shows you the rules governing your web traffic.
05—08
4 capabilities in this set.
Part of 18 available through Traefik Proxy.
- 05 Capability
Get http service
Retrieve info for a single HTTP service. This is useful for checking service-specific settings.
- 06 Capability
Get tcp middleware
Get the configuration for a TCP middleware. Use it to understand non-HTTP traffic processing.
- 07 Capability
Get tcp router
View the details of a specific TCP router. This helps you see how raw TCP traffic is routed.
- 08 Capability
Get tcp service
Retrieve details for a specific TCP service. It provides clarity on your TCP backend connections.
09—12
4 capabilities in this set.
Part of 18 available through Traefik Proxy.
- 09 Capability
List http middlewares
See all HTTP middlewares currently in use. Use this to audit your security and transformation layers.
- 10 Capability
List http routers
List all active HTTP routers. This is the fastest way to see your entire web routing logic.
- 11 Capability
List http services
List every HTTP service your proxy handles. It helps you verify which backends are currently active.
- 12 Capability
List tcp middlewares
See all TCP middlewares in your configuration. Use this to check non-HTTP processing rules.
13—15
3 capabilities in this set.
Part of 18 available through Traefik Proxy.
- 13 Capability
List tcp routers
List all active TCP routers. This shows you how your proxy handles raw TCP connections.
- 14 Capability
List tcp services
List all TCP services. Use this to see your backend TCP endpoints at a glance.
- 15 Capability
List udp routers
List all UDP routers in your setup. This is helpful for checking your UDP traffic routing.
16—18
3 capabilities in this set.
Part of 18 available through Traefik Proxy.
- 16 Capability
List udp services
List all UDP services. Use this to verify your UDP backend connections.
- 17 Capability
Get overview
Get a high-level summary of your Traefik state. It shows you the total count of routers and services immediately.
- 18 Capability
Get rawdata
Access the full runtime configuration. This is your go-to for deep debugging and auditing.
Set up in minutes
One URL. Then ask Traefik Proxy to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Traefik Proxy 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_XR4oOb1z1qkw6S7MhXRdL3nbHzwLVvugJLZ0CnCs/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 Traefik Proxy, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Traefik Proxy for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_XR4oOb1z1qkw6S7MhXRdL3nbHzwLVvugJLZ0CnCs/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 Traefik Proxy URL.
- Step 03
Save and start
Save the connection and enable Traefik Proxy in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"traefik-proxy": {
"url": "https://edge.vinkius.com/vk_preview_XR4oOb1z1qkw6S7MhXRdL3nbHzwLVvugJLZ0CnCs/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 Traefik Proxy
Open Agent mode in chat and ask: "Using Traefik Proxy, help me...". 18 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"traefik-proxy": {
"url": "https://edge.vinkius.com/vk_preview_XR4oOb1z1qkw6S7MhXRdL3nbHzwLVvugJLZ0CnCs/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 Traefik Proxy
Ask Copilot: "Using Traefik Proxy, help me...". 18 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"traefik-proxy": {
"url": "https://edge.vinkius.com/vk_preview_XR4oOb1z1qkw6S7MhXRdL3nbHzwLVvugJLZ0CnCs/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 Traefik Proxy
Open Cascade and ask: "Using Traefik Proxy, help me...". 18 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"traefik-proxy": {
"url": "https://edge.vinkius.com/vk_preview_XR4oOb1z1qkw6S7MhXRdL3nbHzwLVvugJLZ0CnCs/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 Traefik Proxy
Ask Cline: "Using Traefik Proxy, help me...". 18 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add traefik-proxy --transport http "https://edge.vinkius.com/vk_preview_XR4oOb1z1qkw6S7MhXRdL3nbHzwLVvugJLZ0CnCs/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 Traefik Proxy
Ask Claude: "Using Traefik Proxy, show me...". 18 tools are ready
Where the request belongs
Work Traefik Proxy can move forward.
This is for the infrastructure person who is tired of hunting through logs and dashboard filters to find out why a service is down or why a header is missing.
DevOps Engineer
Verifying routing rules and service health during a deployment on a Tuesday afternoon.
Backend Developer
Checking if a new service was discovered correctly by the proxy after a code push.
SRE Team Member
Auditing the entire proxy configuration to ensure security standards are met across all clusters.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTraefik Hub
Cloud-native API Management & Gateway evaluating proxy topologies explicitly running Kubernetes integrations.
Apache APISIX
Manage your cloud-native API Gateway via AI. configure routes, services, upstreams, and consumers through the APISIX Admin API.
Cloudflare
AI edge infrastructure: manage Workers, KV, D1, R2, routes, and deployments via agents.
Prometheus
Monitor your infrastructure with Prometheus. run PromQL queries, analyze metrics, and manage time-series data directly from your AI agent.
Cloudflare Tunnel
Manage Cloudflare Tunnels directly from your AI agent. list, create, and configure secure Zero Trust connections to your private infrastructure.
Kong Gateway
Manage your API Gateway infrastructure. list services, configure routes, and manage consumers or plugins directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Traefik Proxy 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 Traefik Proxy.
The practical details behind the request, access and result.
Can I use Traefik Proxy to see my routing rules?
Yes, you can ask your agent to list all HTTP routers to see exactly how your web traffic is being directed.
How does Traefik Proxy help with debugging?
It gives you direct access to the raw runtime configuration and specific service details to find errors quickly.
Can I check my UDP and TCP services too?
Yes, the Connector includes capabilities to list and inspect UDP and TCP routers and services for non-web traffic.
Is Traefik Proxy good for security audits?
It's great for auditing because you can quickly list all middlewares to see which security rules are active.
Does Traefik Proxy show entrypoint details?
You can get specific details for any entrypoint, including the address it's listening on and the number of routers it handles.
Can I use Traefik Proxy to see my middleware configurations?
Yes, you can inspect the specific details of any HTTP or TCP middleware to see how it transforms requests.
Can I see the full runtime configuration of my Traefik instance?
Yes. Use the get_rawdata capability to retrieve the entire runtime configuration, including all providers, routers, services, and middlewares in a single response.
How do I check the status of a specific HTTP service?
You can use list_http_services to see all services or get_http_service with the specific service name to get detailed health and configuration metrics.
Does this support TCP and UDP routing inspection?
Absolutely. The server includes dedicated capabilities like list_tcp_routers, list_udp_routers, and their corresponding service capabilities to manage non-HTTP traffic.
One connection away
Give your agent a direct line to Traefik Proxy.
Connect Traefik Proxy once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available