streamable-httpupdated 1mo ago
Behavioral intelligence for client-facing professionals. Client Compass generates a fixed, person-specific strategy brief from a name — what someone is protecting, how they decide, and the safest way to open a conversation.
What can you do with client compass?
numbrU — Client Compass MCP Server
Behavioral intelligence for client-facing professionals. Client Compass generates a fixed, person-specific strategy brief from a name — what someone is protecting, how they decide, and the safest way to open a conversation.
Tools
generate_compass— Generate a full Client Compass for any personget_person— Retrieve a saved client profilelist_people— List all clients in your accountcreate_person— Add a new clientbatch_create_persons— Add up to 10 clients at oncesend_chat_message— Send a strategy chat message about a clientget_chat_messages— Retrieve chat history for a clientcomplete_profile— Complete your numbrU account profileget_me— Retrieve your account informationhealth_check— Check server status
Server URL
https://numbru-mcp-server.numbru.workers.dev
Use Cases
- Real estate agents preparing for listing appointments
- Sales professionals before discovery calls
- Insurance producers before renewal conversations
- Customer success managers before QBRs
Authentication
API key via numbrU account. Get access at https://www.numbru.com
Built by
Marcus Combs, Founder — numbrU Inc. marcus@numbru.com
Install
Add client compass to your client. Pick the one you use.
claude mcp add --transport http client-compass https://numbru-mcp-server.numbru.workers.devcodex mcp add client-compass --url https://numbru-mcp-server.numbru.workers.dev{
"mcpServers": {
"client-compass": {
"url": "https://numbru-mcp-server.numbru.workers.dev"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"client-compass": {
"type": "http",
"url": "https://numbru-mcp-server.numbru.workers.dev"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"client-compass": {
"url": "https://numbru-mcp-server.numbru.workers.dev"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"client-compass": {
"serverUrl": "https://numbru-mcp-server.numbru.workers.dev"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
10 tools
client compass exposes 10 tools to a connected agent.
- generate_compass
- Generate a full Client Compass for any person
- get_person
- Retrieve a saved client profile
- list_people
- List all clients in your account
- create_person
- Add a new client
- batch_create_persons
- Add up to 10 clients at once
- send_chat_message
- Send a strategy chat message about a client
- get_chat_messages
- Retrieve chat history for a client
- complete_profile
- Complete your numbrU account profile
- get_me
- Retrieve your account information
- health_check
- Check server status
Score
50 / 100
Adequate
- Documentation8/25
- Maintenance16/25
- Trust6/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 45 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 10 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 22, 2026 |