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 Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
コメント