Skip to main content
Glama

CoolPC MCP Server

by shyuan

search_gpu

Search and filter graphics cards by chipset model, VRAM capacity, and price for gaming, content creation, or AI workflows. Sort results by price and customize output for tailored PC builds.

Instructions

Specialized graphics card (VGA) search tool. Find GPUs by chipset model, VRAM capacity, and price. Perfect for gaming builds, content creation, or AI workloads.

Input Schema

NameRequiredDescriptionDefault
chipsetNoGPU chipset model. NVIDIA examples: 'RTX 4090', 'RTX 4070', 'RTX 4060', 'RTX 3060'. AMD examples: 'RX 7900', 'RX 7600'. Intel: 'Arc B580', 'Arc B570'
limitNoMaximum results to return. Valid range: 1-50, default: 10. Higher values show more brand/model variations
memoryNoVideo memory (VRAM) capacity in GB. Common values: 8, 12, 16, 24. Example: 12 for 12GB VRAM cards suitable for 1440p gaming
sort_byNoPrice sorting order. 'price_asc' = cheapest first (value gaming), 'price_desc' = most expensive first (premium performance)

Input Schema (JSON Schema)

{ "properties": { "chipset": { "description": "GPU chipset model. NVIDIA examples: 'RTX 4090', 'RTX 4070', 'RTX 4060', 'RTX 3060'. AMD examples: 'RX 7900', 'RX 7600'. Intel: 'Arc B580', 'Arc B570'", "type": "string" }, "limit": { "description": "Maximum results to return. Valid range: 1-50, default: 10. Higher values show more brand/model variations", "type": "number" }, "memory": { "description": "Video memory (VRAM) capacity in GB. Common values: 8, 12, 16, 24. Example: 12 for 12GB VRAM cards suitable for 1440p gaming", "type": "number" }, "sort_by": { "description": "Price sorting order. 'price_asc' = cheapest first (value gaming), 'price_desc' = most expensive first (premium performance)", "enum": [ "price_asc", "price_desc" ], "type": "string" } }, "type": "object" }

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/shyuan/coolpc-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server