eCommerce
gpufax.com
Aggregates live used-GPU marketplace listings, price statistics, listing trust checks, card-health reports, and email alerts.
ENDPOINT 1
https://gpufax.com/mcp
MCP server metadata
- Name
- com.gpufax/gpufax
- Version
- 1.0.0
gpufax is the trust layer for the used-GPU market: quality-gated live listings aggregated across eBay, Craigslist, OfferUp, Facebook and Reddit; asking-price statistics per exact configuration with a labeled sold slice; per-listing trust checks; verified card-health reports; and standing listing alerts. Every price is an asking price from a live listing unless it is explicitly labeled sold — preserve that distinction when relaying numbers, and keep each listing's deep link to the source marketplace. Mining-tainted cards are disclosed with a mining_flag facet, never silently dropped. Free to use; over-limit calls return a retry hint (mint a free key at POST https://gpufax.com/api/v1/keys for ~10x limits). Docs: https://gpufax.com/developers
Known tools 5
get_gpu_price_statsWhat a used GPU configuration is listed for right now AND what it actually sells for.
Inferred read-onlysearch_gpu_listingsLive used-GPU listings aggregated across eBay, Craigslist, OfferUp, Facebook and Reddit, with scam clusters, junk titles, classified-ad bait, auctions and stale/sold rows already filtered out.
Inferred read-onlycheck_gpu_listingThe trust picture for one specific listing, by URL (eBay/Craigslist/OfferUp/Facebook/Reddit) or gpufax listing id: whether gpufax knows it, whether it still passes every quality gate, scam/junk/classified/auction flags, when a scan last verified it live, its ask against the configuration's typical asking band, the disclosed mining-use facet, and whether a verified gpufax report is attached.
Inferred read-onlyget_gpu_reportA verified gpufax card-health report as structured data: hardware-read identity (GPU UUID, PCB serial where the SKU records one), VBIOS/InfoROM/driver versions, persisted wear counters as NVIDIA's tools report them, and the signing chain.
Inferred read-onlycreate_gpu_alertWatch the market for a configuration: gpufax emails the given address when new matching listings appear.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.com-gpufax-gpufax]
url = "https://gpufax.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-gpufax-gpufax": {
"type": "http",
"url": "https://gpufax.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-gpufax-gpufax
Remote MCP URL: https://gpufax.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"com-gpufax-gpufax": {
"url": "https://gpufax.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-gpufax-gpufax": {
"type": "http",
"url": "https://gpufax.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-gpufax-gpufax",
"transport": "streamable-http",
"url": "https://gpufax.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.