Skip to main content
Glama
AsmanovLev

PROXY6 MCP Server

by AsmanovLev

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

Related MCP server: coronium-proxy-mcp

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

  1. Clone + install:

pip install -e /path/to/proxy6_mcp
  1. Add to ~/.hermes/config.yaml:

mcp_servers:
  proxy6:
    command: bash
    args: ['/path/to/proxy6-mcp.sh']
    enabled: true
  1. Create wrapper script /path/to/proxy6-mcp.sh:

#!/bin/bash
export PROXY6_API_KEY="your-key-here"
exec python3 -m proxy6_mcp
  1. Run /reload_mcp in 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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AsmanovLev/proxy6_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server