Skip to main content
Glama
litportnet

Litport Free Proxy MCP Server

Official
by litportnet

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LITPORT_FREE_PROXY_API_URLNoAbsolute http:// or https:// URL for the snapshot endpoint. Defaults to the SDK's built-in snapshot URL. The server validates this and exits with a clear error on startup if it is set to something else.
LITPORT_FREE_PROXY_TIMEOUT_MSNoPer-request timeout in milliseconds passed to the SDK client.10000

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_proxiesC

List verified free proxies matching filters.

pick_best_proxiesC

Return the highest-ranked proxies matching filters.

proxy_snapshot_statsB

Summarize the current proxy snapshot.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: stats summarizes the snapshot, list returns matching proxies, and pick_best returns the top-ranked ones. There is no meaningful overlap between them.

Naming Consistency4/5

Most tools follow a verb_noun pattern (list_proxies, pick_best_proxies), but proxy_snapshot_stats deviates by leading with a noun and lacking a clear verb. Minor inconsistency that doesn't cause confusion.

Tool Count5/5

Three tools is a well-scoped set for a proxy server: provide snapshot information, filter/listing, and best-pick selection. Each tool earns its place and the count fits the domain.

Completeness4/5

The tool surface covers the main workflows—viewing snapshot stats, listing proxies, and selecting the best ones. A refresh or test-proxy tool could be useful, but its absence is a minor gap that agents can work around.

Maintenance

ActivityMaintained
ResponsivenessNo issues