← pickgpu.com
INDIVIDUAL MCP TOOL
get_price_history
Historical price data for a specific GPU — daily prices over time for new and used conditions.
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 endpoint
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.pickgpu-com]
url = "https://pickgpu.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pickgpu-com": {
"type": "http",
"url": "https://pickgpu.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pickgpu-com
Remote MCP URL: https://pickgpu.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": {
"pickgpu-com": {
"url": "https://pickgpu.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pickgpu-com": {
"type": "http",
"url": "https://pickgpu.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pickgpu-com",
"transport": "streamable-http",
"url": "https://pickgpu.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_top_picks— Returns the best-value GPU at each performance tier, sorted highest-performance first.search_gpus— Search GPUs by name, manufacturer, or VRAM.compare_gpus— Side-by-side comparison of two GPUs: benchmark scores at every resolution, specs, current prices, and a value verdict.get_gpu_details— Get full specs, benchmark scores (raster and ray tracing at 1080p/1440p/4K), current prices, and value context for a specific GPU.