streamable-httpupdated 24d ago
Cited product-review verdicts synthesised from real user voices. Free, remote, no API key.
What can you do with gyibb mcp?
GYIBB Truth Engine โ MCP Server
Cited product-review verdicts synthesised from real user voices. Free, remote, no API key.
- Endpoint:
https://gyibb.com/mcp - Transport: 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/mcp
Verify 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.
Tools
| Tool | Arguments | Returns |
|---|---|---|
get_product_review |
query โ product name, slug, or category/slug |
Full verdict: rating, confidence tier, pros, cons, summary, source breakdown, citation links |
verify_claim |
product_slug, claim |
supported / contradicted / mixed / insufficient_data, with the quotes behind the call |
compare_products |
slugs โ up to 5 |
Side-by-side ratings, top pros/cons, confidence, source diversity |
search_products |
query, category (optional), limit (optional) |
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
tools/call per IP per UTC day |
|
|---|---|
| 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-dont
What 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 |
|---|---|
server.json |
Official MCP Registry manifest (io.github.Patheras/gyibb-mcp) |
.well-known/mcp.json |
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
Install
Add gyibb mcp to your client. Pick the one you use.
claude mcp add --transport http gyibb-mcp https://gyibb.com/mcpcodex mcp add gyibb-mcp --url https://gyibb.com/mcp{
"mcpServers": {
"gyibb-mcp": {
"url": "https://gyibb.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"gyibb-mcp": {
"type": "http",
"url": "https://gyibb.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"gyibb-mcp": {
"url": "https://gyibb.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"gyibb-mcp": {
"serverUrl": "https://gyibb.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
gyibb mcp exposes 4 tools to a connected agent.
- get_product_review
- `query` โ product name, slug, or `category/slug`
- verify_claim
- `product_slug`, `claim`
- compare_products
- `slugs` โ up to 5
- search_products
- `query`, `category` *(optional)*, `limit` *(optional)*
Score
68 / 100
Good
- Documentation25/25
- Maintenance19/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 17 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 21, 2026 |