mcpbeat

Client Compass MCP Server

com.numbru/client-compass
answering

Client Compass is answering right now. Last checked 11 min ago. It exposes 11 tools. Last commit 17 Jul 2026.

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

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
11
Tools
read from the server
190 ms
Response time
average over 24h
0
Stars
last commit 17 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add client-compass --transport http https://numbru-mcp-server.numbru.workers.dev
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "client-compass": {
      "url": "https://numbru-mcp-server.numbru.workers.dev"
    }
  }
}
~/.codex/config.toml
[mcp_servers.client-compass]
url = "https://numbru-mcp-server.numbru.workers.dev"
.cursor/mcp.json
{
  "mcpServers": {
    "client-compass": {
      "url": "https://numbru-mcp-server.numbru.workers.dev"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "client-compass": {
      "url": "https://numbru-mcp-server.numbru.workers.dev"
    }
  }
}

Available tools 11

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

person
create_person
Create a new person (client). Generates their Client Compass automatically. Requires the user to have a profession set.
get_person
Retrieve a single person (client) by their ID, including their Client Compass data.
batch
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.
chat
get_chat_messages
Retrieve chat message history for a specific person (client). Returns messages in reverse chronological order.
complete
complete_profile
Complete the user's profile (one-time signup). Sets name, profession, and generates a User Compass. Required before creating clients.
generate
generate_compass
Generate a numbrU Compass profile for a person using the Compass engine. Returns personality insights, communication style, and relationship strategies.
get
get_me
Retrieve the authenticated user's profile information.
health
health_check
Check the health status of the numbrU API
people
list_people
Retrieve all people (clients) for the authenticated user. Optionally search by name.
profile
update_profile
Update the user's profile settings. Can change name, profession, phone, DOB, or custom prompt.
send
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.

Endpoints

URLTransportStateLatencyChecked
https://numbru-mcp-server.numbru.workers.dev streamable-http answering 326 ms 11 min ago

Client Compass — questions

Answers built from our own checks of this server.

What can Client Compass do?
It exposes 11 tools, read directly from the server on our last check. Among them: batch_create_persons, complete_profile, create_person, generate_compass, get_chat_messages, get_me and 5 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Client Compass working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 190 ms. The bar chart above shows every period we have measured.
How do I connect Client Compass?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Client Compass need an API key?
No. Client Compass completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 11 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Client Compass?
It answers our handshake in 190 ms on average, which is faster than 65% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Client Compass open source?
Yes — written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.