Skip to main content
Glama
quantumproxies

quantumproxies-mcp

Official

generate_proxies

Generate ready-to-use proxy endpoint strings with credentials from active proxy services, supporting geo targeting, rotation, and HTTP/SOCKS5 protocols for direct use in any HTTP client.

Instructions

Generate ready-to-use proxy endpoint strings (credentials included) from one of the account's active proxy services — any type: residential, mobile, datacenter, ISP, IPv6. Supports geo targeting (country/state/city, ISP or ASN where the plan allows it), rotating or sticky sessions, HTTP or SOCKS5, and several output formats. Use list_proxies first to get the orderId, and proxy_locations for valid targeting codes. The returned strings plug straight into any HTTP client, e.g. curl -x.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipNoMobile V2 only: a whitelisted IP (see whitelist_ip) to fetch the IP-auth proxy list instead of user:pass proxies
asnNoASN for Residential/Datacenter Basic targeting, e.g. 'AS12345'
ispNoISP code for Residential Premium / Mobile V2 targeting (from proxy_locations tree, e.g. 'tmobile')
cityNoCity (slug from proxy_locations where applicable; 'all' for any)
stateNoState/region (Residential Premium & Mobile V2: use the slug from proxy_locations; 'all' for any)
filterNoResidential Premium / Mobile V2 pool filter (omit for the full pool)
formatNoOutput string format (default user:pass@host:port)
strictNoResidential/Datacenter Basic: true allows fallback to nearby locations when the exact target has no IPs
countryNoCountry code for geo targeting, lowercase, e.g. 'us'
gatewayNoMobile V2 region gateway (default ww)
orderIdYesThe proxy service's orderId (from list_proxies)
protocolNoProxy protocol (default http)
quantityNoNumber of proxy strings (default 10)
rotationNorotating (default): new IP per request. sticky: keep the IP for sessionTime. static: IPv6 only, fixed session with no TTL.
sessionTimeNoSticky session duration in minutes (default 10; Residential Basic/Datacenter minimum 3)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses that credentials are included, output is ready-to-use, and supports multiple protocols/formats. It mentions 'active proxy services' implying authorization is required, but does not detail error cases or quota usage. For a generation tool with no destructive behavior, this is adequate but could mention potential side effects like consuming service quota.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded with purpose and usage hints. No redundancy, and each sentence adds value. The structure is efficient and scannable for an agent.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 15-parameter tool with no output schema, the description covers key aspects: support types, targeting, rotation, protocols, formats, and prerequisites. It references companion tools for required data and gives an example (curl -x). While it doesn't enumerate all parameter interactions, the schema compensates with detailed descriptions. The description is comprehensive enough for an agent to correctly invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, with each parameter having a description. The description adds high-level context (e.g., 'geo targeting', 'rotating or sticky sessions') that aligns with parameters but does not provide additional per-parameter semantics. The only extra value is referencing list_proxies for orderId, which is helpful but not sufficient to raise above baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clear verb+resource: 'Generate ready-to-use proxy endpoint strings' with explicit types (residential, mobile, datacenter, ISP, IPv6) and features (geo targeting, rotation, protocols, formats). It distinguishes from siblings like list_proxies and proxy_locations by specifying that it generates strings rather than lists or location data.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs prerequisites: 'Use list_proxies first to get the orderId, and proxy_locations for valid targeting codes.' This gives actionable redirects to sibling tools and clarifies when this tool is appropriate, leaving no ambiguity about initial setup.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/quantumproxies/quantumproxies-mcp'

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