| name | rodeo |
| description | Access meme-rodeo MCP tools for searching, browsing, and analyzing memes. Use when the user asks about memes, wants to search for memes, get meme stats, or interact with the meme-rodeo platform. |
rodeo - Meme Rodeo CLI & MCP Proxy
Go CLI that connects to the meme-rodeo MCP server. Works as both a direct CLI tool and a local MCP stdio proxy for agents like OpenClaw and Claude Code.
When to use rodeo
- User asks to search for memes
- User wants meme collection stats
- User wants random memes for inspiration
- User needs to configure or troubleshoot meme-rodeo access
- User wants to set up MCP proxy for meme tools
Prerequisites
The rodeo binary must be built:
cd /Users/harper/Public/src/2389/meme-rodeo/cli && go build -o rodeo .
An API key must be configured (check with rodeo config get api-key). If not set:
rodeo config set api-key <key>
rodeo login
CLI Commands
List available tools
rodeo tools
Returns: search_memes, get_meme, random_memes, list_recent, meme_stats
Call a tool directly
rodeo call search_memes '{"query":"cat","limit":5}'
rodeo call meme_stats
rodeo call random_memes '{"count":3}'
rodeo call get_meme
rodeo call list_recent