CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
pipeworx-io avatar

Tenor

pipeworx-io/mcp-tenor
HTTPregistry active
Summary

Connects to Tenor's v2 API for searching and retrieving GIFs and stickers. You get five tools: search for GIFs by query, pull featured content, fetch autocomplete suggestions, get search suggestions, and retrieve specific posts by ID. Runs through Pipeworx's gateway, so you can either use it standalone or tap into their full collection of 250+ data sources. Supports an ask_pipeworx natural language interface that routes questions to the right tool automatically. Useful when you're building chat interfaces, content moderation tools, or any app that needs programmatic access to Tenor's GIF library without managing API keys directly.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →

@pipeworx/tenor

Tenor v2 MCP — animated GIFs, stickers, search. Free Google Cloud key.

Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.

Auth

  • Platform: PLATFORM_TENOR_KEY. BYO: ?_apiKey=….

Tools

  • search(q, locale?, contentfilter?, media_filter?, ar_range?, random?, limit?, pos?, client_key?) — GIF/sticker search
  • featured(locale?, contentfilter?, media_filter?, ar_range?, limit?, pos?) — featured GIFs
  • categories(locale?, type?, contentfilter?) — categories
  • search_suggestions(q, locale?, limit?, client_key?) — autocomplete
  • autocomplete(q, locale?, limit?, client_key?) — search autocomplete
  • trending_terms(locale?, limit?) — trending search terms
  • posts(ids, media_filter?, client_key?) — specific posts by id

Data source

https://tenor.googleapis.com/v2

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "tenor": {
      "url": "https://gateway.pipeworx.io/tenor/mcp"
    }
  }
}

What this endpoint actually serves

tools/list at https://gateway.pipeworx.io/tenor/mcp returns the tools in the table above plus the shared Pipeworx meta-tools — ask_pipeworx, discover_tools, search_within, remember/recall and the rest of the gateway-wide set. So the tool count you see is larger than this table: a single-pack endpoint currently lists roughly 30 shared tools alongside the pack's own. The connection's initialize response states its exact scope, and is the authoritative answer for a given day.

This is deliberate, not multiplexing by accident. The meta-tools are what let a scoped connection answer a question this pack does not cover — via ask_pipeworx, which routes across the whole catalog — without you adding a second MCP server. There is currently no way to mount a pack endpoint without them; if the extra schemas cost you more context than the routing is worth, connect to the full gateway once rather than to several pack endpoints.

Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Both URLs reach the same gateway and the same 1476+ data sources. The only difference is which pack's tools are listed directly; ask_pipeworx reaches all of them from either one.

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:

ask_pipeworx({ question: "your question about Tenor data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • Docs and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
UpdatedMay 19, 2026
View on GitHub

More from pipeworx-io

  • Tfl
  • The Committee
  • The Graph
  • The Guardian
  • Thesportsdb
  • Threatfox
  • Tides
  • Timeapi Io
  • timezone
  • Tinder Bio
  • Tldr Pages
  • Tmdb
  • Trade Intel
  • Trademarks
  • Trakt
  • Transit Land
  • translate
  • Treasury Fiscal
  • Trefle
  • trivia
  • Tvmaze
  • Tweedekamer Nl
  • Twelvedata
  • uiule

Related Search & Web Crawling MCP Servers

View all →
pipeworx-io avatar
The Guardian

io.github.pipeworx-io/the-guardian

Guardian Open Platform: content search, articles, sections, tags. Free dev key.
pipeworx-io avatar
Tomtom

io.github.pipeworx-io/tomtom

TomTom MCP — wraps the TomTom Search & Routing APIs (api.tomtom.com)
pipeworx-io avatar
Urlscan Io

io.github.pipeworx-io/urlscan-io

urlscan.io URL scanner — search/result keyless, submit needs key
pipeworx-io avatar
Waqi

io.github.pipeworx-io/waqi

WAQI MCP — World Air Quality Index (free key)
plidezus avatar
Flomo Mcp

io.github.plidezus/flomo-mcp

Connect AI to your flomo notes. Search, create, edit notes and manage tags via MCP.
example avatar
Cdgcsearchmetadata

io.github.poojabjacharya/cdgcsearchmetadata

Provides metadata information to AI agents through the search API.