Skip to main content
Glama

MCP Server Giphy

// Define Giphy API response types export interface GiphyImageObject { url: string; width: string; height: string; size?: string; mp4?: string; mp4_size?: string; webp?: string; webp_size?: string; } export interface GiphyImages { original: GiphyImageObject; downsized: GiphyImageObject; preview_gif: GiphyImageObject; [key: string]: GiphyImageObject; } export interface GiphyUser { username: string; display_name: string; profile_url: string; } export interface GiphyGif { id: string; title: string; url: string; images: GiphyImages; source: string; import_datetime: string; user?: GiphyUser | null; } export interface GiphyResponse { data: GiphyGif[]; pagination: { total_count: number; count: number; offset: number; }; meta: { status: number; msg: string; response_id: string; }; } export interface GiphyRandomResponse { data: GiphyGif; meta: { status: number; msg: string; response_id: string; }; }

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/magarcia/mcp-server-giphy'

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