INDIVIDUAL MCP TOOL
get_gpu_price_stats
What a used GPU configuration is listed for right now AND what it actually sells for.
LIVE ENDPOINT
https://gpufax.com/mcp
Connect to this endpoint to inspect the live schema for get_gpu_price_stats and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_gpu_listings— Live 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.check_gpu_listing— The 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.get_gpu_report— A 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.create_gpu_alert— Watch the market for a configuration: gpufax emails the given address when new matching listings appear.