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 search terms.posts — Posts by id (comma-sep).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