Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

io.github.marcus160365/client-compass

io.github.marcus160365/client-compass

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

Uptime
100.0%
1 direct probes · 30d
Response
97ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
0
available

Tools · 11

health_check

Check the health status of the numbrU API

list_people

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

get_person

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

create_person

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

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 …

get_chat_messages

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

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.

get_me

Retrieve the authenticated user's profile information.

complete_profile

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

update_profile

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

generate_compass

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

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.marcus160365/client-compass": {
      "url": "https://numbru-mcp-server.numbru.workers.dev",
      "transport": "http"
    }
  }
}