@whatic/mcp
@whatic/mcp
面向 whatic.io IC-discovery MCP 服务器的本地 stdio MCP 代理。
whatic.io 在 https://whatic.io/mcp 上运行一个远程 MCP 服务器(streamable-http),提供 IC-discovery 工具(find_parts、get_specs、compare_parts、search、lookup、get、get_image)。许多 MCP 客户端只支持通过 stdio 启动本地进程。本包正是这样的本地进程:它将所有内容转发到远程服务器,本身不包含任何工具逻辑。
用法
发布后,请将其添加到你的 MCP 客户端配置中:
{
"mcpServers": {
"whatic": {
"command": "npx",
"args": ["-y", "@whatic/mcp"]
}
}
}对于 Claude Code:
claude mcp add whatic -- npx -y @whatic/mcp在发布到 npm 之前,请改为从本地检出运行:
git clone https://github.com/pitkonst/whatic-mcp.git
cd whatic-mcp
npm install
npm run build
node dist/index.js并将你客户端的 command/args 指向 node / ["<path-to-repo>/dist/index.js"]。
Related MCP server: jlcpcb-mcp
配置
WHATIC_MCP_URL— 覆盖远程 MCP 服务器 URL(默认为https://whatic.io/mcp)。在开发过程中,可用于指向本地或预发环境的 what-ic 服务器。
开发
npm install
npm run build # compile TypeScript to dist/
npm run smoke # verify the live remote server end-to-end没有单元测试套件:本包除了将请求转发到远程服务器之外,没有任何业务逻辑,因此 npm run smoke(针对线上端点的一次真实往返测试)才是有效的检查方式。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA minimal and extensible local MCP server that provides core utilities like ping and echo alongside a file search tool integrated with the Everything CLI. It enables fast local file searching and service testing through a standardized stdio transport layer.
- AlicenseAqualityAmaintenanceMCP server for JLCPCB/LCSC component search, live stock and pricing, datasheets, and PCB/3D printing ordering via authenticated API.281MIT
- AlicenseAqualityDmaintenanceSearch and explore a catalog of 2,000+ MCP servers — full-text search, trending, hot, categories, and side-by-side comparison — from any MCP client. A zero-dependency stdio bridge over the hosted awesome-mcp.tools endpoint.817MIT
- FlicenseNot gradedqualityCmaintenanceA production-ready MCP server providing file, system, math, and text utilities through a simple CLI client.
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for hex.pm and hexdocs.pm: search, inspect, compare, and audit Elixir packages
MCP server for Google search results via SERP API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pitkonst/whatic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server