Skip to main content
Glama

MCP Browser Screenshot Server

httpUtil.d.tsโ€ข716 B
/** * @license * Copyright 2023 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ import * as http from 'node:http'; import { URL } from 'node:url'; export declare function headHttpRequest(url: URL): Promise<boolean>; export declare function httpRequest(url: URL, method: string, response: (x: http.IncomingMessage) => void, keepAlive?: boolean): http.ClientRequest; /** * @internal */ export declare function downloadFile(url: URL, destinationPath: string, progressCallback?: (downloadedBytes: number, totalBytes: number) => void): Promise<void>; export declare function getJSON(url: URL): Promise<unknown>; export declare function getText(url: URL): Promise<string>; //# sourceMappingURL=httpUtil.d.ts.map

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