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_requests | List recent HTTP requests captured by ProxyPin. |
| get_request | Get detailed information for a single request. |
| search_requests | Search requests by keyword. |
| analyze_api | Analyze API structure for a domain. |
| get_domains | Get list of all captured domains with request counts. |
| generate_code | 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. |