Developer Tools
buildboxapp.com
Provides an API to search, list, and get details of PC components and check their compatibility.
ENDPOINT 1
https://buildboxapp.com/api/mcp
MCP server metadata
- Name
- buildbox
- Version
- 0.1.0
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_categoriesList the PC component categories BuildBox builds with (CPU, GPU, motherboard, memory, storage, PSU, cooler, case).
Inferred read-onlysearch_partsFree-text search across the BuildBox parts catalog (by brand, model, or keyword), e.g.
Inferred read-onlylist_partsList parts in a category (best-rated first), optionally capped by price or brand.
Inferred read-onlyget_partFull detail for a single part by its slug (from search_parts / list_parts): price, description, and the specification table.
Inferred read-onlycheck_compatibilityCheck whether a set of parts (slugs) is compatible — socket, memory type, power, and physical clearance.
Inferred read-onlyassemble_buildAssemble 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-onlycreate_buildSave a set of parts (slugs) as a BuildBox build and return a shareable link.
Inferred read-onlyCONNECT 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.
buildboxapp.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.