Skip to main content
Glama

@whatic/mcp

Lokaler Stdio-MCP-Proxy für den IC-Discovery-MCP-Server von whatic.io.

whatic.io betreibt einen Remote-MCP-Server (streamable-http) unter https://whatic.io/mcp, der IC-Discovery-Tools (find_parts, get_specs, compare_parts, search, lookup, get, get_image) bereitstellt. Viele MCP-Clients unterstützen nur das Starten eines lokalen Prozesses über stdio. Dieses Paket ist genau dieser lokale Prozess: Es leitet alles an den Remote-Server weiter. Es enthält keine eigene Tool-Logik.

Verwendung

Nach der Veröffentlichung fügen Sie es zu Ihrer MCP-Client-Konfiguration hinzu:

{
  "mcpServers": {
    "whatic": {
      "command": "npx",
      "args": ["-y", "@whatic/mcp"]
    }
  }
}

Für Claude Code:

claude mcp add whatic -- npx -y @whatic/mcp

Bis zur Veröffentlichung auf npm führen Sie es stattdessen von einem lokalen Checkout aus:

git clone https://github.com/pitkonst/whatic-mcp.git
cd whatic-mcp
npm install
npm run build
node dist/index.js

und setzen Sie command/args Ihres Clients auf node / ["<path-to-repo>/dist/index.js"].

Related MCP server: jlcpcb-mcp

Konfiguration

  • WHATIC_MCP_URL — überschreibt die URL des Remote-MCP-Servers (Standard: https://whatic.io/mcp). Nützlich, um während der Entwicklung auf einen lokalen oder Staging-what-ic-Server zu zeigen.

Entwicklung

npm install
npm run build   # compile TypeScript to dist/
npm run smoke   # verify the live remote server end-to-end

Es gibt keine Unit-Test-Suite: Dieses Paket enthält außer der Weiterleitung von Anfragen an den Remote-Server keine Geschäftslogik, daher ist npm run smoke (ein echter Roundtrip gegen den Live-Endpunkt) die aussagekräftige Prüfung.

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