Skip to main content
ClaudeWave

Harness Atlas — MCP server for wire-harness manufacturer search and component cross-reference

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/25/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/pawel-kowalczyk/harness-atlas-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "harness-atlas-mcp": {
      "command": "node",
      "args": ["/path/to/harness-atlas-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/pawel-kowalczyk/harness-atlas-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Harness Atlas — MCP server

A remote [Model Context Protocol](https://modelcontextprotocol.io) server for sourcing
**wire harnesses and cable assemblies**. It answers two questions an agent cannot answer from
general web knowledge: *who manufactures this*, and *what part can replace this one*.

Hosted, public, no API key, nothing to install.

```
https://harnessatlas.com/api/mcp
```

Listed in the official MCP registry as `io.github.pawel-kowalczyk/harness-atlas`.

> The endpoint moved to `harnessatlas.com` on 2026-08-24 (manifest v0.2.0). The previous Supabase
> URL still works and is not being retired, so existing clients keep functioning — but this is the
> address to use.

---

## Why it exists

Wire-harness sourcing data is scattered across trade directories, PDF catalogues and
manufacturer sites that general-purpose models summarise badly and cite unreliably. Harness
Atlas is a structured directory of the sector with per-field provenance, exposed over MCP so an
agent can query it directly instead of guessing.

## Tools

### `find_manufacturer`

Search the directory of wire-harness and cable-assembly manufacturers. All parameters optional.

| Parameter | Type | Notes |
|---|---|---|
| `country` | string | HQ country, e.g. `Germany`, `Poland`, `China` |
| `industry` | enum | `aerospace` · `appliances` · `automotive` · `commercial-vehicles` · `electronics` · `energy` · `hvac` · `industrial` · `marine` · `medical` · `off-road` · `rolling-stock` · `telecommunications` |
| `capability` | enum | `crimp_force_monitoring` · `ultrasonic_welding` · `soldering` · `overmolding` · `braiding` · `twisting` · `sealing_grommets` · `heatshrink` · `labeling_marking` · `testing_continuity` · `hipot` · `functional_test` · `hv_capable` · `ipc_whma_620` |
| `name` | string | Partial company-name match |
| `limit` | integer | 1–50, default 20 |

Returns name, HQ country and city, website, industries served, plant count, capabilities and a
profile URL.

### `find_alternative`

Cross-reference a component part number — connectors, terminals, seals, cable protection —
against the XrefBase equivalence graph. `part_number` is required; `manufacturer` is optional and
disambiguates an MPN that exists under several makers (aliases such as `TE` and `H+S` are
accepted). Punctuation and case are normalised, so `1-967616-1` and `19676161` both match.

**Results are grouped by relationship strength, and the groups are not interchangeable:**

| Group | Meaning |
|---|---|
| `verified_replacements` | Corroborated drop-in or manufacturer-superseded parts |
| `functional_equivalents` | Same job, but needs engineering review |
| `same_series`, `variants` | Same family, different configuration — **not** substitutes |
| `mates_with` | The counterpart it plugs into — specifically **not** a substitute |

Every claim carries a confidence level and, where one exists, a public source URL. The grouping
is the point: a tool that returns one flat list of "alternatives" invites an agent to propose a
mating connector as a replacement part.

## Connecting

**Claude Code**

```bash
claude mcp add --transport http harness-atlas https://harnessatlas.com/api/mcp
```

**Claude Desktop / any client taking a remote MCP URL** — add to your MCP config:

```json
{
  "mcpServers": {
    "harness-atlas": {
      "type": "streamable-http",
      "url": "https://harnessatlas.com/api/mcp"
    }
  }
}
```

**Straight JSON-RPC**, to try it without a client:

```bash
curl -s -X POST https://harnessatlas.com/api/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{
        "name":"find_manufacturer",
        "arguments":{"country":"Poland","industry":"automotive","limit":3}}}'
```

## The data, honestly

- **513 published manufacturers, 715 plants, 65 countries.** Coverage is deepest in Europe,
  with meaningful presence in North America and Asia.
- **Profiles are compiled from public sources and manufacturer self-declaration.** Independent
  verification is in progress and is not yet reflected in most listings — treat capability and
  certification claims as sourced, not audited, and follow the profile URL to the operator's own
  material before relying on one commercially.
- **Equivalence claims carry their own confidence level** and a source URL where a public one
  exists. `verified_replacements` is the only group that should be read as a substitution
  recommendation, and even that warrants engineering review for a safety-relevant application.
- Corrections are welcome — open an issue here or use the contact form on the site.

## Scope

Harness Atlas is a directory and reference service. It does not broker, quote or transact, and
listing is not endorsement.

## This repository

The server runs as a hosted endpoint; its implementation is not open source. This repository is
the public home for the server: its registry manifest, documentation and examples.

`server.json` is a mirror published for registry discovery. The canonical copy lives with the
implementation and is what `mcp-publisher` publishes — if the two ever disagree, the version in
the official registry is authoritative.

## Links

- Site — <https://harnessatlas.com>
- About the MCP server — <https://harnessatlas.com/mcp>
- Official MCP registry entry — `io.github.pawel-kowalczyk/harness-atlas`

## Licence

[MIT](LICENSE) — covering this repository's contents: the server manifest, documentation and
examples.

The licence does not extend to the Harness Atlas directory data returned by the hosted endpoint.
That data remains proprietary and is offered for use through the endpoint itself.

Lo que la gente pregunta sobre harness-atlas-mcp

¿Qué es pawel-kowalczyk/harness-atlas-mcp?

+

pawel-kowalczyk/harness-atlas-mcp es mcp servers para el ecosistema de Claude AI. Harness Atlas — MCP server for wire-harness manufacturer search and component cross-reference Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-24.

¿Cómo se instala harness-atlas-mcp?

+

Puedes instalar harness-atlas-mcp clonando el repositorio (https://github.com/pawel-kowalczyk/harness-atlas-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar pawel-kowalczyk/harness-atlas-mcp?

+

Nuestro agente de seguridad ha analizado pawel-kowalczyk/harness-atlas-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene pawel-kowalczyk/harness-atlas-mcp?

+

pawel-kowalczyk/harness-atlas-mcp es mantenido por pawel-kowalczyk. La última actividad registrada en GitHub es del 2026-08-24, con 0 issues abiertos.

¿Hay alternativas a harness-atlas-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega harness-atlas-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: pawel-kowalczyk/harness-atlas-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pawel-kowalczyk-harness-atlas-mcp)](https://claudewave.com/repo/pawel-kowalczyk-harness-atlas-mcp)
<a href="https://claudewave.com/repo/pawel-kowalczyk-harness-atlas-mcp"><img src="https://claudewave.com/api/badge/pawel-kowalczyk-harness-atlas-mcp" alt="Featured on ClaudeWave: pawel-kowalczyk/harness-atlas-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a harness-atlas-mcp