← whatic.io
INDIVIDUAL MCP TOOL
lookup
One-shot spec/section retrieval: full content of the most relevant datasheet segments for one or more parts (fuses search+get).
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
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.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.
Related tools
find_parts— Shortlist IC part numbers by parametric spec constraints, ranked by how many constraints each part satisfies.get_specs— Read canonical extracted specs (min/typ/max, unit, conditions) for known IC part numbers.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`).get— 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.