veeam-ports-mcp
Provides structured access to Veeam product network port requirements via the Magic Ports API, enabling queries for ports, generation of topology diagrams, and creation of firewall rule import files for 25+ Veeam products.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@veeam-ports-mcpWhat ports does VBR v13 need?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Veeam Ports MCP Server
An MCP (Model Context Protocol) server that gives Claude structured access to Veeam product network port requirements. Query ports, generate topology diagrams, and produce firewall rule import files — all from natural language.
Backed by the Magic Ports API, covering 25+ Veeam products.
Installation
Claude Desktop
Add to your Claude Desktop config:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"veeam-ports": {
"command": "uvx",
"args": ["veeam-ports-mcp"]
}
}
}Requires uv — a single binary install. uvx downloads and runs the package automatically with no repo clone needed.
VS Code / Claude Code
claude mcp add veeam-ports -- uvx veeam-ports-mcpDevelopment Install
git clone https://github.com/shapedthought/veeam-ports-mcp.git
cd veeam-ports-mcp
uv syncClaude Desktop config for a local dev install:
{
"mcpServers": {
"veeam-ports": {
"command": "uv",
"args": [
"run",
"--directory", "/path/to/veeam-ports-mcp",
"veeam-ports-mcp"
]
}
}
}Related MCP server: Veeam Intelligence MCP Server
Available Tools
Tool | Description |
| List all Veeam products with port data |
| List available service roles for a product — call this before |
| Get all port requirements for a product |
| Get section headings for a product — use to find valid |
| Free-text keyword search across all products |
| Find which products and services use a specific port |
| Source services with their section groupings |
| Port data with LLM-parsed service metadata |
| Resolve firewall rules between named servers in your environment |
| Generate a JSON import file for the Magic Ports frontend app |
Topology & Import File Workflow
Call
list_servicesto see available service roles for the productAsk the user which servers they have and what roles each one serves
Call
generate_topologyorgenerate_app_importwith the server definitionsOptionally exclude subsections (e.g.
CDP Components) or specific ports withexclude_subsections/exclude_ports
User: "Generate firewall rules for my VBR v13 environment.
I have a VBR server, two Linux proxies, a repo, and ESXi hosts behind vCenter."
Claude: [calls list_services → generate_app_import]
"Import file saved: ~/Documents/veeam-ports-exports/magic-ports-vbr-v13-import.json"Generated files are saved to ~/Documents/veeam-ports-exports/ by default.
Example Prompts
"What ports does VBR v13 need?"
"Which products use port 902 and why?"
"Show me all ports the backup server uses to talk to ESXi hosts"
"Generate firewall rules for my VBR environment — I have a VBR server, a Linux proxy, a repo server, and ESXi hosts managed by vCenter"
"Create a Magic Ports import file for my VB365 deployment, excluding the proxy ports"
"What ports does the Veeam ONE server need open?"
Configuration
Environment Variable | Default | Description |
|
| API base URL |
|
| Directory for generated import files |
Debugging
Use the MCP Inspector to test tools interactively:
npx @modelcontextprotocol/inspector uvx veeam-ports-mcpLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceEnables AI agents to control and monitor Veeam Backup & Replication v13 infrastructure through 328 MCP tools using the official REST API. Supports both stdio mode for local clients like Claude Desktop and streamable HTTP mode for remote integration with platforms like Dify.100
- Alicense-qualityFmaintenanceExtends Veeam Intelligence to MCP-compatible clients, enabling secure, real-time operational insight across Veeam Backup & Replication, Veeam ONE, and VSPC via natural language or AI workflows.10MIT
- Alicense-qualityBmaintenanceEnables AI assistants to interact with Veeam Backup & Replication infrastructure through natural language, allowing monitoring, management, and troubleshooting of backup jobs, sessions, and restore points.MIT
- Flicense-qualityDmaintenanceAggregates network operations tools such as retrieving local network configurations and scanning ports, enabling IT professionals to perform these tasks via natural language.
Related MCP Connectors
Generate cloud architecture diagrams, flowcharts, and sequence diagrams.
AI knowledge graph for architecture, portfolio, and digital strategy management.
AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shapedthought/veeam-ports-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server