Sales MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sales MCP ServerShow 2025 enterprise sales and investigate anomalies."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LangGraph MCP Prefab UI Demo
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+
Make,
curl, andtarAn 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
Related MCP server: querywise-mcp
Setup
Install the Python dependencies:
make installCreate your local environment file:
cp .env.example .envEdit .env and set:
OPENAI_API_KEY=sk-...Seed the demo database:
make seedRun
Start the sales MCP server:
make sales-mcpIn a second terminal, start the LangGraph skills agent:
make skills-agentKeep 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_serverUse these environment variables for that MCP server:
LANGGRAPH_URL=http://127.0.0.1:2024
LANGGRAPH_ASSISTANT_ID=skills_agentReplace /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/.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceEnables natural language interaction with heterogeneous databases (MySQL and PostgreSQL) for CRUD operations across customer, product, and sales data with intelligent query routing and visualization capabilities.
- AlicenseAqualityAmaintenanceQuery SQL databases (SQLite, PostgreSQL, BigQuery, Databricks) in natural language through a business semantic layer — glossary, metrics, and a data dictionary grounded against your real schema. Read-only by default, with an embedded SQLite + sqlite-vec metadata store and no external infra required.252MIT
- Flicense-qualityCmaintenanceEnables AI to query a business database for customers, orders, and revenue using natural language through safe, well-defined tools.
- Flicense-qualityBmaintenanceEnables natural language sales analysis by connecting to a SQLite database, generating charts, and exporting results to CSV/Excel.
Related MCP Connectors
The grounded data layer for any LLM: governed SQL, metrics, lineage and catalog over your data.
Query PostgreSQL databases in plain English — LLM-generated, safety-validated SQL.
Run SOQL queries to explore and retrieve Salesforce data. Access accounts, contacts, opportunities…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pessini/langgraph-mcp-prefab-ui'
If you have feedback or need assistance with the MCP directory API, please join our Discord server