← pcbparts.dev

INDIVIDUAL MCP TOOL

mouser_get_part

Cross-reference a specific MPN on Mouser.

pcbparts.devnone 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

pcbparts.dev

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

.mcp.json

{
  "mcpServers": {
    "pcbparts-dev": {
      "type": "http",
      "url": "https://pcbparts.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • jlc_stock_check — Real-time stock verification via live JLCPCB API.
  • jlc_search — Fast DB search with natural language parsing and parametric filters.
  • jlc_search_help — Browse categories, subcategories, and filterable attributes to help build searches.
  • jlc_get_part — Get full details for a specific JLCPCB part.
  • jlc_find_alternatives — Find alternative parts similar to a given component.
  • jlc_get_pinout — Get pin information for a component from EasyEDA symbol data.
  • digikey_get_part — Cross-reference a specific MPN on DigiKey.
  • cse_search — Search SamacSys ComponentSearchEngine for ECAD model availability and datasheets.