Skip to main content
Glama

MCP Browser Screenshot Server

ftp.d.tsโ€ข410 B
/// <reference types="node" /> import { AccessOptions } from 'basic-ftp'; import { Readable } from 'stream'; import { GetUriProtocol } from '.'; export interface FTPReadable extends Readable { lastModified?: Date; } export interface FTPOptions extends AccessOptions { cache?: FTPReadable; } /** * Returns a Readable stream from an "ftp:" URI. */ export declare const ftp: GetUriProtocol<FTPOptions>;

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