Skip to content
Back to search
100
MCP live v0.1.0 streamable-http

PartsTable

com.partstable/partstable

MCP server for IT hardware parts research: normalize PNs, search listings, get subs/comps.

Uptime
10.7%
28 probes
Response
525ms
last probe
Tools
9
callable

Tools · 9

normalize-pn

Normalize an IT hardware part number into its canonical form. Handles HPE (B21/001/spare), Dell (400-XXXX, DP/N), and IBM/Lenovo (FRU/CCIN) formats. Critical for deduplication and accurate lookups in …

validate-pn

Validate a part number against known manufacturer format rules. Returns structural validity, matched format rule, and warnings. IMPORTANT: Format validation only - does not confirm the part exists.

search-parts

Search for IT hardware parts on eBay using the Browse API. Automatically normalizes the part number before searching. Requires EBAY_CLIENT_ID and EBAY_CLIENT_SECRET environment variables. Returns pric…

get-substitutes

Find substitute, equivalent, or cross-referenced part numbers. Queries PartsIQ database (34K+ cross-references from IQreseller) with static fallback. Covers HPE option/spare mappings, generation cross…

get-vendor-trust

Look up vendor/seller trust information from IQreseller purchase history. Returns trust tier (preferred/neutral/avoid), transaction count, total spend, and satisfaction score. Use '*' as vendor name t…

score-listing

Score and rank eBay listings using PartsTable's 5-factor composite scoring engine. Factors: Price (30%), Vendor Trust (25%), Distance (20%), Condition (15%), Quantity (10%). Vendor trust scores are lo…

fetch-page

Fetch a web page and return its content as text, Markdown, or HTML. Includes rate limiting (2s per domain, max 10 req/min) for legal compliance. Automatically handles HTML-to-text conversion. Max resp…

verify-pn-oem

Verify a part number against OEM manufacturer websites for maximum confidence (1.0). Checks HPE PartSurfer, Dell Support, and Lenovo Parts Lookup. Returns verification status, OEM data, and confidence…

get-price-history

Get purchase price history for a part number. Returns individual transactions with dates, prices, conditions, quantities, and vendor IDs, plus summary statistics (average, min, max, median, trend dire…

Similar MCP servers embedding-nearest

hwdocs-mcp
MCP server for hardware documentation search and management
0 tools
fapi-mcp
MCP server for the FAPI auto-parts catalog API (OEM cross-references, vehicle applicability, parts lookup)
0 tools
apachler/thingsboard-mcp-server
MCP server for ThingsBoard REST API.
0 tools
jlcpcb-search-mcp
MCP server for searching JLCPCB components with live stock and pricing
0 tools
com.airtable/mcp
Official Airtable MCP server — database and operations layer for agents.
0 tools · streamable-http
io.github.praveenc/mcp-docs-server
MCP server for searching MCP protocol documentation
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "partstable": {
      "url": "https://mcp.partstable.com/mcp",
      "transport": "streamable-http"
    }
  }
}