ProxyPin MCP Server
by ElonJask
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROXYPIN_DATA_DIR | No | ProxyPin history directory | auto-detect |
| PROXYPIN_HAR_LIMIT | No | max HAR files scanned | 50 |
| PROXYPIN_MAX_BODY_SIZE | No | max body bytes kept | 102400 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_requestsC | List recent HTTP requests captured by ProxyPin. |
| get_requestB | Get detailed information for a single request. |
| search_requestsC | Search requests by keyword. |
| analyze_apiC | Analyze API structure for a domain. |
| get_domainsB | Get list of all captured domains with request counts. |
| generate_codeC | Generate API call code from a captured request. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_api_prompt | Prompt for API analysis. |
| debug_request_prompt | Prompt for debugging a request. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| recent_requests_resource | Recent requests summary. |
| domains_resource | List of captured domains. |
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/ElonJask/proxypin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server