# io.github.felixbaumannkontakt-tech/nexora (npm · @liverelaygroup/nexora-mcp-server)

NEXORA: Tools fuer Vertrieb, Website-Verwaltung und Holding-Verwaltung (LiveRelay Group).

- Trust score: 69/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `@liverelaygroup/nexora-mcp-server`: 69/100 (this document), [markdown](https://verifymcp.io/servers/felixbaumannkontakt-tech-nexora/liverelaygroup-nexora-mcp-server.md), [page](https://verifymcp.io/servers/felixbaumannkontakt-tech-nexora/liverelaygroup-nexora-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@liverelaygroup/nexora-mcp-server`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (ISC).
  - Actively maintained (last published 0 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 397 tokens (~44/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 71% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the io.github.felixbaumannkontakt-tech/nexora MCP server?

io.github.felixbaumannkontakt-tech/nexora runs locally as an npm package, launched with npx -y @liverelaygroup/nexora-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add felixbaumannkontakt-tech-nexora -- npx -y @liverelaygroup/nexora-mcp-server
```

### Cursor

```json
{
  "mcpServers": {
    "felixbaumannkontakt-tech-nexora": {
      "command": "npx",
      "args": [
        "-y",
        "@liverelaygroup/nexora-mcp-server"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "felixbaumannkontakt-tech-nexora": {
      "command": "npx",
      "args": [
        "-y",
        "@liverelaygroup/nexora-mcp-server"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add felixbaumannkontakt-tech-nexora -- npx -y @liverelaygroup/nexora-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "felixbaumannkontakt-tech-nexora": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@liverelaygroup/nexora-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add felixbaumannkontakt-tech-nexora --command npx --arg -y --arg @liverelaygroup/nexora-mcp-server
```

### Hermes

```yaml
mcp_servers:
  felixbaumannkontakt-tech-nexora:
    command: "npx"
    args: ["-y", "@liverelaygroup/nexora-mcp-server"]
```

### Netclaw

```json
{
  "McpServers": {
    "felixbaumannkontakt-tech-nexora": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@liverelaygroup/nexora-mcp-server"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add felixbaumannkontakt-tech-nexora -t stdio -c npx -a -y @liverelaygroup/nexora-mcp-server
```

### Other

```json
{
  "mcpServers": {
    "felixbaumannkontakt-tech-nexora": {
      "command": "npx",
      "args": [
        "-y",
        "@liverelaygroup/nexora-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-19 (score 69)

First indexed and scored.

## MCP tools (9)

### `add_lead` (~77 tokens)

Lead hinzufuegen

Fuegt einen neuen Lead hinzu (z. B. ein Unternehmen ohne/mit schlechter Website, gefunden ueber Google Maps).

Input parameters:

- `company` (string, required): Name des Unternehmens
- `notes` (string): Optionale Notiz zum Lead
- `source` (string, required): Woher der Lead kommt, z. B. 'Google Maps'

### `list_leads` (~21 tokens)

Leads auflisten

Listet alle bisher erfassten Leads mit Status auf.

### `update_lead_status` (~51 tokens)

Lead-Status aktualisieren

Aktualisiert den Status eines Leads (neu, email_gesendet, angerufen, termin, gewonnen, verloren).

Input parameters:

- `id` (string, required): Die ID des Leads
- `status` (string, required)

### `add_project` (~71 tokens)

Projekt anlegen

Legt ein neues Website-/Webapp-Projekt fuer einen Kunden an (Start: Status 'mockup').

Input parameters:

- `client` (string, required): Name des Kunden/Unternehmens
- `notes` (string)
- `price` (number): Vereinbarter Preis in Euro
- `type` (string, required)

### `list_projects` (~21 tokens)

Projekte auflisten

Listet alle Website-/Webapp-Projekte mit Status auf.

### `update_project_status` (~56 tokens)

Projekt-Status aktualisieren

Aktualisiert den Status eines Projekts (mockup, warten_auf_freigabe, rechnung_gestellt, bezahlt, abgeschlossen).

Input parameters:

- `id` (string, required): Die ID des Projekts
- `status` (string, required)

### `add_company` (~28 tokens)

Firma hinzufuegen

Legt eine Firma der Holding im Register an.

Input parameters:

- `name` (string, required): Name der Firma

### `list_companies` (~19 tokens)

Firmen auflisten

Listet alle registrierten Firmen der Holding auf.

### `add_company_note` (~53 tokens)

Notiz zu Firma hinzufuegen

Fuegt einer Firma eine Notiz hinzu (z. B. Status-Update, Aufgabe, Ereignis).

Input parameters:

- `id` (string, required): Die ID der Firma
- `note` (string, required): Der Notiztext

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/felixbaumannkontakt-tech-nexora/liverelaygroup-nexora-mcp-server#diagnostics

## Score history

- 2026-09-20: 69
- 2026-09-19: 69

## Common questions

### What is the io.github.felixbaumannkontakt-tech/nexora MCP server?

io.github.felixbaumannkontakt-tech/nexora is an MCP server listed in the public MCP registry as io.github.felixbaumannkontakt-tech/nexora. NEXORA: Tools fuer Vertrieb, Website-Verwaltung und Holding-Verwaltung (LiveRelay Group). This page covers its npm package (@liverelaygroup/nexora-mcp-server).

### Is the io.github.felixbaumannkontakt-tech/nexora MCP server safe to use?

io.github.felixbaumannkontakt-tech/nexora scores 69 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.felixbaumannkontakt-tech/nexora MCP server expose?

io.github.felixbaumannkontakt-tech/nexora exposes 9 tools: add_lead, list_leads, update_lead_status, add_project, list_projects, and 4 more. Their descriptions and schemas cost roughly 397 tokens of context every time the server is loaded.

### Is the io.github.felixbaumannkontakt-tech/nexora MCP server still maintained?

io.github.felixbaumannkontakt-tech/nexora is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.felixbaumannkontakt-tech/nexora MCP server under?

io.github.felixbaumannkontakt-tech/nexora declares the ISC licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@liverelaygroup/nexora-mcp-server
- Socket report: https://socket.dev/npm/package/@liverelaygroup/nexora-mcp-server
- Repository: https://github.com/felixbaumannkontakt-tech/nexora-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/felixbaumannkontakt-tech-nexora/liverelaygroup-nexora-mcp-server.xml
- Changelog JSON feed: https://verifymcp.io/servers/felixbaumannkontakt-tech-nexora/liverelaygroup-nexora-mcp-server.json
- HTML version of this page: https://verifymcp.io/servers/felixbaumannkontakt-tech-nexora/liverelaygroup-nexora-mcp-server
