Composite MCP Sales Intelligence
Bridges ConnectWise PSA and TD Synnex StreamOne distributor into composite sales workflows via MCP, providing tools for customer profiles, upsell suggestions, price comparison, quote building, renewal radar, and opportunity enrichment.
README
Composite MCP Sales Intelligence
Inside sales intelligence for an MSP — bridges ConnectWise (PSA) and TD Synnex StreamOne (distributor) into composite sales workflows via MCP.
Components
1. Sales Agent (sales_agent/)
MCP server with 6 composite tools for sales workflows:
| Tool | Description |
|---|---|
customer_profile |
Aggregates CW company + agreements + configs + tickets + TD Synnex subs |
suggest_upsells |
Analyzes stack gaps, suggests products from TD Synnex catalog |
price_comparison |
TD Synnex cost vs CW sell price — margin per product |
build_quote |
Creates TD Synnex cart as draft quote |
renewal_radar |
Upcoming CW agreement + TD Synnex subscription expirations |
opportunity_enrichment |
Enriches CW opportunity with customer context + catalog matches |
2. TD Synnex StreamOne Adapter (tdsynnex/)
Full StreamOne Ion V3 API client + 15-tool MCP server for direct distributor operations.
API Coverage: Auth (OAuth2 with token rotation), Customers, Catalog, Orders, Subscriptions, Carts, Provisioning.
Setup
# Python 3.10+ required
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
# Configure credentials
cp .env.example .env
# Fill in CW + TD Synnex credentials
Running
Sales Agent MCP Server
python -m sales_agent.mcp.server
TD Synnex MCP Server
python -m tdsynnex.mcp.server
Claude Code Integration
Add to your .mcp.json:
{
"mcpServers": {
"composite-mcp": {
"command": "python",
"args": ["-m", "sales_agent.mcp.server"],
"cwd": "/path/to/composite-mcp",
"env": {
"CW_SITE_URL": "https://your-instance.connectwise.com/v4_6_release/apis/3.0",
"CW_COMPANY_ID": "your_company_id",
"CW_PUBLIC_KEY": "...",
"CW_PRIVATE_KEY": "...",
"CW_CLIENT_ID": "...",
"TDSYNNEX_HOSTNAME": "...",
"TDSYNNEX_ACCOUNT_ID": "...",
"TDSYNNEX_REFRESH_TOKEN": "..."
}
},
"tdsynnex": {
"command": "python",
"args": ["-m", "tdsynnex.mcp.server"],
"cwd": "/path/to/composite-mcp",
"env": {
"TDSYNNEX_HOSTNAME": "...",
"TDSYNNEX_ACCOUNT_ID": "...",
"TDSYNNEX_REFRESH_TOKEN": "..."
}
}
}
}
Stack
- Python 3.10+
- httpx (async HTTP)
- pydantic / pydantic-settings (config)
- MCP Python SDK (tool serving)
- Ollama (future — AI-powered product matching)
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.