MCP server exposing 7 tools for tenor.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/tenor/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search — Search Tenor's GIF and sticker library by keyword (q); supports locale, content-safety filter, aspect-ratio range, randomization, and pagination; returns media URLs and metadata.featured — Fetch Tenor's current editorially featured GIFs; supports locale, content filter, aspect-ratio range, and pagination; returns media URLs and metadata.categories — Return Tenor's GIF browse categories (e.g. trending, featured) with representative GIF previews; filterable by locale, type, and content safety level.search_suggestions — Return Tenor search query suggestions related to a partial query string (q); useful for building GIF search autocomplete UIs.autocomplete — Return Tenor autocomplete completions for a partial search term (q); returns up to limit completed search phrases ordered by popularity.trending_terms — Trending Tenor GIF and sticker keywords — the reaction, meme, emotion and pop-culture phrases people are currently typing into Tenor to find GIFs to send in chats and messaging apps. Returns Tenor's current trending GIF keyword list for a locale.posts — Fetch specific Tenor GIFs/stickers by their post IDs (ids, comma-separated) — use to re-resolve media URLs and metadata for results returned earlier by search or featured.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/tenor/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io