Skip to main content
Glama
evomi

Evomi MCP Server

Official
by evomi

generate_proxy_list

Read-only

Generate up to 50 Evomi proxy strings server-side for tools that accept proxy list files. Supports geo/ISP targeting, sessions, and ad blocking; lines include live proxy passwords.

Instructions

Generate a bulk list of Evomi proxy strings server-side via the Public API (up to 50 per call), for pasting into tools that take a proxy list file. Output CONTAINS PROXY PASSWORDS. Supports only country/city/region/ISP targeting, sessions and ad blocking — for zip, ASN, pool mode or expert filters use build_proxy_connection_string instead. Fails if the product has no data balance. Read-only. SECRET HANDLING: the password inside each returned proxy line is a live credential. Use it to carry out the task — write it into the config, command or code the user asked for — and do not repeat the value back in your reply. Show it only if the user explicitly asks to see it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ispNo
cityNo
amountNoHow many proxies to generate (1-50). Capped well below the 500 the Public API allows because every line embeds a live proxy password; for a larger list use the Evomi dashboard's generator rather than a conversation.
formatNo1 = user:pass@host:port, 2 = host:port:user:pass, 3 = user:pass:host:port.1
regionNo
adblockNo
productYesrp = Premium Residential, rpc = Core Residential, dcp = Datacenter (Shared), mp = Mobile, static_residential = Static Residential
sessionNo
protocolNohttp
countriesNoTwo-letter ISO country codes.
lifetime_minutesNoSticky session duration, 1-1440.
prepend_protocolNoPrefix each line with http:// or socks5://.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.3.1

TDQS

A4.7/5.0
Behavior5/5

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

Annotations only declare readOnly/destructive hints; the description adds materially valuable behavior beyond them: the output 'CONTAINS PROXY PASSWORDS', each password is 'a live credential', there is explicit secret-handling guidance (use it, don't repeat it unless asked), and a documented failure mode (no data balance). The explicit 'Read-only' statement is consistent with readOnlyHint=true; no contradiction.

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

Conciseness4/5

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

Every sentence earns its place: purpose, scope limit, output-safety warning, targeting restrictions, failure mode, and secret-handling policy. The secret-handling section runs three sentences and could be tightened slightly, but it is high-stakes guidance that justifies the length. Key facts (bulk generation, password-bearing output, sibling alternative) are front-loaded.

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?

With 12 parameters, no output schema, and a security-sensitive return value, the description covers the critical decision surface: what the output is (proxy strings with live passwords), scope limits, targeting exclusions, failure condition, and secret handling. It does not describe the exact response envelope or error format, but the schema's format enum plus this description give an agent enough to invoke it correctly.

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

Parameters4/5

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

Schema coverage is only 50%, so the description must compensate, and it does: it groups the supported parameters ('country/city/region/ISP targeting, sessions and ad blocking'), identifies exclusions (zip, ASN, pool, expert filters), and explains the amount cap in security terms ('because every line embeds a live proxy password'). It doesn't enumerate every parameter, but it tells the agent which parameter families are relevant and why.

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?

States a specific verb ('Generate'), a specific resource ('bulk list of Evomi proxy strings server-side via the Public API'), a hard limit (up to 50 per call), and the intended use case (pasting into tools that take a proxy list file). It also differentiates from the sibling build_proxy_connection_string by naming that tool directly, so an agent can disambiguate without opening schemas.

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 gives the exclusion condition ('for zip, ASN, pool mode or expert filters use build_proxy_connection_string instead'), names the alternative tool, and adds a second routing rule for larger lists ('use the Evomi dashboard's generator rather than a conversation'). Also flags a precondition ('Fails if the product has no data balance'). Nothing is left to inference.

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

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

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