list_servers
Filter and list available Mullvad VPN servers by country, city, or ownership. Returns hostname, location, IPs, provider, and protocol details for each server.
Instructions
List available Mullvad VPN servers with optional filters.
Args:
country: Filter by two-letter country code (e.g. "se").
city: Filter by three-letter city code (e.g. "got").
Requires country to also be set.
owned_only: If True, only show Mullvad-owned servers.
Returns:
Dict with a servers key containing a list of server dicts,
each with hostname, country, city, ips,
provider, ownership, and protocol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ||
| city | No | ||
| owned_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||