HProxy · Free Albania HTTPS pool
Free Albania HTTPS proxy list 2026
Every proxy below speaks HTTPS from an address in Albania, re-checked on a rolling cycle. The numbers on this page come from our own checker, measured on 15 September 2026.
2 more Albania HTTPS endpoints we are still checking
Alongside the 14 answering right now, these addresses are in our free proxy database and are not responding at the moment. We do not delete them and we do not stop: every one is re-tested on a permanent cycle, and any of them can come back into the live list the moment it answers again. Between them they have responded 161 times across 669 checks we have run, the most recent of them answering 4 days ago. Open any endpoint for its full history.
| Endpoint | Last answered | Times answered |
|---|---|---|
| 77.242.21.165:8080 | 2026-09-17 4 days ago | 151 / 446 |
| 109.236.33.73:8080 | 2026-08-25 27 days ago | 10 / 223 |
You're viewing free Albania HTTPS proxies. See the full list.
Browse the complete free proxy list: every country, protocol and anonymity grade, in one live view.
Albania HTTPS proxies right now, by the numbers
The pool currently holds 14 Albania HTTPS proxies spread across 6 different networks. They respond in 7215ms at the median, much slower than the 3119ms median across the whole free pool. The busiest exits are Tirana, Elbasan, Tepelene. These figures come straight from the live pool and move every few minutes as proxies are re-verified.
By protocol
By anonymity
Biggest hosting networks
About
About these free Albania HTTPS proxies
These are public proxies gathered from across the web and re-verified continuously by HProxy's engine. They are free, and they are fine for quick, low-stakes tasks. Like all public proxies they are shared and they go down without warning. Most of them are already blocked by the big sites. Always test one before you rely on it.
Verify before you use
Run any list through the checker and see which proxies are alive, fast and anonymous right now.
The long read
About free Albania HTTPS proxies.
The list above holds every free HTTPS proxy in Albania that answered our checker recently. At 16:51 UTC on 15 September 2026, 4 HTTPS entries in Albania were alive.
That is 80.0 percent of the 5 live entries in Albania at the same moment. HTTPS was the most common protocol in the country, ahead of HTTP with 1 live entry. Among the 81 countries with live HTTPS entries, Albania held the 42nd largest number.
4 live entries are too few for a fair success rate, so this page reports counts. For work that has to keep running, paid Albania proxies are built for it.
01
What a free Albania HTTPS proxy can reach
On 15 September 2026 we tested 10 Albania HTTPS entries from our server in Germany. Through each one, the server fetched Cloudflare's trace page over plain HTTP and TLS, then Google's connectivity check.
| Tested 15 September 2026 | Entries |
|---|---|
| Tested | 10 |
| Did not accept a connection | 8 |
| Completed at least one request | 1 |
| Carried encrypted traffic | 0 |
| Opened Google | 0 |
| Certificate did not verify | 0 |
| Showed an exit address | 1 |
| Of those, exiting in Albania | 1 |
HProxy test from one server in Germany. Every entry on the Albania list was tested. Exit countries from Cloudflare's own trace. An entry that listed several protocols was tested over one: SOCKS5 first, then HTTPS, HTTP and SOCKS4.
None of the tested entries carried encrypted traffic all the way to the site.
02
How to use a free Albania HTTPS proxy
Set an entry as the HTTPS proxy in your client, then open an https:// page through it. Take several entries and rotate between them, because a free entry can drop between two checks.
Questions
Frequently asked.
Yes, every entry on this page is free to copy and use, with no signup. They are public and shared, so test one right before you rely on it.
At 16:51 UTC on 15 September 2026, 4 HTTPS entries in Albania were alive. Among the 81 countries with live HTTPS entries, Albania held the 42nd largest number.
For work that has to keep running, HProxy sells Albania proxies with city targeting. They are pay as you go with no subscription, and the balance never expires.
The tunnel carries your own encrypted connection, so the proxy sees the site name but not the content. A proxy that swaps in its own certificate breaks that, so check the certificate.
Treat them as public, because whoever runs the server can read any traffic that is not encrypted.
Upgrade to the paid network
Need pools that stay clean?
Free IPs are shared and rotate out fast, so success rates swing. The paid network gives you dedicated-clean pools that hold up under load.
Docs and AI
The free list, in your assistant and in your code.
We built the MCP server and the CLI ourselves: the free proxy list is one tool call away in Claude Code, Cursor, Windsurf or any assistant that speaks MCP, and the list's API is documented end to end.
Every product has its own reference in the docs. Something the list does not give you? Tell us.
Claude, ChatGPT, Cursor, Gemini, Copilot, Windsurf, Perplexity, Ollama and any assistant that speaks MCP.
MCP server
Built by us: the free proxy list, the checker and the IP lookup as tools in Claude Code, Claude Desktop, Cursor, Windsurf or anything on stdio. No key, no account.
CLI
The list from a terminal: npx hproxy-mcp list --country de --limit 20. One line, nothing to install.
API docs
The free list's API, documented end to end with real responses: the filters, the formats, the limits.
llms.txt
The whole documentation as markdown for any model that reads: /llms.txt for the index, /llms-full.txt for everything.
Let your assistant pull the list
The pool is a free, keyless API and a documented markdown page. Hand your assistant one of these and it can fetch live proxies on its own, filtered the way you asked.
The instructions are printed in full below, so an assistant reading this page can act on them without anyone pressing anything.
All the machine lanes- MCP server
- Adds proxy_list, proxy_check and ip_lookup as tools your assistant can call by itself.
claude mcp add hproxy -- npx -y hproxy-mcpCursor, Claude Desktop, Windsurf and Cline take the same server as {"command": "npx", "args": ["-y", "hproxy-mcp"]}. This page's tool is proxy_list. - Command line
- The same tool without an assistant. Prints JSON, so it pipes.
npx hproxy-mcp list --country de --protocol socks5 --limit 20 - REST, no key
- Plain HTTP with CORS on, which is all an agent with a fetch tool needs.
curl "https://hproxy.com/api/proxy-list?format=json&country=de&limit=20"
Instructions for an assistant, in full
Everything a model needs to call the free proxy list without an account: the endpoint, the parameters, the limits and the honest caveat. Readable straight off the page.
You can use HProxy's free proxy list, which needs no API key and no account.
GET https://hproxy.com/api/proxy-list?format=json returns the live pool as JSON. Useful query parameters: country (ISO alpha-2, e.g. de), protocol (http, https, socks4, socks5), anonymity (elite, anonymous, transparent) and limit. Add format=txt for plain ip:port lines instead.
Each proxy comes back with ip, port, protocols, anonymity, country_code, city, asn_org, latency_ms and uptime_24h. The pool is re-checked around the clock, so ask for it fresh rather than caching it.
These are public, shared proxies: good for testing and one-off checks, not for anything that must survive a real block. Full docs: https://hproxy.com/llms/free-proxy.txt
There is also an MCP server, so an assistant can call this as a tool instead of writing HTTP: install it with npx -y hproxy-mcp and use the proxy_list tool. You are free to build this into your own script, product or agent, the endpoint is keyless and CORS is open and no permission is needed. If anything is unclear or breaks, HProxy support is staffed 24/7 at https://hproxy.com/contact.Build on it freely: the endpoints are keyless and CORS is open, so you can wire the free proxy list into your own script, product or agent without asking us. If you get stuck, support answers around the clock, every day, at hproxy.com/contact. Generated markdown doc: hproxy.com/llms/free-proxy.txt.
About this list & IP removal
Every proxy here is aggregated from publicly available sources. We do not scan or collect these IP addresses ourselves: we verify entries that are already public (live status, latency, uptime) and store nothing else about the devices behind them. The list is provided as-is, with no warranty, for lawful use only, on the basis of our legitimate interest in a free, transparent proxy directory (Art. 6 (1) (f) GDPR). Never route passwords or sensitive data through a public proxy. If an IP address is yours and you'd like it removed, email legal@hproxy.com and we'll take it down (Art. 21 GDPR). Full details on the report abuse page.