← Registry

Developer Tools

buildboxapp.com

Provides an API to search, list, and get details of PC components and check their compatibility.

1 endpoint7 known toolsFirst detected June 18, 2026Last detected August 30, 2026

ENDPOINT 1

https://buildboxapp.com/api/mcp

No auth detected

MCP server metadata

Name
buildbox
Version
0.1.0
Capabilities
tools
Server instructions

BuildBox PC-builder tools: browse the parts catalog, check part compatibility, and assemble or save a build. Saving returns a shareable link; ordering and payment are done by a person on the site, never by these tools.

Known tools 7

list_categories

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

Inferred read-only
search_parts

Free-text search across the BuildBox parts catalog (by brand, model, or keyword), e.g.

Inferred read-only
list_parts

List parts in a category (best-rated first), optionally capped by price or brand.

Inferred read-only
get_part

Full detail for a single part by its slug (from search_parts / list_parts): price, description, and the specification table.

Inferred read-only
check_compatibility

Check whether a set of parts (slugs) is compatible — socket, memory type, power, and physical clearance.

Inferred read-only
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).

Inferred read-only
create_build

Save a set of parts (slugs) as a BuildBox build and return a shareable link.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for buildboxapp.com was fetched 2026-07-26T08:47:06.864Z and is being refreshed.

Trust status Neutral

buildboxapp.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.