Skip to main content
Glama
pim97

Scrappey MCP Server

by pim97

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SCRAPPEY_API_KEYYesYour Scrappey API key obtained from Scrappey.com

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

NameDescription
scrappey_create_sessionB

Create a new browser session in Scrappey. Sessions persist browser state (cookies, localStorage) across requests.

scrappey_destroy_sessionB

Destroy an existing browser session in Scrappey to free resources

scrappey_list_sessionsB

List all active sessions for the current user

scrappey_session_activeC

Check if a specific session is currently active

scrappey_requestC

Send an HTTP request using Scrappey with antibot bypass capabilities. Supports GET, POST, PUT, DELETE, PATCH methods.

scrappey_browser_actionC

Execute browser automation actions in a session. Supports clicking, typing, scrolling, waiting, JavaScript execution, captcha solving, and more.

scrappey_screenshotC

Take a screenshot of a webpage. Optionally execute browser actions before capturing.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no ambiguity. scrappey_browser_action handles automation interactions, scrappey_request manages HTTP requests, scrappey_screenshot captures visual content, and the session tools (create, destroy, list, active) each manage specific session lifecycle aspects without overlap.

Naming Consistency5/5

All tools follow a perfect 'scrappey_verb_noun' pattern with consistent snake_case throughout. The naming convention is predictable and uniform across all seven tools, making them easily identifiable as part of the same server.

Tool Count5/5

Seven tools is well-scoped for a browser automation and web scraping server. Each tool earns its place by covering distinct aspects: session management, browser automation, HTTP requests, and screenshot capabilities without being overwhelming or insufficient.

Completeness5/5

The toolset provides complete coverage for browser automation and web scraping workflows. It includes full session lifecycle management (create, destroy, list, check), core automation actions, HTTP requests with antibot bypass, and screenshot functionality, leaving no obvious gaps for the domain.

Maintenance

ActivityInactive
ResponsivenessNo issues