Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Whatic IC Datasheets

io.whatic/datasheets

IC datasheet search: parametric part finding, spec lookup, price comparison — grounded in real PDFs.

Uptime
100.0%
1 direct probes · 30d
Response
189ms
last probe
Tools
7
callable
Resources
1
readable
Prompts
0
available
Primary URL
https://whatic.io/mcp

Tools · 7

find_parts

Shortlist IC part numbers by parametric spec constraints, ranked by how many constraints each part satisfies, then by headroom past those thresholds, and spread across device families. Each constraint…

get_specs

Read canonical extracted specs (min/typ/max, unit, conditions) for known IC part numbers from a pre-extracted parametric index — not from datasheet text. This is the cheapest and most precise source f…

compare_parts

Relative price tier, stock posture, and library class for a set of IC part numbers (a ranking from a distributor snapshot, not a live quote).

search

Search the datasheet corpus; returns hit records (metadata + snippet, each with an opaque `ref`). Pass a ref list to `get_segments` for full content. If you already know the part number(s), prefer `lo…

lookup

One-shot spec/section retrieval: full content of the most relevant datasheet segments for one or more parts (fuses search+get_segments). Already groups results per part (via `parts`), so prefer `looku…

get_segments

Expand opaque `ref` tokens (from search/lookup) into full datasheet segment content.

get_image

Fetch datasheet figure images (PNG/JPEG) for opaque `ref` tokens obtained from search/lookup/get_segments. Returns each image plus its caption/description/page metadata. Only `type='image'` segments h…

Resources · 1

parametric_canonicals whatic://parametric/canonicals

How to use

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

{
  "mcpServers": {
    "whatic_ic_datasheets": {
      "url": "https://whatic.io/mcp",
      "transport": "streamable-http"
    }
  }
}