Skip to main content
Glama

EverArt Forge MCP Server

images.d.ts559 B
import * as Util from '../util'; import EverArt from '..'; export type ImageUpload = { upload_token: string; upload_url: string; file_url: string; id: string; }; export type UploadsRequestImage = { filename: string; content_type: Util.ContentType; id?: string; }; export type UploadsOptions = [images: UploadsRequestImage[]]; export type UploadsResponse = ImageUpload[]; /** * EverArt Get Image Upload URLs (v1/images/uploads) */ export declare function uploads(this: EverArt, ...args: UploadsOptions): Promise<UploadsResponse>;

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/nickbaumann98/everart-forge-mcp'

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