# Tenor MCP for AI Agents AI Agent Connect

> Tenor MCP lets your AI agent find and pull the world's largest library of GIFs and stickers into your workflow. It connects your agent to millions of visual reactions, trending content, and curated categories so you can add visual flair to any chat, post, or project instantly.

## Overview
- **Category:** image-video
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_oWVEGEujsyo4FlUBwRKkjPQfSpJVlqT7wXD8v2Tw/ai-agent-connect
- **Tags:** gifs, stickers, memes, visual-search, tenor

## Description

When you're building out content or managing a community, finding the right visual reaction can feel like a chore. You spend too much time scrolling through endless results, trying to find that one specific GIF that hits the right note. This Connector changes that by letting your AI agent do the heavy lifting for you. Instead of manually hunting for media, you can just describe the vibe or emotion you're looking for in plain English. Your agent handles the search, suggests better terms if your initial idea is a bit vague, and pulls the best matches directly into your workspace. Whether you're looking for a specific trending meme or a reaction to a niche topic, it brings the right visual content to your fingertips. It's one of the many tools available in the Vinkius catalog that makes it easier to bridge the gap between text and visual expression. You get to stay in your flow while your agent handles the discovery of stickers and GIFs from one of the biggest libraries on the web.

## Tools

### list_categories
Get a list of all GIF categories. This helps you see how Tenor organizes its content.

### get_featured_gifs
Retrieve the current global featured GIFs. Use this to see what's being highlighted right now.

### get_posts
Retrieve specific GIFs by their IDs. This is useful for pulling exact posts you already have a reference for.

### register_share
Register a share event when a user selects a GIF. Use this to track when specific media is picked.

### get_search_suggestions
Retrieve alternative search terms for a query. This helps refine searches when the initial prompt is too broad.

### search_gifs
Search for GIFs on Tenor. This is the primary way to find visual content based on any keyword.

### get_trending_terms
Retrieve the current trending search terms. Use this to stay on top of what people are searching for globally.

### get_autocomplete
Retrieve autocomplete suggestions for a partial search term. This provides real-time ideas as you start typing a query.

## Prompt Examples

**Prompt:** 
```
Find a GIF of a cat being dramatic.
```

**Response:** 
```
I found a few great options for a dramatic cat. Here are the top results:

* **Dramatic Meow**
* **Shocked Kitty**
* **Sad Cat Eyes**

Which one works best for your post?
```

**Prompt:** 
```
What are people searching for on Tenor right now?
```

**Response:** 
```
The current trending terms include:

* **Monday Motivation**
* **Happy Birthday**
* **Shocked Face**

Would you like to see some GIFs for any of these?
```

**Prompt:** 
```
Give me some ideas for a 'coffee' search.
```

**Response:** 
```
Since you're looking for coffee, you might also like these terms:

* **Morning Coffee**
* **Coffee Addict**
* **Iced Coffee**

Should I search for one of those instead?
```

## Capabilities

### Find specific GIFs
Search for any emotion or topic with specific filters to get exactly what you need.

### Get trending content
See what's popular globally right now to keep your content relevant.

### Get search suggestions
Receive better search terms for your queries to refine your visual discovery.

### Explore categories
Browse curated groups like reactions or emotions to find specific types of media.

### Fetch featured media
Retrieve the top global GIFs from the library automatically.

### Pull specific posts
Grab exact GIF metadata using unique IDs for precise sharing.

## Use Cases

### Quick Reactions
A community manager asks for a surprised face GIF to reply to a shocked fan. The agent pulls a perfect match instantly.

### Content Planning
A blogger asks for trending search terms to see what memes are popular this week to plan a new social post.

### App Integration
A developer wants to pull featured GIFs into a custom dashboard for a social app to show what's hot.

### Niche Discovery
A user wants to find vintage coffee stickers for a specific aesthetic project and uses autocomplete to find terms.

## Benefits

- Stop manual searching: Use search_gifs to get results instantly instead of browsing external websites.
- Stay on trend: Use get_trending_terms to see what's popular and keep your content relevant.
- Better search accuracy: Get get_search_suggestions to find the exact visual you wanted when your first try fails.
- Explore curated content: Use list_categories to browse specific types of reactions like happy or angry.
- Precise media retrieval: Use get_posts to grab specific content by its ID for consistent results.

## How It Works

The bottom line is your AI agent becomes a visual search engine that pulls real-time GIF results into your conversation.

1. Subscribe to this Connector on Vinkius.
2. Add your Tenor API Key from the Google Cloud Console.
3. Ask your AI client to find a GIF or sticker for a specific topic.

## Frequently Asked Questions

**Can the Tenor MCP find specific stickers?**
Yes, it searches the full library of stickers as well as GIFs. You can ask for specific types of stickers to add to your project.

**How do I see what's trending?**
This Connector can pull the most popular search terms and featured GIFs from Tenor in real time. It's great for staying current.

**Can my agent help me find the right GIF for a specific emotion?**
Absolutely. You can describe the feeling, and the Connector will pull relevant visual reactions from the library.

**Is there a way to see different categories?**
Yes, you can ask the agent to list categories so you can see how Tenor organizes different types of content.

**Can I get specific GIF data using an ID?**
Yes, if you have a specific GIF ID, the Connector can pull that exact post for you.

**Does this work with Claude?**
Yes, it works with Claude and any other MCP-compatible client you prefer to use.

**Can I filter GIF results by safety or content rating?**
Yes! The `search_gifs` and `get_featured_gifs` tools support a `contentfilter` parameter. You can set it to 'off', 'low', 'medium', or 'high' to ensure the results are appropriate for your audience.

**How do I find out what people are currently searching for on Tenor?**
You can use the `get_trending_terms` tool. It returns a list of the most popular search terms currently trending on the platform, helping you stay relevant with current memes and topics.

**Is it possible to retrieve a specific GIF if I already have its ID?**
Absolutely. Use the `get_posts` tool and provide a comma-separated list of GIF IDs. The agent will fetch the full metadata and media formats for those specific items.