← buildboxapp.com

INDIVIDUAL MCP TOOL

list_categories

List the PC component categories BuildBox builds with (CPU, GPU, motherboard, memory, storage, PSU, cooler, case).

buildboxapp.comnone authenticationAvailability not checked

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

buildboxapp.com

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.buildboxapp-com]
url = "https://buildboxapp.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "buildboxapp-com": {
      "type": "http",
      "url": "https://buildboxapp.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: buildboxapp-com
Remote MCP URL: https://buildboxapp.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": {
    "buildboxapp-com": {
      "url": "https://buildboxapp.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "buildboxapp-com": {
      "type": "http",
      "url": "https://buildboxapp.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "buildboxapp-com",
  "transport": "streamable-http",
  "url": "https://buildboxapp.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_parts — Free-text search across the BuildBox parts catalog (by brand, model, or keyword), e.g.
  • list_parts — List parts in a category (best-rated first), optionally capped by price or brand.
  • get_part — Full detail for a single part by its slug (from search_parts / list_parts): price, description, and the specification table.
  • check_compatibility — Check whether a set of parts (slugs) is compatible — socket, memory type, power, and physical clearance.
  • assemble_build — Assemble 2–3 complete, compatibility-checked PC build OPTIONS at different price points from a brief, and let the person choose (the server proposes; the human decides).
  • create_build — Save a set of parts (slugs) as a BuildBox build and return a shareable link.