Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCRAPPEY_API_KEY | Yes | Your Scrappey API key obtained from Scrappey.com |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scrappey_create_session | Create a new browser session in Scrappey. Sessions persist browser state (cookies, localStorage) across requests. |
| scrappey_destroy_session | Destroy an existing browser session in Scrappey to free resources |
| scrappey_list_sessions | List all active sessions for the current user |
| scrappey_session_active | Check if a specific session is currently active |
| scrappey_request | Send an HTTP request using Scrappey with antibot bypass capabilities. Supports GET, POST, PUT, DELETE, PATCH methods. |
| scrappey_browser_action | Execute browser automation actions in a session. Supports clicking, typing, scrolling, waiting, JavaScript execution, captcha solving, and more. |
| scrappey_screenshot | Take a screenshot of a webpage. Optionally execute browser actions before capturing. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |