Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Cited product-review verdicts from real user voices — free remote MCP, no API key.

README.md

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.

![Website](https://gyibb.com) ![For Agents](https://gyibb.com/for-agents) ![MCP](https://modelcontextprotocol.io)

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/mcp
  • Transport: 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-dont

Only tools/call counts; initialize / tools/list are free. Resets 00:00 UTC.

Tools

| Tool | What it does | |---|---| | get_product_review(query) | Full synthesised verdict — rating, confidence, pros, cons, summary, source breakdown, citation links. | | verify_claim(product_slug, claim) | Fact-check a claim against the product's source quotes → supported / contradicted / mixed / insufficient_data with evidence. | | compare_products(slugs[]) | Side-by-side comparison of up to 5 products. | | search_products(query, category?, limit?) | Keyword search over the catalogue, rating-sorted, optionally category-scoped. |

Quick start

Claude Desktop

Add to claude_desktop_config.json: ``json { "mcpServers": { "gyibb": { "transport": { "type": "streamable-http", "url": "https://gyibb.com/mcp" } } } } ``

Cursor

~/.cursor/mcp.json: ``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"): ``json { "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?" | compare_products | | "What do people actually think of X?" | get_product_review | | "Does X really do Z?" | verify_claim | | "Best X right now?" | search_products |

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.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.