# https://github.com/Ansvar-Systems/Automotive-MCP Project Manual

Generated on: 2026-05-22 17:23:05 UTC

## Table of Contents

- [Repository Overview](#overview)
- [Entrypoints and Runtime Surface](#entrypoints)
- [Architecture Evidence Map](#architecture)
- [Operations and Verification Boundaries](#operations)

<a id='overview'></a>

## Repository Overview

### Related Pages

Related topics: [Entrypoints and Runtime Surface](#entrypoints), [Architecture Evidence Map](#architecture), [Operations and Verification Boundaries](#operations)

<details>
<summary>Relevant source files</summary>

The following source files were used to generate this page:

- [Dockerfile](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/Dockerfile)
- [README.md](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/README.md)
- [package.json](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/package.json)
- [api/health.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/api/health.ts)
- [api/mcp.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/api/mcp.ts)
- [src/http-server.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/http-server.ts)
- [src/index.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/index.ts)
- [src/tools/about.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/about.ts)
- [src/tools/architecture.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/architecture.ts)
- [src/tools/attacks.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/attacks.ts)
- [src/tools/compliance-path.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/compliance-path.ts)
- [src/tools/csms.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/csms.ts)
</details>

# Repository Overview

This page is generated from repository evidence because the Human Wiki provider was unavailable. It intentionally limits itself to README and file-tree facts.

## README Evidence

# Automotive Cybersecurity MCP Server

<!-- ANSVAR-CTA-BEGIN -->
> ### ▶ Try this MCP instantly via Ansvar Gateway
> **50 free queries/day · no card required · OAuth signup at [ansvar.eu/gateway](https://ansvar.eu/gateway)**
>
> One endpoint, one OAuth signup, access from any MCP-compatible client.

### Connect

**Claude Code** (one line):

```bash
claude mcp add ansvar --transport http https://gateway.ansvar.eu/mcp
```

**Claude Desktop / Cursor** — add to `claude_desktop_config.json` (or `mcp.json`):

```json
{
  "mcpServers": {
    "ansvar": {
      "type": "url",
      "url": "https://gateway.ansvar.eu/mcp"
    }
  }
}
```

**Claude.ai** — Settings → Connectors → Add custom connector → paste `https://gateway.ansvar.eu/mcp`

First request opens an OAuth flow at [ansvar.eu/gateway](https://ansvar.eu/gateway). After signup, your client is bound to your account; tier (free / premium / team / company) determines fan-out, quota, and which downstream MCPs are reachable.

---

## Self-host this MCP

You can also clone this repo and build the corpus yourself. The schema,
fetcher, and tool implementations all live here. What is not in the repo is
the pre-built database — TDM and standards-licensing constraints on the
upstream sources mean we host the corpus on Ansvar infrastructure rather
than redistribute it as a public artifact.

Build your own: run this repo's ingestion script (entry-point varies per
repo — typically `scripts/ingest.sh`, `npm run ingest`, or `make ingest`;
check the repo root).
<!-- ANSVAR-CTA-END -->

> **Complete R155/R156 Content** - Production-ready with full regulation text from official UNECE sources.

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
[![CI](https://github.com/Ansvar-Systems/Automotive-MCP/actions/workflows/ci.yml/badge.svg)](https://github.com/Ansvar-Systems/Automotive-MCP/actions/workflows/ci.yml)
[![TypeScript](https://img.shields.io/badge/TypeScript-5.7-blue)](https://www.typescriptlang.org/)
[![Tests](https://img.shields.io/badge/tests-105%20passed-brightgreen)](#)
[![Database](https://img.shields.io/badge/database-620KB-orange)](#)

**Stop wasting hours searching through PDF regulations.** Ask Claude about automotive cybersecurity requirements in natural language and get instant, accurate answers with source references.

A Model Context Protocol (MCP) server that gives Claude direct a

[excerpt truncated]

## Selected Source Inventory

- `Dockerfile`
- `README.md`
- `package.json`
- `api/health.ts`
- `api/mcp.ts`
- `src/http-server.ts`
- `src/index.ts`
- `src/tools/about.ts`
- `src/tools/architecture.ts`
- `src/tools/attacks.ts`
- `src/tools/compliance-path.ts`
- `src/tools/csms.ts`

| File | Evidence role | Size |
|---|---|---|
| `Dockerfile` | repository evidence | 941 bytes |
| `README.md` | README/product and usage evidence | 34915 bytes |
| `package.json` | package/runtime metadata | 2382 bytes |
| `api/health.ts` | implementation surface | 1150 bytes |
| `api/mcp.ts` | implementation surface | 2518 bytes |
| `src/http-server.ts` | implementation surface | 7553 bytes |
| `src/index.ts` | implementation surface | 2122 bytes |
| `src/tools/about.ts` | implementation surface | 3326 bytes |
| `src/tools/architecture.ts` | implementation surface | 4427 bytes |
| `src/tools/attacks.ts` | implementation surface | 4377 bytes |
| `src/tools/compliance-path.ts` | implementation surface | 11561 bytes |
| `src/tools/csms.ts` | implementation surface | 5148 bytes |

Source: `[README.md:1-120]()`

---

<a id='entrypoints'></a>

## Entrypoints and Runtime Surface

### Related Pages

Related topics: [Repository Overview](#overview), [Architecture Evidence Map](#architecture), [Operations and Verification Boundaries](#operations)

<details>
<summary>Relevant source files</summary>

The following source files were used to generate this page:

- [Dockerfile](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/Dockerfile)
- [README.md](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/README.md)
- [package.json](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/package.json)
- [api/health.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/api/health.ts)
- [api/mcp.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/api/mcp.ts)
- [src/http-server.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/http-server.ts)
- [src/index.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/index.ts)
- [src/tools/about.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/about.ts)
- [src/tools/architecture.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/architecture.ts)
- [src/tools/attacks.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/attacks.ts)
- [src/tools/compliance-path.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/compliance-path.ts)
- [src/tools/csms.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/csms.ts)
</details>

# Entrypoints and Runtime Surface

The files below are the highest-signal candidates for how the project is installed, started, configured, or embedded. Treat this as an evidence map, not an inferred API contract.

| File | Evidence role | Size |
|---|---|---|
| `Dockerfile` | repository evidence | 941 bytes |
| `README.md` | README/product and usage evidence | 34915 bytes |
| `package.json` | package/runtime metadata | 2382 bytes |
| `api/health.ts` | implementation surface | 1150 bytes |
| `api/mcp.ts` | implementation surface | 2518 bytes |
| `src/http-server.ts` | implementation surface | 7553 bytes |
| `src/index.ts` | implementation surface | 2122 bytes |
| `src/tools/about.ts` | implementation surface | 3326 bytes |
| `src/tools/architecture.ts` | implementation surface | 4427 bytes |
| `src/tools/attacks.ts` | implementation surface | 4377 bytes |
| `src/tools/compliance-path.ts` | implementation surface | 11561 bytes |
| `src/tools/csms.ts` | implementation surface | 5148 bytes |

Source: `[Dockerfile:1-120](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/Dockerfile)`

---

<a id='architecture'></a>

## Architecture Evidence Map

### Related Pages

Related topics: [Repository Overview](#overview), [Entrypoints and Runtime Surface](#entrypoints), [Operations and Verification Boundaries](#operations)

<details>
<summary>Relevant source files</summary>

The following source files were used to generate this page:

- [Dockerfile](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/Dockerfile)
- [README.md](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/README.md)
- [package.json](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/package.json)
- [api/health.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/api/health.ts)
- [api/mcp.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/api/mcp.ts)
- [src/http-server.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/http-server.ts)
- [src/index.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/index.ts)
- [src/tools/about.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/about.ts)
- [src/tools/architecture.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/architecture.ts)
- [src/tools/attacks.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/attacks.ts)
- [src/tools/compliance-path.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/compliance-path.ts)
- [src/tools/csms.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/csms.ts)
</details>

# Architecture Evidence Map

This section maps source paths into likely architectural areas based on repository layout only. Claims that require execution are intentionally not made here.

- `.`: `Dockerfile`, `README.md`, `package.json`
- `api`: `api/health.ts`, `api/mcp.ts`
- `src`: `src/http-server.ts`, `src/index.ts`, `src/tools/about.ts`, `src/tools/architecture.ts`, `src/tools/attacks.ts`, `src/tools/compliance-path.ts`

Source: `[README.md:1-120](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/README.md)`

---

<a id='operations'></a>

## Operations and Verification Boundaries

### Related Pages

Related topics: [Repository Overview](#overview), [Entrypoints and Runtime Surface](#entrypoints), [Architecture Evidence Map](#architecture)

<details>
<summary>Relevant source files</summary>

The following source files were used to generate this page:

- [Dockerfile](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/Dockerfile)
- [README.md](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/README.md)
- [package.json](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/package.json)
- [api/health.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/api/health.ts)
- [api/mcp.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/api/mcp.ts)
- [src/http-server.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/http-server.ts)
- [src/index.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/index.ts)
- [src/tools/about.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/about.ts)
- [src/tools/architecture.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/architecture.ts)
- [src/tools/attacks.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/attacks.ts)
- [src/tools/compliance-path.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/compliance-path.ts)
- [src/tools/csms.ts](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/src/tools/csms.ts)
</details>

# Operations and Verification Boundaries

Operational guidance is limited to files that are present in the repository. Before using this project in an agent workflow, verify install, quickstart, and runtime behavior in a sandbox.

- Containerization signal: `Dockerfile`
- Documentation signal: `README.md`
- Runtime/package signal: `package.json`
- Source inspection signal: `api/health.ts`
- Source inspection signal: `api/mcp.ts`
- Source inspection signal: `src/http-server.ts`
- Source inspection signal: `src/index.ts`
- Source inspection signal: `src/tools/about.ts`
- Source inspection signal: `src/tools/architecture.ts`
- Source inspection signal: `src/tools/attacks.ts`

Source: `[package.json:1-120](https://github.com/Ansvar-Systems/Automotive-MCP/blob/main/package.json)`

---

---

## Doramagic Pitfall Log

Project: ansvar-systems/automotive-mcp

Summary: Found 7 potential pitfall items; 0 are high/blocking. Highest priority: identity - 仓库名和安装名不一致.

## 1. identity · 仓库名和安装名不一致

- Severity: medium
- Evidence strength: runtime_trace
- Finding: 仓库名 `automotive-mcp` 与安装入口 `@ansvar/automotive-cybersecurity-mcp` 不完全一致。
- User impact: 用户照着仓库名搜索包或照着包名找仓库时容易走错入口。
- Suggested check: 在 npm/PyPI/GitHub 上确认包名映射和官方 README 说明。
- Reproduction command: `npx @ansvar/automotive-cybersecurity-mcp`
- Guardrail action: 页面必须同时展示 repo 名和真实安装入口，避免用户搜索错包。
- Evidence: identity.distribution | mcp_registry:io.github.Ansvar-Systems/automotive-cybersecurity:1.0.1 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Ansvar-Systems%2Fautomotive-cybersecurity/versions/1.0.1 | repo=automotive-mcp; install=@ansvar/automotive-cybersecurity-mcp

## 2. capability · 能力判断依赖假设

- Severity: medium
- Evidence strength: source_linked
- Finding: README/documentation is current enough for a first validation pass.
- User impact: 假设不成立时，用户拿不到承诺的能力。
- Suggested check: 将假设转成下游验证清单。
- Guardrail action: 假设必须转成验证项；没有验证结果前不能写成事实。
- Evidence: capability.assumptions | mcp_registry:io.github.Ansvar-Systems/automotive-cybersecurity:1.0.1 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Ansvar-Systems%2Fautomotive-cybersecurity/versions/1.0.1 | README/documentation is current enough for a first validation pass.

## 3. maintenance · 维护活跃度未知

- Severity: medium
- Evidence strength: source_linked
- Finding: 未记录 last_activity_observed。
- User impact: 新项目、停更项目和活跃项目会被混在一起，推荐信任度下降。
- Suggested check: 补 GitHub 最近 commit、release、issue/PR 响应信号。
- Guardrail action: 维护活跃度未知时，推荐强度不能标为高信任。
- Evidence: evidence.maintainer_signals | mcp_registry:io.github.Ansvar-Systems/automotive-cybersecurity:1.0.1 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Ansvar-Systems%2Fautomotive-cybersecurity/versions/1.0.1 | last_activity_observed missing

## 4. security_permissions · 下游验证发现风险项

- Severity: medium
- Evidence strength: source_linked
- Finding: no_demo
- User impact: 下游已经要求复核，不能在页面中弱化。
- Suggested check: 进入安全/权限治理复核队列。
- Guardrail action: 下游风险存在时必须保持 review/recommendation 降级。
- Evidence: downstream_validation.risk_items | mcp_registry:io.github.Ansvar-Systems/automotive-cybersecurity:1.0.1 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Ansvar-Systems%2Fautomotive-cybersecurity/versions/1.0.1 | no_demo; severity=medium

## 5. security_permissions · 存在评分风险

- Severity: medium
- Evidence strength: source_linked
- Finding: no_demo
- User impact: 风险会影响是否适合普通用户安装。
- Suggested check: 把风险写入边界卡，并确认是否需要人工复核。
- Guardrail action: 评分风险必须进入边界卡，不能只作为内部分数。
- Evidence: risks.scoring_risks | mcp_registry:io.github.Ansvar-Systems/automotive-cybersecurity:1.0.1 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Ansvar-Systems%2Fautomotive-cybersecurity/versions/1.0.1 | no_demo; severity=medium

## 6. maintenance · issue/PR 响应质量未知

- Severity: low
- Evidence strength: source_linked
- Finding: issue_or_pr_quality=unknown。
- User impact: 用户无法判断遇到问题后是否有人维护。
- Suggested check: 抽样最近 issue/PR，判断是否长期无人处理。
- Guardrail action: issue/PR 响应未知时，必须提示维护风险。
- Evidence: evidence.maintainer_signals | mcp_registry:io.github.Ansvar-Systems/automotive-cybersecurity:1.0.1 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Ansvar-Systems%2Fautomotive-cybersecurity/versions/1.0.1 | issue_or_pr_quality=unknown

## 7. maintenance · 发布节奏不明确

- Severity: low
- Evidence strength: source_linked
- Finding: release_recency=unknown。
- User impact: 安装命令和文档可能落后于代码，用户踩坑概率升高。
- Suggested check: 确认最近 release/tag 和 README 安装命令是否一致。
- Guardrail action: 发布节奏未知或过期时，安装说明必须标注可能漂移。
- Evidence: evidence.maintainer_signals | mcp_registry:io.github.Ansvar-Systems/automotive-cybersecurity:1.0.1 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Ansvar-Systems%2Fautomotive-cybersecurity/versions/1.0.1 | release_recency=unknown

<!-- canonical_name: ansvar-systems/automotive-mcp; human_manual_source: deepwiki_human_wiki -->
