Skip to main content
Glama

MCP Browser Screenshot Server

helpers.d.tsโ€ข624 B
/// <reference types="node" /> /// <reference types="node" /> /// <reference types="node" /> /// <reference types="node" /> /// <reference types="node" /> import * as http from 'http'; import * as https from 'https'; import type { Readable } from 'stream'; export type ThenableRequest = http.ClientRequest & { then: Promise<http.IncomingMessage>['then']; }; export declare function toBuffer(stream: Readable): Promise<Buffer>; export declare function json(stream: Readable): Promise<any>; export declare function req(url: string | URL, opts?: https.RequestOptions): ThenableRequest; //# sourceMappingURL=helpers.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