Switchboard

Switchboard

Connects and cleans data from business systems like CRM, billing, and support, then exposes a read-only MCP tool for an AI assistant to generate revenue-risk reports.

Category
访问服务器

README

Switchboard

Connects business systems that don't talk to each other, cleans up their combined data, and puts a supervised AI assistant on top.

The problem, in plain English

Most companies run separate software for sales, billing, and customer support. Those systems don't share information. So every week, someone spends hours copying data between screens to answer basic questions like "which customers are we about to lose?" — and the answer is stale by the time it's assembled.

Switchboard is a working demonstration of the fix, built end-to-end by one engineer:

  1. Connect the three systems so information flows automatically instead of by hand.
  2. Clean and combine the data so there's one trustworthy record per customer.
  3. Put an AI assistant on top that writes the weekly revenue-risk report automatically — and can only take actions a human approves. Every action it takes is logged, and automated tests prove it can't do anything it wasn't given permission to do.

Anyone can verify the claims: one command (./scripts/demo.sh) runs the entire system and produces the report. No accounts, no API keys, nothing to sign up for.

Note for reviewers: the "customer" is a fictional company and all data is synthetic (enforced by automated checks — no real names, emails, or records anywhere). Real client work can't be published, so this project shows the same engineering on data you can inspect freely.

What's built and working today (Phase 0)

  • A simulated company's CRM that streams events and keeps a tamper-evident log of everything it sends — the measuring stick later phases test against.
  • An ingestion service that receives those events into a database (deliberately simple at this stage; the industrial-strength reliability layer is Phase 1).
  • A data-transformation step (dbt) that produces a clean, tested view of the data.
  • An AI-tool server (Model Context Protocol — the open standard for connecting AI assistants to business data) exposing exactly one read-only tool, with an automated safety test proving undeclared tools are rejected.
  • A worker that generates the Monday revenue-risk report from the unified data.
  • 16 automated tests, written test-first, all green; the whole pipeline runs from one command.

What's coming (built in phases, in public)

  • Phase 1 — Reliability: fault injection (dropped/duplicate/out-of-order events), exactly-once-style processing (idempotency keys, transactional outbox, dead-letter queue with replay), and a reconciliation test that proves zero events are lost under injected failures.
  • Phase 2 — Width: billing + support systems, identity resolution across mismatched records, a unified customer_360 model, automated test gates (CI).
  • Phase 3 — Agent depth: one carefully-bounded write action behind human approval with a full audit trail, plus an evaluation suite for report quality.
  • Phase 4 — Operations: monitoring dashboards, alerting, a live deployment, and a demo video.

For engineers

Architecture (current): chaos-oracle mock CRM (append-only JSONL ledger, written before webhook delivery) → Express 5/TypeScript ingest → Postgres raw events → dbt staging view (distinct on latest-state) → MCP server (official TS SDK, READ_TOOLS allowlist + rejection-text eval) → host worker (MCP client loop + LLM narrative; deterministic template fallback when ANTHROPIC_API_KEY is unset).

Read the engineering trail — the process is part of the artifact:

  • Design spec (rev 2) — architecture, build-vs-buy decisions, what was deliberately cut, revised after a 12-finding adversarial review
  • Phase 0 implementation plan — 8 TDD tasks
  • Phase 0 journal — what was planned vs. what actually happened (toolchain surprises, dependency drift, review findings and fixes)

Run it:

npm install
./scripts/demo.sh        # full pipeline: postgres → migrate → services → 50 events → dbt → report
cat out/monday-report.md

Tests require the database up:

docker compose up -d postgres
DATABASE_URL=postgres://switchboard:switchboard@localhost:5433/switchboard npm test

Stack: TypeScript / Node 22 · Express 5 · Postgres 16 · dbt · MCP TypeScript SDK · Anthropic SDK · Docker Compose. Planned in later phases: pg-boss (Phase 1), GitHub Actions CI (Phase 2), OpenTelemetry + Grafana (Phase 4).

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选