Client Intelligence Hub
БесплатноНе проверенCentral source of truth for all client data. Syncs every connected platform on a schedule, normalizes it into one client workspace, and serves it to MTOS and AI
Описание
Central source of truth for all client data. Syncs every connected platform on a schedule, normalizes it into one client workspace, and serves it to MTOS and AI agents over MCP.
README
Central source of truth for all client data. Syncs every connected platform on a schedule, normalizes it into one client workspace, and serves it to MTOS and AI agents over MCP. See ARCHITECTURE.md for the full design.
Setup
Database — apply the schema to your Supabase project: paste
db/schema.sqlinto the Supabase SQL editor and run it.Environment —
.envneeds (in addition to the existing keys):DEFAULT_TENANT_ID=<uuid of your tenant row> SCHEDULER_TICK_SECONDS=60 # optional SYNC_DISABLED=true # optional: run API without syncingSeed — create the tenant and first clients (SQL editor):
insert into tenants (name) values ('Map Ranking') returning id; -- put that id in DEFAULT_TENANT_ID, then: insert into clients (tenant_id, name, website) values ('<tenant-id>', 'Acme Plumbing', 'https://acmeplumbing.com');Connect a provider — store encrypted credentials in
connectionsand link external accounts to clients via thelink_client_accountMCP tool (or SQL). Then enable its schedule:insert into sync_schedules (tenant_id, provider, interval_minutes) values ('<tenant-id>', 'clickup', 60);Run
npm install npm run dev # tsx watch npm run build && npm start
Endpoints
| Endpoint | Purpose |
|---|---|
POST /mcp |
MCP (Streamable HTTP). Auth: Authorization: Bearer $MCP_SECRET |
GET /health |
Liveness check |
Claude Code connection: claude mcp add --transport http hub http://localhost:3001/mcp --header "Authorization: Bearer <secret>"
Layout
db/schema.sql Postgres schema (canonical store)
src/core/ env, logger, db client
src/lib/crypto.ts AES-256-GCM for credentials at rest
src/connectors/ Connector SDK + implementations (clickup, gohighlevel, google/*) + stubs
src/store/ Repositories: clients, entities/metrics, assets, sync bookkeeping
src/sync/ Scheduler + sync engine + outbound push queue
src/mcp/server.ts The 16-tool MCP surface
src/http.ts Streamable HTTP transport + auth
legacy/ V1 prototype (stateless token-in-params proxy) — reference only
Adding a connector
- Create
src/connectors/<provider>.tsimplementingConnector(seeclickup.tsas the template —pullreceives decrypted credentials, identity links, and the saved cursor; returns normalized entities/metrics). - Replace its stub entry in
src/connectors/registry.ts. - Insert a
connectionsrow (encrypted credentials) and async_schedulesrow.
No core changes required.
Установка Client Intelligence Hub
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/MapRanking2026/mcp-client-intelligence-HubFAQ
Client Intelligence Hub MCP бесплатный?
Да, Client Intelligence Hub MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Client Intelligence Hub?
Нет, Client Intelligence Hub работает без API-ключей и переменных окружения.
Client Intelligence Hub — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Client Intelligence Hub в Claude Desktop, Claude Code или Cursor?
Открой Client Intelligence Hub на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Client Intelligence Hub with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
