IBM Sales Guidance MCP Server
Enables Bob to ask questions to IBM AskSales, search playbooks and competitive intel, generate client roadmaps, and check Watson + AskSales connectivity status.
README
IBM Sales Guidance Tool — MCP Server
An MCP (Model Context Protocol) server that exposes the IBM Sales Guidance Tool as tools Bob can invoke directly from chat.
Once registered, Bob can:
- Ask the IBM AskSales AI assistant questions about products, deals, and competitors
- Search IBM AskSales content (playbooks, battle cards, competitive intel)
- Generate a full 4-section Client Roadmap for any named account
- Check live Watson Assistant + AskSales connectivity status
Tools
| Tool | Description |
|---|---|
sales_guidance_diag |
Check Watson + AskSales connectivity and latency — run this first when debugging |
sales_guidance_chat |
Ask the AskSales Watson Assistant a question (product knowledge, objections, strategy) |
sales_guidance_asksales |
Search IBM AskSales content library for playbooks or competitive intel |
sales_guidance_roadmap |
Generate a full 4-section IBM Client Roadmap (takes 30–90s) |
Setup
1. Install dependencies and build
cd sales-guidance-mcp
npm install
npm run build
2. Register with Bob
Add the following to your .bob/mcp.json (workspace scope):
{
"mcpServers": {
"sales-guidance": {
"command": "node",
"args": ["/absolute/path/to/sales-guidance-mcp/build/index.js"],
"env": {
"SALES_GUIDANCE_URL": "https://ibm-sales-guidance-tool.2ck01rg2j69e.us-east.codeengine.appdomain.cloud",
"SELLER_EMAIL": "your.email@ibm.com"
}
}
}
}
Replace /absolute/path/to/sales-guidance-mcp with the real path on your machine.
3. Verify
Ask Bob: "Check the sales guidance tool status" — it will call sales_guidance_diag and report Watson + AskSales connectivity.
Configuration
All config is via environment variables in the env block of mcp.json:
| Variable | Required | Default | Description |
|---|---|---|---|
SALES_GUIDANCE_URL |
✅ Yes | — | Base URL of the deployed Sales Guidance Tool |
SELLER_EMAIL |
No | ibm-bob@ibm.com |
IBM seller email passed to Watson as user_id and email_address skill variable |
REQUEST_TIMEOUT_MS |
No | 100000 |
HTTP timeout in ms. Roadmap calls can take up to 90s — keep this above 90000. |
Architecture
Bob (chat) ──── MCP tool call ────► sales-guidance-mcp (stdio)
│
│ HTTPS
▼
IBM Sales Guidance Tool
(Code Engine, us-east)
│
┌──────────┴──────────┐
│ │
Watson Assistant IBM AskSales
(AskSales skill) (when configured)
The MCP server is a thin HTTP client — it calls the deployed Next.js app's API routes over HTTPS. No local services, no Docker, no credentials stored in this repo.
Known issues
Watson Assistant / AskSales outage (2026-07-21)
IBM reported degradation on IBM product queries in Watson Assistant / AskSales. Symptoms: sales_guidance_chat and sales_guidance_roadmap time out. Run sales_guidance_diag — if watson.latencyWarning is set, the outage is still active. Retry later.
AskSales search returns empty results
sales_guidance_asksales requires real AskSales credentials on the server side (ASKSALES_API_URL, ASKSALES_API_KEY). Run sales_guidance_diag — if asksales.enabled is false, placeholder credentials are in use and this is expected.
Roadmap timeout
The sales_guidance_roadmap tool has a 100s client timeout (default). Watson takes 30–90s to generate a full 4-section roadmap. If you consistently hit timeouts, set REQUEST_TIMEOUT_MS=120000 in the env block.
Development
npm run build # compile TypeScript → build/index.js
npm run dev # watch mode
The source is a single file: src/index.ts. Each tool is registered with server.registerTool() using the MCP SDK v2 API.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。