# com.numbru/client-compass (remote · numbru-mcp-server.numbru.workers.dev)

Behavioral intelligence for client-facing professionals. Know who you're walking into.

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

## Components

- remote · `numbru-mcp-server.numbru.workers.dev`: 61/100 (this document), [markdown](https://verifymcp.io/servers/com-numbru-client-compass/numbru-mcp-server.md), [page](https://verifymcp.io/servers/com-numbru-client-compass/numbru-mcp-server)

## Channel facts

- Endpoint: `https://numbru-mcp-server.numbru.workers.dev`
- 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**: 46/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 11 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 not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 955 tokens (~86/item across 11 items; 11 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**: 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.
- **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 com-numbru-client-compass https://numbru-mcp-server.numbru.workers.dev/
```

### Codex

```toml
[mcp_servers.com-numbru-client-compass]
url = "https://numbru-mcp-server.numbru.workers.dev/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-numbru-client-compass": {
      "type": "remote",
      "url": "https://numbru-mcp-server.numbru.workers.dev/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-numbru-client-compass --url https://numbru-mcp-server.numbru.workers.dev/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-numbru-client-compass:
    url: "https://numbru-mcp-server.numbru.workers.dev/"
```

### Other

```json
{
  "mcpServers": {
    "com-numbru-client-compass": {
      "type": "http",
      "url": "https://numbru-mcp-server.numbru.workers.dev/"
    }
  }
}
```

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 61, +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 60, −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 62, +1)

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

### 2026-07-29 (score 61, +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-27 (score 60, +1)

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

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

First indexed and scored.

## MCP tools (11)

### `health_check` (~19 tokens)

Health Check

Check the health status of the numbrU API

### `list_people` (~114 tokens)

List People

Retrieve all people (clients) for the authenticated user. Optionally search by name.

Input parameters:

- `archetype` (string): Filter by behavioral archetype
- `pace` (string): Filter by preferred pace (e.g. quick, measured, deliberate)
- `search` (string): Search by name (partial match, case-insensitive)
- `tone` (string): Filter by tone (e.g. confident, collaborative, analytical)
- `voice` (string): Filter by communication voice (e.g. direct, warm, conversational)

### `get_person` (~40 tokens)

Get Person

Retrieve a single person (client) by their ID, including their Client Compass data.

Input parameters:

- `person_id` (string, required): The UUID of the person to retrieve

### `create_person` (~190 tokens)

Create Person

Create a new person (client). Generates their Client Compass automatically. Requires the user to have a profession set.

Input parameters:

- `dob` (string): Date of birth in YYYY-MM-DD format (optional, improves compass accuracy). Do not ask the user for this before calling — proceed with name only and let the engine handle it.
- `first_name` (string, required): First name (required)
- `is_first_interaction` (boolean): Is this the first interaction with this client? Default: true
- `key_parties` (array): Key parties involved (e.g. spouse, parent, colleague)
- `last_name` (string, required): Last name (required)
- `middle_name` (string): Middle name (optional)
- `must_haves_avoids` (string): Notes on must-haves or things to avoid
- `vertical` (string): Industry vertical override. Defaults to the user's profession if omitted.

### `batch_create_persons` (~112 tokens)

Batch Create Persons

Create up to 10 people (clients) in parallel and generate a Client Compass for each. Use this for re-engaging dormant leads — a name is enough. IMPORTANT: Return the full Start Here coaching for each person (ask_them, know_this, avoid_this) — do not summarize or create tables. Present each person's compass_summary_text and all three Start Here items in full.

Input parameters:

- `contacts` (array, required): Array of 1–10 contacts to profile. First and last name required for each.

### `get_chat_messages` (~69 tokens)

Get Chat Messages

Retrieve chat message history for a specific person (client). Returns messages in reverse chronological order.

Input parameters:

- `cursor` (string): Pagination cursor from a previous response
- `limit` (integer): Max messages to return (default: 50)
- `person_id` (string, required): The UUID of the person

### `send_chat_message` (~58 tokens)

Send Chat Message

Send a chat message about a specific person (client). The AI will respond with tailored advice based on the client's Compass profile.

Input parameters:

- `message` (string, required): The message to send
- `person_id` (string, required): The UUID of the person

### `get_me` (~15 tokens)

Get Current User

Retrieve the authenticated user's profile information.

### `complete_profile` (~137 tokens)

Complete Profile

Complete the user's profile (one-time signup). Sets name, profession, and generates a User Compass. Required before creating clients.

Input parameters:

- `dob` (string): Date of birth YYYY-MM-DD (optional, improves compass). Do not ask the user for this before calling — proceed with name only.
- `first_name` (string, required): First name (required)
- `last_name` (string, required): Last name (required)
- `maiden_name` (string): Maiden/birth name (optional)
- `middle_name` (string): Middle name (optional)
- `phone` (string): Phone number (optional)
- `profession` (string, required): Profession (required)

### `update_profile` (~113 tokens)

Update Profile

Update the user's profile settings. Can change name, profession, phone, DOB, or custom prompt.

Input parameters:

- `custom_prompt` (string): Custom instructions for AI interactions
- `dob` (string): Date of birth YYYY-MM-DD
- `first_name` (string): First name
- `last_name` (string): Last name
- `maiden_name` (string): Maiden/birth name
- `middle_name` (string): Middle name
- `phone` (string): Phone number
- `profession` (string): Profession

### `generate_compass` (~88 tokens)

Generate Compass

Generate a numbrU Compass profile for a person using the Compass engine. Returns personality insights, communication style, and relationship strategies.

Input parameters:

- `dob` (string): Date of birth in YYYY-MM-DD format (optional). If not provided, proceed with name only.
- `name` (string, required): Full name of the person
- `vertical` (string): Industry vertical (default: real_estate)

## Diagnostics

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

## Score history

- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 60
- 2026-07-31: 60
- 2026-07-30: 62
- 2026-07-29: 61
- 2026-07-28: 60
- 2026-07-27: 60
- 2026-07-26: 59

## Links

- Remote endpoint: https://numbru-mcp-server.numbru.workers.dev/
- Repository: https://github.com/marcus160365/numbru-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/com-numbru-client-compass/numbru-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-numbru-client-compass/numbru-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-numbru-client-compass/numbru-mcp-server
