remote-mcp-scraper-vercel
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PROXY | No | Standard fallback proxy env var for fetch_url. | |
| HTTPS_PROXY | No | Standard fallback proxy env var for fetch_url. | |
| CDP_ENDPOINT | No | Remote Chrome DevTools endpoint (ws(s):// or http(s)://). Highest-priority browser path. | |
| OMDB_API_KEY | No | OMDb key — secondary movie_metadata provider. | |
| TMDB_API_KEY | No | TMDB v3 key — primary movie_metadata provider. | |
| MCP_AUTH_TOKEN | No | Optional bearer token required on /api/sse + /api/message. Set this for any public deployment. | |
| RATE_LIMIT_MAX | No | Per-IP tool-call limit per window (0 disables; default 60). | 60 |
| SESSION_TTL_MS | No | Idle-session eviction (default 600000). | 600000 |
| FETCH_MAX_BYTES | No | Response body cap in bytes (default 5 MiB). | 5242880 |
| SCRAPER_PROXY_URL | No | Default upstream proxy for fetch_url / take_screenshot when the caller passes no proxy. | |
| RATE_LIMIT_WINDOW_MS | No | Rate-limit window (default 60000). | 60000 |
| FETCH_DEFAULT_TIMEOUT_MS | No | Per-request timeout (default 20000). | 20000 |
| PUPPETEER_EXECUTABLE_PATH | No | Local Chrome/Chromium binary for development (ignored on Vercel). |
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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues