Skip to main content
Glama

CoolPC MCP Server

by shyuan

search_cpu

Find compatible CPUs by socket type, core count, and price to optimize PC builds. Sort results by budget or performance needs to streamline component selection for custom systems.

Instructions

Specialized CPU/processor search tool. Find CPUs by socket compatibility, core count, and sort by price. Best for building compatible systems or finding CPUs with specific performance characteristics.

Input Schema

NameRequiredDescriptionDefault
coresNoNumber of physical CPU cores (not threads). Common values: 4, 6, 8, 10, 12, 16, 24, 32. Example: 6 for hex-core CPUs
limitNoMaximum results to return. Valid range: 1-50, default: 10. Use higher values to see more options
socketNoCPU socket type for motherboard compatibility. Intel examples: '1700' (12-14th gen), '1851' (Core Ultra). AMD examples: 'AM5' (Ryzen 7000/8000/9000), 'AM4' (older Ryzen)
sort_byNoPrice sorting order. 'price_asc' = cheapest first (budget builds), 'price_desc' = most expensive first (high-end builds)

Input Schema (JSON Schema)

{ "properties": { "cores": { "description": "Number of physical CPU cores (not threads). Common values: 4, 6, 8, 10, 12, 16, 24, 32. Example: 6 for hex-core CPUs", "type": "number" }, "limit": { "description": "Maximum results to return. Valid range: 1-50, default: 10. Use higher values to see more options", "type": "number" }, "socket": { "description": "CPU socket type for motherboard compatibility. Intel examples: '1700' (12-14th gen), '1851' (Core Ultra). AMD examples: 'AM5' (Ryzen 7000/8000/9000), 'AM4' (older Ryzen)", "type": "string" }, "sort_by": { "description": "Price sorting order. 'price_asc' = cheapest first (budget builds), 'price_desc' = most expensive first (high-end builds)", "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