Skip to main content
ClaudeWave

MCP server exposing Litport's verified free HTTP, SOCKS4 and SOCKS5 proxy snapshot.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/18/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/litportnet/free-proxy-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "free-proxy-mcp": {
      "command": "node",
      "args": ["/path/to/free-proxy-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/litportnet/free-proxy-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

<!-- shared-readme:banner:start -->
[![Litport free proxies: live lists, API and SDKs](https://raw.githubusercontent.com/litportnet/free-proxy-sdk/main/assets/free-proxy-banner-static.png)](https://litport.net/free-proxy)
<!-- shared-readme:banner:end -->

# Litport Free Proxy MCP Server

A local, stdio [Model Context Protocol](https://modelcontextprotocol.io) server that gives an MCP
client (Claude Desktop, Claude Code, or any other MCP-compatible agent) three bounded, read-only
tools over Litport's public free-proxy snapshot: list verified HTTP, SOCKS4, and SOCKS5 proxies,
pick the highest-ranked ones, and summarize the current snapshot. It never forwards traffic, never
accepts arbitrary URLs from tool callers, and exposes no write or side-effecting tools; it is a thin
wrapper around [`@litportnet/free-proxy-sdk`](https://github.com/litportnet/free-proxy-sdk).

## Install / Use with Claude Desktop, Claude Code, and other MCP clients

Add this to your client's MCP server configuration (for Claude Desktop, `claude_desktop_config.json`;
for Claude Code, `.mcp.json` or `claude mcp add`):

```json
{
  "mcpServers": {
    "free-proxy": {
      "command": "npx",
      "args": ["-y", "@litportnet/free-proxy-mcp"]
    }
  }
}
```

No installation step is required beyond having Node.js 20+ available; `npx` fetches and runs the
package on demand. To install it explicitly instead:

```sh
npm install -g @litportnet/free-proxy-mcp
```

## Tools

All three tools are read-only and share the same underlying filters. `country` is a two-letter ISO
3166-1 alpha-2 code (case-insensitive). `checkedWithinMin` limits results to proxies checked within
the last 1-1440 minutes.

| Tool | Description | Inputs |
| --- | --- | --- |
| `list_proxies` | List verified free proxies matching filters. | `protocol` (`http`\|`socks4`\|`socks5`), `country`, `anonymity` (`transparent`\|`anonymous`\|`elite`\|`unknown`), `https` (boolean), `maxLatencyMs` (int ≥ 0), `minUptime7d` (int 0-100), `minChecks7d` (int ≥ 0), `checkedWithinMin` (int 1-1440, default 30), `limit` (int 1-50, default 10) |
| `pick_best_proxies` | Return the highest-ranked proxies matching filters. | `count` (int 1-25, default 5), plus the same filters as `list_proxies` except `limit` |
| `proxy_snapshot_stats` | Summarize the current proxy snapshot. | `checkedWithinMin` (int 1-1440, default 30), `protocol`, `country` |

`list_proxies` and `pick_best_proxies` return a `count` and a `proxies` array of normalized records
exactly as returned by the SDK. `proxy_snapshot_stats` returns the total matching count, counts by
protocol and anonymity, the top 10 countries by count, the share of matching proxies that support
HTTPS, latency min/median/p90/max across records that report latency, how many records have a known
seven-day uptime, and the newest and oldest `lastChecked` timestamps. Every response includes a
`disclaimer` field. Errors from the underlying SDK (invalid filters, request timeouts, malformed or
stale snapshots) are returned as `{ isError: true, content: [...] }` rather than thrown, and never
include a stack trace.

## Environment

| Variable | Default | Purpose |
| --- | --- | --- |
| `LITPORT_FREE_PROXY_API_URL` | the SDK's built-in snapshot URL | Absolute `http://` or `https://` URL for the snapshot endpoint. The server validates this and exits with a clear error on startup if it is set to something else. |
| `LITPORT_FREE_PROXY_TIMEOUT_MS` | `10000` | Per-request timeout in milliseconds passed to the SDK client. |

## Test

```sh
npm install
npm test
```

`npm test` runs `node --test` over `test/*.test.mjs`: in-process unit tests that drive the server
through the MCP SDK's in-memory transport with an injected `@litportnet/free-proxy-sdk` client, and
an end-to-end test that spawns the server over stdio against a local HTTP fixture server, plus a
regression test that launches the server through a `bin` symlink the way `npx` does.

## Resources

- [Free proxy list](https://litport.net/free-proxy)
- [API documentation](https://litport.net/docs/free-proxy-api)
- [SDK source](https://github.com/litportnet/free-proxy-sdk)

Free proxies are for testing only. Never route credentials, cookies, payment data, or private data through them.
ai-agentsfree-proxymcpmcp-servermodel-context-protocolproxiesproxyproxy-listsocks4socks5

Lo que la gente pregunta sobre free-proxy-mcp

¿Qué es litportnet/free-proxy-mcp?

+

litportnet/free-proxy-mcp es mcp servers para el ecosistema de Claude AI. MCP server exposing Litport's verified free HTTP, SOCKS4 and SOCKS5 proxy snapshot. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-17.

¿Cómo se instala free-proxy-mcp?

+

Puedes instalar free-proxy-mcp clonando el repositorio (https://github.com/litportnet/free-proxy-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar litportnet/free-proxy-mcp?

+

Nuestro agente de seguridad ha analizado litportnet/free-proxy-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene litportnet/free-proxy-mcp?

+

litportnet/free-proxy-mcp es mantenido por litportnet. La última actividad registrada en GitHub es del 2026-09-17, con 0 issues abiertos.

¿Hay alternativas a free-proxy-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega free-proxy-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: litportnet/free-proxy-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/litportnet-free-proxy-mcp)](https://claudewave.com/repo/litportnet-free-proxy-mcp)
<a href="https://claudewave.com/repo/litportnet-free-proxy-mcp"><img src="https://claudewave.com/api/badge/litportnet-free-proxy-mcp" alt="Featured on ClaudeWave: litportnet/free-proxy-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a free-proxy-mcp