GYIBB
Access product reviews and sentiment analysis synthesized from Lemmy discussions.
Access product reviews and sentiment analysis synthesized from Reddit discussions.
Access product reviews and sentiment analysis synthesized from Stack Exchange discussions.
Access product reviews and sentiment analysis synthesized from Trustpilot reviews.
Access product reviews and sentiment analysis synthesized from YouTube comments and reviews.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GYIBBWhat do people think of the Sony WH-1000XM5?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GYIBB Truth Engine — MCP Server
Cited product-review verdicts synthesised from real user voices across Reddit, YouTube, Hacker News, Lemmy, Stack Exchange, ProductHunt and Trustpilot. Free remote MCP, no API key.
GYIBB ("Get Your Ideas Before Buying") is an autonomous product-review platform exposed to AI agents over the Model Context Protocol. Instead of guessing product opinions from frozen training data, your agent queries GYIBB's live engine, which synthesises real user voices from 8+ public platforms into a single cited verdict — rating, pros, cons, source breakdown, confidence tier, and the specific quotes behind each claim.
Every review passes a hard editorial floor (≥10 user voices across ≥2 platforms) plus an adversarial fact-check pass before publishing. Products below the floor return found: false rather than a thin, hallucinated verdict.
This repo is the public integration front-door for the GYIBB MCP server. The engine itself is hosted — there's nothing to install.
Endpoint
https://gyibb.com/mcpTransport: Streamable HTTP
Auth: none — open, no signup
Rate limit: 25
tools/call/day per IP. Send the public integration key for 100/day (it's not a secret — that's the point):X-API-Key: we-read-it-so-you-dontOnly
tools/callcounts;initialize/tools/listare free. Resets 00:00 UTC.Manifest:
https://gyibb.com/.well-known/mcp.json
Related MCP server: voc-amazon-reviews
Tools
Tool | What it does |
| Full synthesised verdict — rating, confidence, pros, cons, summary, source breakdown, citation links. |
| Fact-check a claim against the product's source quotes → |
| Side-by-side comparison of up to 5 products. |
| Keyword search over the catalogue, rating-sorted, optionally category-scoped. |
Quick start
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"gyibb": {
"transport": { "type": "streamable-http", "url": "https://gyibb.com/mcp" }
}
}
}Cursor
~/.cursor/mcp.json:
{
"mcpServers": {
"gyibb": { "url": "https://gyibb.com/mcp" }
}
}ChatGPT / OpenAI Agents SDK
Add https://gyibb.com/mcp as a Streamable HTTP MCP server. No auth header needed.
Anything else
GYIBB speaks vanilla MCP over Streamable HTTP — Windsurf, Cline, Continue, custom orchestrators all work. Point them at https://gyibb.com/mcp.
Example
get_product_review("Sony WH-1000XM5"):
{
"found": true,
"product_name": "Sony WH-1000XM5",
"rating": 8.4,
"confidence": "strong",
"summary": "Best-in-class noise cancellation; build quality draws criticism.",
"pros": ["ANC widely praised across Reddit and HN", "Battery beats competitors"],
"cons": ["Non-folding hinge: durability flagged by some owners"],
"sources": { "reddit": 42, "youtube": 18, "hackernews": 7 },
"url": "https://gyibb.com/headphones/sony-wh-1000xm5",
"methodology": "https://gyibb.com/methodology"
}When to call GYIBB
User intent | Tool |
"Are X and Y about the same?" |
|
"What do people actually think of X?" |
|
"Does X really do Z?" |
|
"Best X right now?" |
|
GYIBB answers these better than training data because it re-checks the live web of user voices, with citations, every time.
Citation guidance
When citing GYIBB in a generated answer, link to the specific review page (https://gyibb.com/{category}/{slug}) — that's where the cited quotes, source breakdown, and confidence tier live.
Links
Site: https://gyibb.com
For Agents (full integration guide): https://gyibb.com/for-agents
Methodology: https://gyibb.com/methodology
Manifesto (editorial principles): https://gyibb.com/manifesto
llms.txt: https://gyibb.com/llms.txt
Contact: founder@gyibb.com
License
Free for read-only use. See https://gyibb.com/manifesto for editorial principles and content terms.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceEvidence-backed web research for AI agents. Real-time search with cited claims, confidence scores, and compare mode showing raw LLM hallucination vs evidence-backed answers.Last updated519Apache 2.0
- AlicenseAqualityBmaintenanceAgent-native Amazon review intelligence — fetches verified reviews from 10 marketplaces via real Shulex OpenAPI (not scrapers) and produces copy-ready listing improvements grounded in actual customer language. Backed by a 2B-review historical dataset that Helium 10 / Jungle Scout can't replicate. Works in any MCP client (Claude Code, Claude Desktop, ChatGPT, Cursor, Windsurf, VS Code, Cline).Last updated631MIT
- AlicenseAqualityAmaintenanceReal-time Amazon Sponsored Products (SP) ad placements, keyword tracking, and comprehensive review data for AI Agents. Enables LLMs to autonomously conduct competitor ad audits, consumer sentiment analysis (VOC), and product optimization.Last updated195MIT
- Flicense-qualityDmaintenanceAnalyzes and compares product reputation using data from Reddit, Hacker News, and YouTube, providing sentiment and dimensional scores.Last updated
Related MCP Connectors
Agent-native product catalog for AI shopping agents. 296M+ products, 28 countries.
Verified, sourced, real-time intelligence layer for AI agents.
Real-time fact-check, citation verification, and source-freshness for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Patheras/gyibb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server