@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/mcpnpm に公開されるまでは、代わりにローカルのチェックアウトから実行してください:
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