Web Proxy MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| proxy_add_targetC | Add a new target domain for proxy monitoring |
| proxy_remove_targetC | Remove a target domain from proxy monitoring |
| proxy_list_targetsC | List all target domains and their status |
| proxy_update_targetC | Update target domain configuration |
| proxy_start_serverC | Start the proxy server with optional SSL bumping |
| proxy_stop_serverB | Stop the proxy server |
| proxy_server_statusB | Get proxy server status and statistics including SSL bumping status |
| ssl_create_caC | Create a new Certificate Authority for SSL bumping |
| ssl_list_casB | List all available Certificate Authorities |
| ssl_switch_caC | Switch to a different Certificate Authority |
| ssl_get_ca_certificateB | Get CA certificate and installation instructions |
| ssl_generate_certificateC | Generate server certificate for specific domain |
| ssl_ca_statusB | Get current CA status and configuration |
| proxy_generate_setupC | Generate browser and system proxy setup scripts |
| proxy_get_pac_fileB | Get the current PAC (Proxy Auto-Configuration) file content |
| proxy_get_traffic_logC | Get captured traffic log with filtering options |
| proxy_export_harC | Export traffic log as HAR (HTTP Archive) format |
| proxy_clear_traffic_logC | Clear the traffic log |
| proxy_import_configC | Import proxy configuration from file |
| proxy_export_configC | Export current proxy configuration to file |
| proxy_analyze_trafficC | Analyze captured traffic patterns and statistics |
| proxy_get_performance_metricsC | Get proxy server performance metrics |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 22 tools
Every tool has a clearly distinct purpose with no ambiguity. For example, proxy_start_server and proxy_stop_server handle server lifecycle, while ssl_create_ca and ssl_generate_certificate manage SSL operations, all with non-overlapping functions.
Tool names follow a consistent verb_noun pattern throughout, with clear prefixes (proxy_ or ssl_) for grouping. All tools use snake_case and descriptive names like proxy_export_har and ssl_list_cas, making them predictable and readable.
With 22 tools, the count is slightly high but reasonable for the comprehensive web proxy domain, covering server management, traffic monitoring, SSL handling, and configuration. It's well-scoped, though could be streamlined without losing core functionality.
The tool set provides complete coverage for web proxy operations, including CRUD for targets (add, list, update, remove), server lifecycle (start, stop, status), traffic analysis (analyze, get, clear, export), SSL management (CA creation, certificates, switching), and configuration handling (import, export, setup). No obvious gaps exist.