Chatbot MCP
@AndersonHqds
关于 Chatbot MCP
A simple client and server mcp
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"chatbot-mcp": {
"command": "npx",
"args": [
"ts-node",
"server.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Chatbot MCP?
Chatbot MCP is an intelligent chatbot that uses the Model Context Protocol (MCP) to process natural language requests and perform operations such as CPF validation and recharge (add/subtract balance). It is built with TypeScript, Express.js, and OpenAI GPT-4, and is intended for developers who need a conversational interface for account management tasks.
How to use Chatbot MCP?
Install Node.js 18+, clone the repository, run npm install, and create a .env file with your OPENAI_API_KEY. Start the server with npx ts-node server.ts and the client with npx ts-node index.ts in a separate terminal. Then send natural language commands like “Realizar uma recarga de R$50 para o CPF 123.456.789-09” to perform recharge or debit operations.
Key features of Chatbot MCP
- Natural language processing using GPT-4
- Robust CPF validation (formatting, length, check digits)
- Recharge system with add and subtract operations
- Command-line interface for interaction
- REST API with MCP support
Use cases of Chatbot MCP
- Validate CPF numbers and perform balance recharge or debit
- Process natural language requests for account management
- Integrate an MCP-based chatbot into existing Node.js applications
FAQ from Chatbot MCP
What are the prerequisites for Chatbot MCP?
Node.js version 18 or higher, npm or yarn, and an OpenAI API key are required.
How do I run Chatbot MCP?
Start the server with npx ts-node server.ts and the client with npx ts-node index.ts in separate terminals.
What commands does Chatbot MCP support?
It supports natural language commands for recharge (e.g., “Realizar uma recarga de R$50 para o CPF 123.456.789-09”) and debit (e.g., “Realize um débito de x valor para o cpf y”).
How does CPF validation work?
The system accepts CPF with or without formatting (e.g., 123.456.789-09 or 12345678909), checks for exactly 11 digits, validates the check digits, and rejects CPFs with all identical digits.
What technologies does Chatbot MCP use?
It uses TypeScript, Express.js, OpenAI GPT-4, the Model Context Protocol (MCP), Zod for validation, and CORS for security.
AI 与智能体 分类下的更多 MCP 服务器
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
评论