GoBuy Product Trust MCP Server
OfficialProvides tools to check marketplace-evidence scores for Amazon product listings and compare multiple Amazon listings by evidence score.
Provides tools to check marketplace-evidence scores for Target product listings and compare multiple Target listings by evidence score.
Provides tools to check marketplace-evidence scores for Walmart product listings and compare multiple Walmart listings by evidence score.
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., "@GoBuy Product Trust MCP ServerCompare trust scores for Amazon B0BXYCS74H and Walmart 123456789."
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.
GoBuy Product Trust MCP Server
A public, read-only MCP server that gives AI agents GoBuy marketplace-evidence scores. One call returns a 0–100 evidence index, observed and missing signals, freshness, and product context.
Evidence Scores describe available marketplace records, not product quality, safety, value, suitability, seller legitimacy, or a purchase recommendation. Retailers do not endorse GoBuy.
Public endpoint: https://gobuy.ai/mcp
Service statistics are available at https://gobuy.ai/stats.
Tools
check_product_trust: inspect one Amazon, Walmart, Target, or Best Buy listing.compare_products: inspect and rank 2–20 listings by Evidence Score.
Both tools accept native retailer IDs. Example:
{
"retailer": "amazon",
"product_id": "B0BXYCS74H"
}Comparison input:
{
"products": [
{ "retailer": "amazon", "product_id": "B0BXYCS74H" },
{ "retailer": "walmart", "product_id": "123456789" }
]
}Related MCP server: Agentic Product Protocol MCP Server
Run locally
Requirements: Node.js 20+ and pnpm.
cp .env.example .env
# Set INTERNAL_API_URL to the GoBuy API origin.
pnpm install
pnpm build
PORT=3000 INTERNAL_API_URL=https://your-gobuy-api.example pnpm startStreamable HTTP is available at http://localhost:3000/mcp. GET /mcp without an SSE Accept header is a health check. Cumulative in-process tool counts are at GET /stats.
No client authentication is required in v1. Requests are limited per IP to 60/minute and 1,000/day. Limit responses use HTTP 429 and Retry-After.
Client configuration
Claude Desktop
Claude Desktop commonly uses a local bridge for remote Streamable HTTP servers:
{
"mcpServers": {
"gobuy-product-trust": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://gobuy.ai/mcp"]
}
}
}Cursor
{
"mcpServers": {
"gobuy-product-trust": {
"url": "https://gobuy.ai/mcp"
}
}
}Generic Streamable HTTP client
Point the client at https://gobuy.ai/mcp; no authorization header is needed.
Inspector
Run the official MCP Inspector:
npx @modelcontextprotocol/inspectorChoose Streamable HTTP, enter https://gobuy.ai/mcp, connect, list tools, then call check_product_trust or compare_products.
Docker
INTERNAL_API_URL=https://your-gobuy-api.example docker compose up --buildThe multi-stage image runs as the unprivileged node user and includes a /mcp healthcheck.
Operations
Each tool call emits one JSON log line with timestamp, tool, latency_ms, and status. /stats counters reset when the process restarts.
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
AI-agent product catalog: search, lookup & purchase routing over verified merchant data.
Real-time Amazon product, seller, and search data for AI agents across 21 marketplaces.
Beta. Pay-per-call eCommerce competitive intel for AI agents: pricing, promos, readiness & more.
Product search for AI agents: Amazon + Shopify, cart-to-checkout buy path. Pay-per-call, no API key.
Related MCP Servers
- 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
- AlicenseAqualityDmaintenanceKlarna-style product discovery for AI shopping agents. Makes product catalogs machine-readable so AI agents can search, compare, and purchase products programmatically.6MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to search, compare, buy, and sell products across multiple e-commerce platforms through 13 marketplace tools.1MIT
- AlicenseNot gradedqualityBmaintenanceProvides AI agents with zero-cost, zero-dependency trust evaluation for domains, URLs, wallets, APIs, and IPs, returning a 0-100 score with SSL, DNS, WHOIS, security header, and content sub-scores, plus batch comparison to rank multiple targets.MIT
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/gobuy-ai/gobuy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server