io.github.marcus160365/client-compass
io.github.marcus160365/client-compassBehavioral intelligence for client-facing professionals. Know who you're walking into.
Tools · 11
Check the health status of the numbrU API
Retrieve all people (clients) for the authenticated user. Optionally search by name.
Retrieve a single person (client) by their ID, including their Client Compass data.
Create a new person (client). Generates their Client Compass automatically. Requires the user to have a profession set.
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 …
Retrieve chat message history for a specific person (client). Returns messages in reverse chronological order.
Send a chat message about a specific person (client). The AI will respond with tailored advice based on the client's Compass profile.
Retrieve the authenticated user's profile information.
Complete the user's profile (one-time signup). Sets name, profession, and generates a User Compass. Required before creating clients.
Update the user's profile settings. Can change name, profession, phone, DOB, or custom prompt.
Generate a numbrU Compass profile for a person using the Compass engine. Returns personality insights, communication style, and relationship strategies.
Similar MCP servers embedding-nearest
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"
}
}
}