Sales Server
FreeNot checkedEnables users to query enterprise sales data from a local SQLite database and investigate anomalies through an inline dashboard with human-in-the-loop review bu
About
Enables users to query enterprise sales data from a local SQLite database and investigate anomalies through an inline dashboard with human-in-the-loop review buttons.
README
This is the companion repository for the blog post Interactive LangGraph UIs with MCP Apps: Serving Inline Cards for Human-in-the-Loop Agents.
The goal of this demo is to show a LangGraph skills agent inside an MCP client with an inline Prefab UI. The example uses a sales analytics skill, a local SQLite database, and human-in-the-loop review buttons.
Prerequisites
- Python 3.11+
- uv
- Make,
curl, andtar - An OpenAI API key, unless you configure the demo to use Ollama
- An MCP client that can launch a stdio server and render MCP Apps UI
Setup
Install the Python dependencies:
make install
Create your local environment file:
cp .env.example .env
Edit .env and set:
OPENAI_API_KEY=sk-...
Seed the demo database:
make seed
Run
Start the sales MCP server:
make sales-mcp
In a second terminal, start the LangGraph skills agent:
make skills-agent
Keep both terminals running while you use the demo.
MCP Client
Add this server command to your MCP client config:
uv --directory /ABSOLUTE/PATH/TO/langgraph-mcp-prefab-ui run python -m langgraph_prefab_ui.prefab_server
Use these environment variables for that MCP server:
LANGGRAPH_URL=http://127.0.0.1:2024
LANGGRAPH_ASSISTANT_ID=skills_agent
Replace /ABSOLUTE/PATH/TO/langgraph-mcp-prefab-ui with the path to your clone.
Then ask your MCP client:
Show 2025 enterprise sales and investigate anomalies.
You should see an inline dashboard with the sales trend, source rows, and Investigate / Dismiss buttons.
Notes
- Start
make sales-mcpbeforemake skills-agent. - The first
make skills-agentrun downloads the pinned skills-agent release into.skills-agent/.
Installing Sales Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/pessini/langgraph-mcp-prefab-uiFAQ
Is Sales Server MCP free?
Yes, Sales Server MCP is free — one-click install via Unyly at no cost.
Does Sales Server need an API key?
No, Sales Server runs without API keys or environment variables.
Is Sales Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Sales Server in Claude Desktop, Claude Code or Cursor?
Open Sales Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
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
by 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
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolCompare Sales Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
