# NEUS MCP (remote · mcp.neus.network)

Portable identity, authority, trust receipts, and Vault secrets before sensitive AI actions.

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

## Components

- remote · `mcp.neus.network`: 73/100 (this document), [markdown](https://verifymcp.io/servers/neus-neus-mcp/mcp.md), [page](https://verifymcp.io/servers/neus-neus-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.neus.network/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.3.8`

## 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**: 89/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 1294 tokens (~99/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **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 neus-neus-mcp https://mcp.neus.network/mcp
```

### Codex

```toml
[mcp_servers.neus-neus-mcp]
url = "https://mcp.neus.network/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add neus-neus-mcp --url https://mcp.neus.network/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  neus-neus-mcp:
    url: "https://mcp.neus.network/mcp"
```

### Other

```json
{
  "mcpServers": {
    "neus-neus-mcp": {
      "type": "http",
      "url": "https://mcp.neus.network/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-02 (score 73, +1)

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

### 2026-07-31 (score 72, +7)

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

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

- [security] First check of Authorization: partial
- [functional] MCP protocol: Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server
- [functional] Server version: 1.3.7 → 1.3.8

### 2026-07-29 (score 65, +1)

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

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

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

### 2026-07-27 (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-26 (score 63)

First indexed and scored.

## MCP tools (13)

### `neus_context` (~28 tokens)

Start here. Load the signed-in profile, available trust checks, and recommended workflow for this session.

### `neus_verifiers_catalog` (~38 tokens)

List available trust checks, supported networks, and required inputs. Use this when a check needs details that are not already in the session context.

### `neus_proofs_check` (~69 tokens)

Check whether existing trust receipts meet the requested requirements. This is read-only and never creates a receipt. Omit the wallet when signed in.

Input parameters:

- `minCount` (number)
- `requireAll` (boolean)
- `verifiers` (array, required)
- `wallet` (string)

### `neus_verify` (~88 tokens)

Create or refresh a trust receipt after checking that one is needed. Omit the wallet when signed in; the session authorizes the request.

Input parameters:

- `chain` (string)
- `data` (object)
- `options` (object)
- `signature` (string)
- `signedTimestamp` (number)
- `verifierIds` (array, required)
- `walletAddress` (string)

### `neus_verify_or_guide` (~82 tokens)

Reuse a qualifying trust receipt or return the one next step needed to complete the check. Omit the wallet when signed in.

Input parameters:

- `chain` (string)
- `data` (object)
- `options` (object)
- `requireAll` (boolean)
- `verifierIds` (array, required)
- `walletAddress` (string)

### `neus_proofs_get` (~137 tokens)

Read current trust receipt details for a wallet or DID, including titles, tags, status, and content. Omit the wallet when signed in.

Input parameters:

- `agentWallet` (string)
- `identifier` (string)
- `include` (string)
- `limit` (number)
- `offset` (number)
- `q` (string)
- `scope` (string)
- `searchQuery` (string)
- `tagContains` (string)
- `tagPrefix` (string)
- `tagPrefixesAll` (string)
- `tags` (string)
- `verifierId` (string)

### `neus_me` (~29 tokens)

Refresh the signed-in profile or look up a public profile by wallet or DID.

Input parameters:

- `identifier`

### `neus_agent_link` (~53 tokens)

Check whether a Trusted Agent has the identity and permission needed to act. Returns ready or one setup step.

Input parameters:

- `agentId` (string)
- `agentWallet` (string, required)
- `principal` (string)

### `neus_agent_create` (~233 tokens)

Create or finish a Trusted Agent’s identity and permissions. Keep the same agentId and agentWallet on retries, follow the returned next step, then use neus_agent_link to confirm readiness.

Input parameters:

- `agentId` (string, required)
- `agentLabel` (string)
- `agentType` (string)
- `agentWallet` (string)
- `capabilities` (array)
- `chain` (string)
- `controllerWallet` (string)
- `defaultRuntime` (object)
- `delegationAllowedActions` (array)
- `delegationApprovalPolicy` (object)
- `delegationDeniedActions` (array)
- `delegationInstructions` (string)
- `delegationRuntimePolicy` (object)
- `delegationSkills` (array)
- `description` (string)
- `expiresAt` (number)
- `instructions` (string)
- `maxSpend` (string)
- `permissions` (array)
- `preset` (string)
- `returnUrl` (string)
- `scope` (string)
- `services` (array)
- `skills` (array)

### `neus_agent_mount` (~61 tokens)

Connect agent context by loading a Trusted Agent’s identity, permissions, skills, and current settings.

Input parameters:

- `agentId` (string)
- `agentWallet` (string)
- `controllerWallet` (string)
- `identityQHash` (string)

### `neus_secret_create` (~68 tokens)

Store a secret, such as an API key, as an encrypted record. Tools never return the saved value.

Input parameters:

- `alias` (string, required)
- `content` (string, required)
- `secretType` (string)
- `tags` (array)
- `walletAddress` (string, required)

### `neus_secret_list` (~46 tokens)

List saved secret names, types, and update times without exposing their values.

Input parameters:

- `limit` (number)
- `offset` (number)
- `walletAddress` (string, required)

### `neus_secret_revoke` (~39 tokens)

Revoke a saved secret so it can no longer be used.

Input parameters:

- `qHash` (string, required)
- `walletAddress` (string, required)

## Diagnostics

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

## Score history

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

## Links

- Remote endpoint: https://mcp.neus.network/mcp
- Repository: https://github.com/neus/network
- Website: https://docs.neus.network/install
- Changelog RSS feed: https://verifymcp.io/servers/neus-neus-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/neus-neus-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/neus-neus-mcp/mcp
