INDIVIDUAL MCP TOOL
get_hardware_profile
Get one exact hardware identity as the current canonical hardware-trust.v1 or hardware-trust.v2 artifact.
LIVE ENDPOINT
https://hardwarecompass.com/api/mcp
Connect to this endpoint to inspect the live schema for get_hardware_profile 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.hardwarecompass]
url = "https://hardwarecompass.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hardwarecompass": {
"type": "http",
"url": "https://hardwarecompass.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hardwarecompass
Remote MCP URL: https://hardwarecompass.com/api/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": {
"hardwarecompass": {
"url": "https://hardwarecompass.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hardwarecompass": {
"type": "http",
"url": "https://hardwarecompass.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hardwarecompass",
"transport": "streamable-http",
"url": "https://hardwarecompass.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_regions— List the supported markets (region id, label, currency).search_parts— Search the PC part catalog by name, brand, SKU, or tag.get_parts— Get the current flagship part for each build slot with regional pricing plus shared specifications, explicit gaps, raw per-source benchmarks, benchmark disagreement ranges, and the latest evidence timestamp.get_part_prices— Get stored regional price observations for one slot's flagship part: store, price, stock, trust, shipping, provenance, source URL when present, and assessed confidence (null when unassessed).compare_parts— Compare two catalog products by slug.preview_build— Stateless PC decision preview.hardware_build_memo— Paid-agent-ready build memo factory.