Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCPROXY_HOSTNoHTTP bind address (default: 127.0.0.1)
MCPROXY_PORTNoHTTP bind port (default: 8000)
PROXY6_API_KEYNoProxy6 API key
WEBSHARE_API_KEYNoWebshare API key
IPROYAL_API_TOKENNoIPRoyal API token
MCPROXY_TRANSPORTNoTransport protocol: stdio, http, or sse (default: stdio)
MCPROXY_REQUEST_TIMEOUTNoOutbound HTTP timeout in seconds (default: 30)
MCPROXY_DEFAULT_PROVIDERNoPreferred provider for acquire_proxy

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_providersA

List all supported proxy providers and their capabilities.

Always call this first. Shows each provider's proxy types, supported operations, whether it is configured, and the env vars it requires.

get_provider_infoA

Get capabilities and configuration status for a single provider.

get_proxiesA

List proxies already on your account with a given provider.

Best for providers that sell fixed IPs (e.g. proxy6, proxyline, webshare, proxymesh). For rotating/residential pools, prefer generate_proxy_list.

generate_proxy_listA

Generate ready-to-use proxy strings with geo-targeting and rotation.

Best for residential/rotating providers (e.g. iproyal). Each proxy in the result has a url field usable directly as an HTTP/SOCKS5 proxy.

check_balanceA

Check the account balance / remaining traffic allowance for a provider.

get_usageA

Get traffic / request usage statistics for a provider.

list_countriesB

List the countries/locations targetable with a provider.

buy_proxiesA

Purchase new proxies. This spends real money on the provider account.

Only available for providers that support programmatic ordering (e.g. proxy6, proxystore, proxyline). Check list_providers first.

extend_proxiesA

Extend/renew existing proxies by their IDs. Spends real money.

scrapeB

Fetch a URL through a managed scraping API (e.g. scraperapi, scrapingbee).

acquire_proxyA

Get a single ready-to-use proxy from any configured provider.

Convenience for "I just need a proxy now": picks the first configured provider that can serve the requested type, preferring generation over listing. Use the more specific tools for control over which provider.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/evgenygurin/MCProxy'

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