streamable-httpMITupdated 1mo ago
Free remote MCP server for fetching public web pages through a rotating proxy pool.
What can you do with VPN FAIL MCP?
VPN.FAIL MCP
Free remote MCP server for fetching public web pages through a rotating proxy pool.
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:
{
"mcpServers": {
"vpnfail": {
"type": "http",
"url": "https://mcp.vpn.fail/mcp"
}
}
}
Client configuration formats differ. See client setup and the 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.
Example prompts
Fetch https://example.com and return its readable Markdown.
Fetch this article as plain text and summarize its main claims.
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.
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 and responsible use.
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 for confirmed behavior and open policy confirmations.
Help
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.
Install
Add VPN FAIL MCP to your client. Pick the one you use.
claude mcp add --transport http vpn-fail-mcp https://mcp.vpn.fail/mcpcodex mcp add vpn-fail-mcp --url https://mcp.vpn.fail/mcp{
"mcpServers": {
"vpn-fail-mcp": {
"url": "https://mcp.vpn.fail/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"vpn-fail-mcp": {
"type": "http",
"url": "https://mcp.vpn.fail/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"vpn-fail-mcp": {
"url": "https://mcp.vpn.fail/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"vpn-fail-mcp": {
"serverUrl": "https://mcp.vpn.fail/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
1 tool
VPN FAIL MCP exposes one tool to a connected agent.
- service_status
- View public service and proxy-pool availability metadata.
Score
70 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 27 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 1 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Aug 5, 2026 |