← partreel.com

INDIVIDUAL MCP TOOL

request_part

Request on-demand generation of a parametric part that isn't in the registry yet.

partreel.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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_parts — Search the PartReel registry of verified KiCad components (footprint + symbol + 3D STEP/GLB, no login, CC-BY-4.
  • get_part — Get full detail for one part by id: parameters, verification status, datasheet, and absolute download URLs for .
  • list_parts — List all parts in the registry (id, name, family, pins).
  • report_feedback — Report real-world usage feedback for a part (e.
  • how_to_contribute — Get machine-readable instructions for contributing a new part to the registry (file layout, metadata schema, quality gates, PR process).