# VPN.FAIL MCP [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/vpnfail/vpnfail-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/vpn-fail-mcp

## Description
Free remote MCP server for fetching public web pages through a rotating proxy pool.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "vpn-fail-mcp": {
    "url": "https://img.shields.io/badge/status-public%20beta-2f855a"
  }
}
```

## Documentation & README

<!-- mcp-name: io.github.vpnfail/vpnfail-mcp -->

# VPN.FAIL MCP

Free remote MCP server for fetching public web pages through a rotating proxy pool.

![Public beta](https://img.shields.io/badge/status-public%20beta-2f855a)

**Endpoint:** `https://mcp.vpn.fail/mcp`  
**Access:** no account or API key required.

## Connect

Use the remote endpoint in an MCP client that supports remote HTTP transport:

```json
{
  "mcpServers": {
    "vpnfail": {
      "type": "http",
      "url": "https://mcp.vpn.fail/mcp"
    }
  }
}
```

Client configuration formats differ. See [client setup](https://github.com/vpnfail/vpnfail-mcp/blob/HEAD/docs/client-setup.md) and the [examples](https://github.com/vpnfail/vpnfail-mcp/blob/HEAD/examples/) directory before adding it to a specific client.

## Available tools

| Tool | Purpose |
| --- | --- |
| `scrape` | Fetch one public HTTP(S) page as readable Markdown, plain text, or HTML. |
| `usage` | View the current anonymous quota state for the requesting IP address. |
| `service_status` | View public service and proxy-pool availability metadata. |

See exact inputs, result shapes, and errors in [docs/tools.md](https://github.com/vpnfail/vpnfail-mcp/blob/HEAD/docs/tools.md).

## Example prompts

```text
Fetch https://example.com and return its readable Markdown.
```

```text
Fetch this article as plain text and summarize its main claims.
```

```text
Check the current VPN.FAIL MCP service status.
```

## Public-beta quotas

Anonymous access is limited per source IP address:

| Window | Limit |
| --- | ---: |
| Hour | 250 requests |
| Day | 1,000 requests |
| Week | 5,000 requests |
| Rolling 30 days | 10,000 requests |

There is also a two-request concurrent limit and a 2 MiB maximum response size. See [quota details](https://github.com/vpnfail/vpnfail-mcp/blob/HEAD/docs/quotas.md).

## Compatibility

The remote endpoint has been tested with the official MCP Inspector CLI. Other client configuration files in this repository are unverified templates, not compatibility claims.

## Limitations and responsible use

This is a public beta for fetching public pages. It does not promise JavaScript rendering, CAPTCHA solving, a particular exit location, uninterrupted availability, or access-control bypass. Review [limitations](https://github.com/vpnfail/vpnfail-mcp/blob/HEAD/docs/limitations.md) and [responsible use](https://github.com/vpnfail/vpnfail-mcp/blob/HEAD/docs/responsible-use.md).

## Privacy

No account is required, but this is not a guarantee of anonymity. Requested URLs and request metadata are processed to operate the service. See [PRIVACY.md](https://github.com/vpnfail/vpnfail-mcp/blob/HEAD/PRIVACY.md) for confirmed behavior and open policy confirmations.

## Help

- [Troubleshooting](https://github.com/vpnfail/vpnfail-mcp/blob/HEAD/docs/troubleshooting.md)
- [Support](https://github.com/vpnfail/vpnfail-mcp/blob/HEAD/SUPPORT.md)
- [Report a bug or request a feature](https://github.com/vpnfail/vpnfail-mcp/issues)
- [Security policy](https://github.com/vpnfail/vpnfail-mcp/blob/HEAD/SECURITY.md)

## Project scope

This repository publishes public documentation, client configuration examples, and MCP metadata. The hosted service backend is not included here and is not represented as open source.

