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. Free, remote, no API key.
Endpoint:
https://gyibb.com/mcpTransport: streamable-http
Auth: none
Docs for agents: https://gyibb.com/for-agents
Most product "reviews" on the web are marketing copy, affiliate filler, or incentivised ratings. GYIBB reads what actual users said on Reddit, Hacker News, Lemmy, Stack Exchange, ProductHunt, YouTube and Trustpilot, and synthesises it into a structured verdict an agent can act on — with the raw quotes still attached.
Every claim traces back to a source. A product without 10+ user voices across 2+ platforms is refused rather than written up from thin air: an empty answer beats a confident guess.
Connect
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"gyibb": {
"type": "streamable-http",
"url": "https://gyibb.com/mcp"
}
}
}Any MCP client
Point it at https://gyibb.com/mcp over streamable-http. No signup, no key,
no OAuth. If your client only speaks stdio, bridge it with mcp-remote:
npx -y mcp-remote https://gyibb.com/mcpVerify it's up
curl -N -X POST https://gyibb.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"curl","version":"1"}}}'A healthy server answers 200 with content-type: text/event-stream and a
serverInfo.name of gyibb-truth-engine. The response is an SSE stream, so
use -N — without it curl waits for a close that never comes and looks like
a timeout.
Related MCP server: voc-amazon-reviews
Tools
Tool | Arguments | Returns |
|
| Full verdict: rating, confidence tier, pros, cons, summary, source breakdown, citation links |
|
|
|
|
| Side-by-side ratings, top pros/cons, confidence, source diversity |
|
| Rating-sorted matches from the catalogue |
verify_claim is the one that has no obvious equivalent elsewhere: it answers
"is this marketing claim true according to people who bought it", and returns
insufficient_data instead of inventing a verdict when the evidence isn't
there.
Rate limits
| |
Anonymous | 25 |
With public key | 100 |
initialize, tools/list and notifications are free.
To raise the quota, send the public integration key — it is not a secret, it exists to separate real integrations from drive-by traffic:
X-API-Key: we-read-it-so-you-dontWhat the verdicts are built from
Reddit · Hacker News · Lemmy · Stack Exchange · ProductHunt · YouTube · Trustpilot · editorial aggregate ratings.
Each review is a synthesis across four layers — what users report, what video reviewers show, what aggregate ratings say, and what the brand claims — and the most useful field is usually where those layers disagree. Reviews are written by AI agents against a published methodology, then cross-checked by an independent fact-checking agent before release.
Methodology: https://gyibb.com/methodology
Editorial stance: https://gyibb.com/manifesto
Files here
File | Purpose |
| Official MCP Registry manifest ( |
| Server manifest served for discovery — tools, limits, sources |
The server itself is not in this repository; it is part of the GYIBB platform
and served at https://gyibb.com/mcp. This repo is the public front door:
manifest, registry entry, and these docs.
Licence
Free for read-only use. See https://gyibb.com/manifesto.
Contact: founder@gyibb.com
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.520Apache 2.0
- AlicenseAqualityDmaintenanceAgent-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).633MIT
- 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.196MIT
- FlicenseNot gradedqualityDmaintenanceAnalyzes and compares product reputation using data from Reddit, Hacker News, and YouTube, providing sentiment and dimensional scores.
Related MCP Connectors
VOC OpenAPI gives AI agents authorized review and product data for insights, tagging, and listings.
Agent-native product catalog for AI shopping agents. 296M+ products, 28 countries.
Verified, sourced, real-time intelligence layer 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