Use when: writing about GPU or CPU hardware specs, comparing chips, filling in memory bandwidth, TFLOPS, TDP, memory capacity, memory type, or cost figures for any chip. Also use when: publishing a new post that mentions hardware specs. Queries the chipset-specs MCP server as the source of truth before using any spec numbers.
All chip specifications are served by the chipset-specs MCP server at https://chipset-specs.vercel.app/api/mcp (configured in .claude/chipset_spec_mcp.json).
Always query the MCP server first before citing any spec value (memory bandwidth, TFLOPS, TDP, memory capacity, memory type, interconnect bandwidth, cost, etc.) for any GPU or CPU.
| Tool | Purpose |
|---|---|
list_chips | List all chips available in the database |
get_chip_specs | Fetch full specs for a specific chip by name |
compare_chips | Compare two or more chips side by side |
translate_terminology | Translate hardware jargon to plain language |
list_chips to see what chips are in the database.get_chip_specs with the chip name to retrieve its spec values.https://github.com/jazracherif/chipset-specs.list_chips and get_chip_specs before drafting any spec table or comparison.https://github.com/jazracherif/chipset-specs.