PROXY6 MCP Server
Enables managing proxies through the PROXY6.net API, including account info, proxy listing, purchasing, prolonging, and checking.
README
PROXY6 MCP Server
MCP (Model Context Protocol) server for managing proxies via the PROXY6.net API.
Tools
| Tool | Description |
|---|---|
get_account |
Show balance, email, user ID |
list_proxies |
List all owned proxies with full details |
get_prices |
Show pricing by version and duration |
get_count |
Check available stock for a country |
get_countries |
List countries available for a proxy version |
buy_proxy |
Purchase proxies |
prolong_proxy |
Extend rental period |
delete_proxy |
Delete proxies by ID or comment |
check_proxy |
Check if a proxy is valid |
set_description |
Update technical comment |
Quick Start
# Install
pip install git+https://github.com/AsmanovLev/proxy6_mcp.git
# Set your API key
export PROXY6_API_KEY="your-key-here"
# Run
proxy6-mcp
Usage with Hermes
- Clone + install:
pip install -e /path/to/proxy6_mcp
- Add to
~/.hermes/config.yaml:
mcp_servers:
proxy6:
command: bash
args: ['/path/to/proxy6-mcp.sh']
enabled: true
- Create wrapper script
/path/to/proxy6-mcp.sh:
#!/bin/bash
export PROXY6_API_KEY="your-key-here"
exec python3 -m proxy6_mcp
- Run
/reload_mcpin Hermes.
API
All requests go to https://px6.link/api/{api_key}/{method}/.
Rate limit: 3 requests/second.
Returns JSON with status: "yes" on success.
Proxy versions
| Version | Type | Price (30д) |
|---|---|---|
| 3 | IPv4 Shared | ~33 RUB |
| 4 | IPv4 | ~120 RUB |
| 5 | MTProto | ~90 RUB |
| 6 | IPv6 | ~20.66 RUB |
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.