Add Nanobot Customer Service
@yt0912iii
Add Nanobot Customer Service について
一個基於 Model Context Protocol (MCP) 的智慧客服 RAG 伺服器。本工具允許 AI 客戶端(如 Cursor、Claude Desktop)透過標準化 Tool 呼叫直接檢索平台的操作說明、常見問題與遊客須知知識庫。具備嚴格的防瞎掰機制,查無資料時誠實告知,確保 AI 客服回答的百分之百準確性。
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"nanobot-customer-service": {
"command": "python",
"args": [
"mcp_server.py"
],
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Add Nanobot Customer Service?
Add Nanobot Customer Service is a Model Context Protocol (MCP) server built with Python and FastMCP. It transforms local knowledge base documents (RAG system) into standardized AI tools that can be called directly by AI clients such as Cursor and Claude Desktop, enabling accurate retrieval of platform operation information.
How to use Add Nanobot Customer Service?
Add the provided JSON configuration snippet to your AI client’s configuration file, adjusting the Python and script absolute paths as needed. The server runs the mcp_server.py script and exposes a search_customer_service_docs tool.
Key features of Add Nanobot Customer Service
- Provides a single tool:
search_customer_service_docs - Queries platform usage info, FAQs, and customer service documentation
- Built-in anti-hallucination guardrails prevent unsupported guesses
- Returns honest “no results” when nothing is found
- Designed for integration with Cursor and Claude Desktop
Use cases of Add Nanobot Customer Service
- AI assistants answering platform operation and feature questions
- Automated customer service responses based on curated knowledge base
- Reducing hallucinated answers when handling user inquiries about platform rules
- Enabling AI clients to retrieve accurate documentation without manual lookup
FAQ from Add Nanobot Customer Service
What does the search_customer_service_docs tool do?
It searches the knowledge base for platform usage information, frequently asked questions, and customer service documents. AI must call this tool when users ask about platform operations or visitor guidelines.
How is Add Nanobot Customer Service configured?
Add the JSON configuration shown in the README to your AI client’s mcpServers section, specifying the path to mcp_server.py and a Python interpreter.
Does Add Nanobot Customer Service prevent AI hallucinations?
Yes, it includes strict anti-hallucination guardrails. If no matching document is found, the tool will honestly report that no information is available rather than guessing.
What are the runtime dependencies?
The server requires Python and the FastMCP library, as it is built on the FastMCP architecture.
Which AI clients are supported?
The server is designed for MCP-compatible clients such as Cursor and Claude Desktop.
「データと分析」の他のコンテンツ
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
HubSpot MCP Server
peakmojoA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
コメント