# io.github.QoreNext-IT/qorenext-mcp (remote · mcp.qorenext.com)

Company hierarchy analysis and address verification via MCP

- Trust score: 63/100 (medium)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.qorenext.com`: 63/100 (this document), [markdown](https://verifymcp.io/servers/qorenext-it-qorenext-mcp/mcp.md), [page](https://verifymcp.io/servers/qorenext-it-qorenext-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.qorenext.com/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-08-03.

- **Endpoint Security**: 60/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 525 tokens (~105/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 8 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 3 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http qorenext-it-qorenext-mcp https://mcp.qorenext.com/mcp/
```

### Codex

```toml
[mcp_servers.qorenext-it-qorenext-mcp]
url = "https://mcp.qorenext.com/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "qorenext-it-qorenext-mcp": {
      "type": "remote",
      "url": "https://mcp.qorenext.com/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add qorenext-it-qorenext-mcp --url https://mcp.qorenext.com/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  qorenext-it-qorenext-mcp:
    url: "https://mcp.qorenext.com/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "qorenext-it-qorenext-mcp": {
      "type": "http",
      "url": "https://mcp.qorenext.com/mcp/"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-08-03 (score 63, −2)

- [security regression] Stability: 0.23 → fail
- [security regression] A breaking change shipped without a version bump: still 3.0.0
- [security regression] Tool “submit_entities” was removed
- [functional regression] Schema quality: 65 → 105
- [functional improvement] Tool coverage: 83% → 100%
- [functional] New tool “submit_hierarchy_creation”
- [functional] New tool “submit_address_verification”

### 2026-08-01 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 64, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 63, +3)

- [security] Tool “get_request_status” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 58 → 65
- [functional improvement] Tool coverage: 60% → 83%
- [functional] Schema quality: fair → good
- [cosmetic] “get_request_status” added an optional parameter “screening_type”
- [cosmetic] “get_request_status” reworded the description of “request_id”

### 2026-07-28 (score 60, +4)

- [functional regression] Schema quality: 50 → 58
- [functional improvement] Tool coverage: 0% → 60%
- [functional] New tool “submit_duplicates”

### 2026-07-27 (score 56, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 56)

First indexed and scored.

## MCP tools (5)

### `health_check` (~43 tokens)

Check MCP server health status. Verify this server is operational and get basic server information (name, version, auth method). Use for connectivity testing and diagnostics. No authentication required.

### `submit_address_verification` (~159 tokens)

Submit companies for address verification. Validate company addresses and verify organization legitimacy. Returns entity IDs for tracking verification results.

Input parameters:

- `entities` (array, required): List of company objects with: - companyName: Company name (required)               Aliases: "name", "entityName"               Example: "Acme Corp", "Apple Inc" - country: Country name (required)…

### `submit_hierarchy_creation` (~146 tokens)

Submit companies for organizational hierarchy creation. Identify parent-subsidiary relationships and organizational structure. Returns entity IDs for tracking hierarchy results.

Input parameters:

- `entities` (array, required): List of company objects with: - companyName: Company name (required)               Aliases: "name", "entityName"               Example: "Acme Corp", "Apple Inc" - country: Country name (required)…

### `get_request_status` (~96 tokens)

Get screening request status and results. Check if request is complete (PENDING/PROCESSING/COMPLETE/FAILED) and retrieve results. Returns organizational hierarchy, company verification, or deduplication screening data.

Input parameters:

- `request_id` (integer, required): Integer ID of the request to check (required)
- `screening_type` (string): Type of screening - "Verification", "Hierarchy", or "Dedup" (default: "Verification")

### `submit_duplicates` (~81 tokens)

Submit duplicate entities from file. Upload JSON, CSV, or Excel files containing duplicate account records for deduplication detection.

Input parameters:

- `file_content` (string, required): File content as base64 or raw text
- `file_name` (string): Original filename for reference
- `file_type` (string, required): File format: "json" | "csv" | "excel"

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/qorenext-it-qorenext-mcp/mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 65
- 2026-08-01: 65
- 2026-07-31: 64
- 2026-07-30: 63
- 2026-07-29: 63
- 2026-07-28: 60
- 2026-07-27: 56
- 2026-07-26: 56

## Links

- Remote endpoint: https://mcp.qorenext.com/mcp/
- Repository: https://github.com/qorenext-IT/qorenextMCP
- Changelog RSS feed: https://verifymcp.io/servers/qorenext-it-qorenext-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/qorenext-it-qorenext-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/qorenext-it-qorenext-mcp/mcp
