Acme Operations Assistant
БесплатноНе проверенMCP server providing business tools for customer support and account management, integrated with SQLite, OpenAI, and Streamlit.
Описание
MCP server providing business tools for customer support and account management, integrated with SQLite, OpenAI, and Streamlit.
README
A client-ready demo: an AI operations assistant for customer support and account managers, built on the Model Context Protocol.
Stack: MCP server → SQLite business data → OpenAI → Streamlit UI
Why this is a “real” project
- Business domain — customers, orders, support tickets (not
hello worldmath) - Persistent data — seeded SQLite database you can reset and extend
- Transparent tool calls — the UI shows exactly which MCP tools ran and what they returned
- Portable integration — the same MCP server works in Cursor, custom apps, or OpenAI Agents SDK
Quick start (client demo)
cd /apps/tmp/mcp-servers
python3 -m venv .venv && source .venv/bin/activate
pip install -e ".[demo]"
export OPENAI_API_KEY=sk-...
streamlit run demo_app.py
Open http://localhost:8501 and use the sidebar scenario buttons.
Full presenter script: DEMO.md
Project layout
| File | Purpose |
|---|---|
server.py |
MCP server — 7 business tools over stdio |
ops_db.py |
SQLite schema + demo seed data |
demo_app.py |
Streamlit chat UI for presentations |
assistant.py |
OpenAI ↔ MCP bridge (shared by UI and CLI) |
client.py |
Smoke test MCP tools (no API key) |
openai_chat.py |
CLI assistant |
openai_agent.py |
Same flow via OpenAI Agents SDK |
MCP tools
| Tool | Description |
|---|---|
search_customers |
Search by name, id, email, industry |
get_customer |
Full customer profile |
get_order |
Order status + line items |
list_customer_orders |
Order history for a customer |
list_open_tickets |
Open support tickets |
create_support_ticket |
Create ticket (writes to DB) |
account_summary |
Executive snapshot for an account |
Commands
# UI demo (recommended for clients)
streamlit run demo_app.py
# MCP smoke test — no OpenAI key
python client.py
# CLI assistant
python openai_chat.py "Account summary for CUST-1003"
# Reset demo database
python scripts/reset_demo_data.py
Connect to OpenAI (details)
The MCP server uses stdio. Your app must spawn it (as demo_app.py and assistant.py do).
- Chat Completions bridge:
assistant.py/openai_chat.py - Agents SDK:
openai_agent.py—pip install -e ".[agents]" - Responses API (remote URL): deploy server over HTTP; see OpenAI MCP guide
Cursor / Claude Desktop
{
"mcpServers": {
"acme-operations": {
"command": "/apps/tmp/mcp-servers/.venv/bin/python",
"args": ["/apps/tmp/mcp-servers/server.py"]
}
}
}
Next steps for production
- Replace SQLite with CRM/ERP APIs behind the same tool names
- Add auth (OAuth) per user and row-level access on tools
- Require human approval for
create_support_ticketin production - Deploy MCP over HTTP + host the Streamlit app behind SSO
Установить Acme Operations Assistant в Claude Desktop, Claude Code, Cursor
unyly install acme-operations-assistantСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add acme-operations-assistant -- uvx --from git+https://github.com/yesidevelop/simple-mcp-server acme-operations-mcpFAQ
Acme Operations Assistant MCP бесплатный?
Да, Acme Operations Assistant MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Acme Operations Assistant?
Нет, Acme Operations Assistant работает без API-ключей и переменных окружения.
Acme Operations Assistant — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Acme Operations Assistant в Claude Desktop, Claude Code или Cursor?
Открой Acme Operations Assistant на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Acme Operations Assistant with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
