# Aevum Security (remote · agents.aevumsecurity.com.sg)

Browse Aevum Security's Singapore cybersecurity services and submit a business enquiry.

- Trust score: 65/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `agents.aevumsecurity.com.sg`: 65/100 (this document), [markdown](https://verifymcp.io/servers/sg-com-aevumsecurity-agent-surface/agents.md), [page](https://verifymcp.io/servers/sg-com-aevumsecurity-agent-surface/agents)

## Channel facts

- Endpoint: `https://agents.aevumsecurity.com.sg/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## 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**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (submit_enquiry).
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 198 tokens (~66/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 80% 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 sg-com-aevumsecurity-agent-surface https://agents.aevumsecurity.com.sg/mcp
```

### Codex

```toml
[mcp_servers.sg-com-aevumsecurity-agent-surface]
url = "https://agents.aevumsecurity.com.sg/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sg-com-aevumsecurity-agent-surface": {
      "type": "remote",
      "url": "https://agents.aevumsecurity.com.sg/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add sg-com-aevumsecurity-agent-surface --url https://agents.aevumsecurity.com.sg/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  sg-com-aevumsecurity-agent-surface:
    url: "https://agents.aevumsecurity.com.sg/mcp"
```

### Other

```json
{
  "mcpServers": {
    "sg-com-aevumsecurity-agent-surface": {
      "type": "http",
      "url": "https://agents.aevumsecurity.com.sg/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 65, +1)

- [security] Tool “list_services” rewrote its description, which is the text the model reads
- [security] Tool “submit_enquiry” rewrote its description, which is the text the model reads
- [functional] Server version: 20260801T132622Z-6edf1e1d → 20260802T143212Z-f343cd12

### 2026-08-02 (score 64, 0)

- [functional] Server version: 20260730T013936Z-9562c5db → 20260801T132622Z-6edf1e1d

### 2026-08-01 (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-31 (score 63, +2)

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

### 2026-07-30 (score 61)

First indexed and scored.

## MCP tools (3)

### `list_services` (~41 tokens)

List services

Aevum Security's cybersecurity services: slug, name and a one-line summary. The slug is the service identifier accepted by get_service_details and submit_enquiry.

### `get_service_details` (~32 tokens)

Get service details

Full details of one Aevum Security service, by slug from list_services.

Input parameters:

- `service` (string, required)

### `submit_enquiry` (~125 tokens)

Submit an enquiry

Submits a business enquiry to Aevum Security on behalf of the caller's principal. Creates a real enquiry that a person reads and replies to within 1 business day; it cannot be withdrawn once submitted. Returns the enquiry id as proof of receipt. [MUTATING: requires an agent key passed as Authorization: Bearer on the HTTP connection]

Input parameters:

- `email` (string, required): Reply-to email address
- `message` (string, required): The enquiry itself
- `name` (string, required): Contact person's name
- `service` (required): Service slug from list_services, or 'general'

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/sg-com-aevumsecurity-agent-surface/agents#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 64
- 2026-08-01: 64
- 2026-07-31: 63
- 2026-07-30: 61

## Links

- Remote endpoint: https://agents.aevumsecurity.com.sg/mcp
- Website: https://aevumsecurity.com.sg/
- Changelog RSS feed: https://verifymcp.io/servers/sg-com-aevumsecurity-agent-surface/agents/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/sg-com-aevumsecurity-agent-surface/agents/changelog.json
- HTML version of this page: https://verifymcp.io/servers/sg-com-aevumsecurity-agent-surface/agents
