ai.partsgraph/catalog
ai.partsgraph/catalogSearch real parts with datasheet-provenance specs, check compatibility and compose priced BOMs.
Tools · 11
Full-text search over the demo catalogue's provenance-backed part records. Filter by category, build or role. Every attribute returned was corroborated against the manufacturer datasheet or vendor pag…
The complete canonical record for one part: every attribute with its provenance (source, page, verbatim quote, file hash), vendors with dated indicative prices, and datasheet links.
Every category in the catalogue with its part count.
The catalogue's reference builds (robot, weather station, plant waterer) with their roles and candidate parts — the starting point for build_bom.
Evaluates a part set against the build's engineering constraints — supply windows, stall vs peak current, shaft/wheel fit, interfaces, solar chain — with a reasoned verdict per check. Every number cit…
Aligned attribute-by-attribute comparison of two catalogue parts. Absence means the sources did not state a value — never that the part lacks the property.
The receipt behind a stated value: the verbatim source quote, the page, the extraction method, and the sha-256 of the exact file it was read from — plus a ready-made citation line. Omit code for every…
Composes a complete BOM for a reference build — quantities, dated indicative prices, per-line rationale, a compatibility verdict for the chosen set, and a CSV export. Override any role with choices.
Search the Partsgraph demo catalogue. Returns result ids for fetch. Alias of search_parts shaped to the search/fetch connector contract.
Fetch the full provenance-backed record for a search result id as a citable document. Alias of get_part shaped to the search/fetch connector contract.
Composes the BOM for a reference build and renders it as an interactive view in clients that support MCP Apps. Same data as build_bom.
Resources · 5
The interactive BOM view rendered by view_bom.
ui://partsgraph/bom-viewer
Every part with its indicative price, the three reference builds, and the machine surfaces — one orienting read.
catalog://overview
The default bill of materials for one reference build, with dated indicative prices and compatibility verdicts.
catalog://builds/2wd-robot/bom
The default bill of materials for one reference build, with dated indicative prices and compatibility verdicts.
catalog://builds/plant-waterer/bom
The default bill of materials for one reference build, with dated indicative prices and compatibility verdicts.
catalog://builds/weather-station/bom
Prompts · 3
Guided flow: pick a reference build, compose the BOM, verify every compatibility constraint, and cite provenance for the key figures.
Attribute-aligned comparison with a recommendation grounded only in corroborated figures.
Fetch every receipt for a part and present the citations.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai.partsgraph/catalog": {
"url": "https://partsgraph.ai/api/mcp",
"transport": "streamable-http"
}
}
}