← partsgraph.ai

INDIVIDUAL MCP TOOL

check_compatibility

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.

partsgraph.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://partsgraph.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_compatibility 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

partsgraph.ai

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

.mcp.json

{
  "mcpServers": {
    "partsgraph-catalog": {
      "type": "http",
      "url": "https://partsgraph.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "partsgraph-catalog",
  "transport": "streamable-http",
  "url": "https://partsgraph.ai/api/mcp"
}
MCP Inspector

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

Related tools

  • search_parts — Full-text search over the demo catalogue's provenance-backed part records.
  • get_part — 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.
  • list_categories — Every category in the catalogue with its part count.
  • list_builds — The catalogue's reference builds (robot, weather station, plant waterer) with their roles and candidate parts — the starting point for build_bom.
  • compare_parts — Aligned attribute-by-attribute comparison of two catalogue parts.
  • get_provenance — 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.
  • build_bom — 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.
  • search — Search the Partsgraph demo catalogue.