INTEGRATIONS · 10-SECOND SETUPS
Add GYIBB to
your AI.
One endpoint, every client: https://gyibb.com/mcp.
Free tier needs no signup — 25 verdicts/day per IP, 100/day with the public key.
200,000+ user voices behind every verdict. Verified listing: wellknown.network/agents/gyibb-mcp.
Pick your client.
Claude (web/desktop)
textCustom connector — no auth needed for the free tier.
- Settings → Connectors → “+” → Add custom connector
- Paste the endpoint URL below, name it GYIBB
https://gyibb.com/mcp Claude Code
bashOne command; reconnects across sessions.
claude mcp add --transport http gyibb https://gyibb.com/mcp Codex CLI
toml~/.codex/config.toml
[mcp_servers.gyibb]
url = "https://gyibb.com/mcp" Cursor
json~/.cursor/mcp.json (project-level: .cursor/mcp.json)
{
"mcpServers": {
"gyibb": { "url": "https://gyibb.com/mcp" }
}
} VS Code (Copilot)
json.vscode/mcp.json — then “MCP: List Servers” → start gyibb
{
"servers": {
"gyibb": { "type": "http", "url": "https://gyibb.com/mcp" }
}
} Any Streamable HTTP client
bashPlain JSON-RPC — initialize, then call tools.
curl -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":"tools/call",
"params":{"name":"search_products",
"arguments":{"query":"noise cancelling headphones"}}}' Higher free quota — public key.
The integration key below is published on purpose — it is not a secret. It raises your daily quota from 25 to 100 tools/call. Paid plans with pooled monthly quotas: gyibb.com/engine.
X-API-Key: we-read-it-so-you-dont