Skip to main content
Glama

MCP Browser Screenshot Server

index.d.tsโ€ข590 B
// Based on the type definitions for extract-zip 1.6 // Definitions by: Mizunashi Mana <https://github.com/mizunashi-mana> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/e69b58e/types/extract-zip/index.d.ts import { Entry, ZipFile } from 'yauzl'; declare namespace extract { interface Options { dir: string; defaultDirMode?: number; defaultFileMode?: number; onEntry?: (entry: Entry, zipfile: ZipFile) => void; } } declare function extract( zipPath: string, opts: extract.Options, ): Promise<void>; export = extract;

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/seabassgonzalez/mcp-browser-screenshot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server