The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Purchaseiq MCP listing page.
Pre-purchase trust intelligence for AI agents. One tool call before checkout: product recalls (46,000+ records across US/EU/CA/FR), seller credibility, scam and phishing signals, and an AI trust verdict, aggregated from 15+ verified sources.
This repository hosts the MCP Registry manifest for the hosted PurchaseIQ server. The server itself is remote — there is nothing to install or run.
Transport: Streamable HTTP (stateless JSON-RPC over POST). Registry name: io.purchaseiq/mcp.
Claude Code
Cline (VS Code) — add to cline_mcp_settings.json (Cline panel → MCP Servers → Configure MCP Servers). The "type" field is required: without it Cline defaults to the legacy SSE transport, and this server is POST-only streamable HTTP, so the connection fails with a 405.
Then reload the window (Command Palette → Developer: Reload Window). Step-by-step agent instructions: llms-install.md.
Cursor, Claude Desktop & other MCP clients — add to your MCP config (mcp.json / claude_desktop_config.json):
Claude.ai — Settings → Connectors → Add custom connector → paste the endpoint URL.
ChatGPT — Settings → Connectors → Create (developer mode) → paste the endpoint URL.
analyze_purchasePass whatever the agent has — all inputs optional, at least one required:
| Input | Description |
|---|---|
url | Product or store URL |
company | Seller or company name |
product | Product name or description |
barcode | EAN, GTIN, or UPC barcode |
country | ISO country code (default: US) |
Response is a compact agent verdict:
verdict is proceed, caution, or avoid. score is 0–100. topFlags lists up to three highest-priority signals, dangers first.
tools/call) per day per IP. Protocol handshakes (initialize, tools/list) are always free.Authorization: Bearer <key> to the same endpoint — no daily limit. Get a key at purchaseiq.io/mcp.PurchaseIQ provides automated, informational risk signals derived from public data sources. Output is not financial, legal, or purchasing advice, and a "proceed" verdict is not an endorsement or guarantee. Verify independently before acting. Full terms: https://purchaseiq.io/terms
Documentation in this repository is MIT licensed — see LICENSE.