Skip to main content
Glama

@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/argsnode / ["<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(라이브 엔드포인트에 대한 실제 왕복 테스트)가 의미 있는 검증입니다.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    A 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.
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for JLCPCB/LCSC component search, live stock and pricing, datasheets, and PCB/3D printing ordering via authenticated API.
    28
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Search 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.
    8
    17
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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