MCP server for querying Veeam product network port requirements
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"veeam-ports-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# 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](https://magicports.veeambp.com) API, covering 25+ Veeam products. ## Installation ### Claude Desktop Add to your Claude Desktop config: - **macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json` - **Windows:** `%APPDATA%\Claude\claude_desktop_config.json` ```json { "mcpServers": { "veeam-ports": { "command": "uvx", "args": ["veeam-ports-mcp"] } } } ``` Requires [uv](https://docs.astral.sh/uv/getting-started/installation/) — a single binary install. `uvx` downloads and runs the package automatically with no repo clone needed. ### VS Code / Claude Code ```bash claude mcp add veeam-ports -- uvx veeam-ports-mcp ``` ### Development Install ```bash git clone https://github.com/shapedthought/veeam-ports-mcp.git cd veeam-ports-mcp uv sync ``` Claude Desktop config for a local dev install: ```json { "mcpServers": { "veeam-ports": { "command": "uv", "args": [ "run", "--directory", "/path/to/veeam-ports-mcp", "veeam-ports-mcp" ] } } } ``` ## Available Tools | Tool | Description | |------|-------------| | `list_products` | List all Veeam products with port data | | `list_services` | List available service roles for a product — call this before `generate_topology` or `generate_app_import` | | `get_product_ports` | Get all port requirements for a product | | `get_product_subheadings` | Get section headings for a product — use to find valid `exclude_subsections` values | | `search_ports` | Free-text keyword search across all products | | `search_by_port_number` | Find which products and services use a specific port | | `get_source_details` | Source services with their section groupings | | `g…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.