Developer Tools
whatic.io
Provides tools for searching, comparing, and retrieving specifications of integrated circuit parts from a datasheet corpus.
ENDPOINT 1
https://whatic.io/mcp
MCP server metadata
- Name
- whatic
- Version
- 1.28.1
Known tools 7
find_partsShortlist IC part numbers by parametric spec constraints, ranked by how many constraints each part satisfies.
Inferred read-onlyget_specsRead canonical extracted specs (min/typ/max, unit, conditions) for known IC part numbers.
Inferred read-onlycompare_partsRelative price tier, stock posture, and library class for a set of IC part numbers (a ranking from a distributor snapshot, not a live quote).
Inferred read-onlysearchSearch the datasheet corpus; returns hit records (metadata + snippet, each with an opaque `ref`).
Inferred read-onlylookupOne-shot spec/section retrieval: full content of the most relevant datasheet segments for one or more parts (fuses search+get).
Inferred read-onlygetExpand opaque `ref` tokens (from search/lookup) into full datasheet segment content.
Inferred read-onlyget_imageFetch datasheet figure images (PNG/JPEG) for opaque `ref` tokens obtained from search/lookup/get.
Inferred read-onlyCONNECT 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.whatic]
url = "https://whatic.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"whatic": {
"type": "http",
"url": "https://whatic.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: whatic
Remote MCP URL: https://whatic.io/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": {
"whatic": {
"url": "https://whatic.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"whatic": {
"type": "http",
"url": "https://whatic.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "whatic",
"transport": "streamable-http",
"url": "https://whatic.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.