← memestack.ai
INDIVIDUAL MCP TOOL
browse_images
Browse and filter the image gallery without a search query.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.memestack-ai]
url = "https://mcp.memestack.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"memestack-ai": {
"type": "http",
"url": "https://mcp.memestack.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: memestack-ai
Remote MCP URL: https://mcp.memestack.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"memestack-ai": {
"url": "https://mcp.memestack.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"memestack-ai": {
"type": "http",
"url": "https://mcp.memestack.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "memestack-ai",
"transport": "streamable-http",
"url": "https://mcp.memestack.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_images— Search the MemeStack image gallery.get_image— Get full metadata for a specific image by ID, including caption, alt text, tags, OCR text, zap stats, and URLs.find_similar— Find visually similar images using perceptual hash matching.find_related— Find semantically related images using AI embedding similarity.get_user_profile— Get a user's public profile including display name, stats, and avatar info.get_leaderboard— Get top-ranked images by zaps received, or top zappers by amount zapped, over a time period.browse_by_tag— Browse images for a specific tag.browse_by_category— Get a category and its featured images.