Pablooo.club
The benchmark library to design better products
Documentation
What can you do with Pablooo MCP?
Empower your AI assistant to browse, extract, collect, and review real-world product screens.
Browse and explore visually
Prompt:
"Benchmark social feeds screenshots on Pablooo.club and display them in a carousel"
Extract insights from competitors
Prompt:
"Analyze feeds for media activity on Pablooo.club and extract concise bullet points for do and don'ts"
✅ DOs
- Keep engagement buttons (like, comment) sticky or easily accessible.
- Optimize image/video ratios to preserve feed readability.
❌ DONTs
- Avoid autoplaying videos with audio on by default.
- Don't clutter the main feed with excessive ads.
Collect benchmark screenshots
Prompt:
"Retrieve best paywall including a lifetime offer and download them from Pablooo.club"
Get feedbacks on your design
Prompt:
"Analyze my design and give me feedbacks according to competitors found on Pablooo.club"
Setup & Installation Guide
One-click install for ChatGPT, or a single command for Claude Code. No registration or API keys needed.
Add to Claude Code
Run this command in your terminal to register the Pablooo MCP server. This is not the Claude Desktop app.
claude mcp add --transport http pablooo --scope user https://mcp.pablooo.club
1-click
Install ChatGPT Plugin
Add Pablooo from the ChatGPT plugin directory — no custom connector setup.
Manual setup for other clients
Configure in Claude Code (terminal CLI)
Claude Code is Anthropic’s coding CLI — not the Claude Desktop chat app. Run this command in your terminal:
claude mcp add --transport http pablooo --scope user https://mcp.pablooo.club
You can verify the installation by typing /mcp list inside your Claude Code session.
Open the full Claude Code setup guide →
MCP Tools Reference
A quick overview of the tools Pablooo MCP exposes to your AI agents.
search-screenshots-and-display-as-carousel
The default tool for user-facing search requests. Searches the benchmark library and returns an interactive, native visual carousel UI containing up to 50 screenshots right inside your chat window.
Example Use Case: "Show me a carousel of onboarding screens from fitness apps."
search-screenshots
Searches the library and returns structured JSON data instead of a UI component. Perfect for programmatic processing or passing results to other tools in the pipeline.
Example Use Case: "Look at banking competitors and extract do and dont's from a product design perspective."
get-screenshot-base64data
Downloads a specific screenshot from the Pablooo CDN and converts it to base64. Allows your AI assistant (like Claude) to use its vision capabilities to visually inspect and analyze the actual design.
Example Use Case: "Fetch the image for the Spotify paywall and analyze the typography used."
search-facet-values
Discovers valid exact-match filter values for the `app` or `screen_type` facets to ensure highly accurate search queries.
Example Use Case: "What are the valid screen types related to settings?"