Give Claude secure access to your accounts.
| Tool name | Description | Destructive? |
|---|---|---|
| purroxy_list_capabilities | List all recorded capabilities available for replay | ✓ no |
| purroxy_run_capability⚠ | Replay a recorded browser capability with parameters and extract results | ⚠ yes |
| purroxy_get_status | Check if Purroxy is running and connected | ✓ no |
| purroxy_login | Open a site in the secure browser for login and session capture | ✓ no |
| purroxy_record | Start recording a new browser capability from user actions | ✓ no |
| purroxy_extract_data | Extract structured data from a page using CSS selectors | ✓ no |
{
"mcpServers": {
"purroxy": {
"command": "npx",
"args": [
"-y",
"purroxy"
]
}
}
}