Sponsored by Deepsite.site

smallest.ai Customer Service Chatbot

创建者
VinayakTiwari1103a year ago
内容

smallest.ai Customer Service Chatbot

A TypeScript implementation of a Model Context Protocol (MCP) for customer service chatbots using smallest.ai API.

Features

  • TypeScript implementation with strong typing
  • Built with Bun for fast execution
  • Mock API for local development without needing API credentials
  • Context management for maintaining conversation state
  • Support for multiple languages and communication styles
  • Error handling and graceful fallbacks

Getting Started

Prerequisites

  • Bun installed on your system

Installation

  1. Clone this repository or create a new project:
mkdir smallestai-mcp
cd smallestai-mcp
  1. Initialize the project:
bun init -y
  1. Create the project structure:
mkdir -p src/types src/config src/services src/utils
  1. Copy the files from the provided implementation into the corresponding directories.

  2. Install dependencies:

bun add -d typescript @types/node

Running the Project

To run the project in development mode with the mock API:

bun start

Project Structure

smallestai-mcp/
├── src/
│   ├── types/
│   │   └── index.ts        # Type definitions
│   ├── config/
│   │   └── api.ts          # API configuration
│   ├── services/
│   │   ├── smallest-ai.ts  # API service with mock implementation
│   │   ├── translation.ts  # Language adaptation service
│   │   └── storage.ts      # Session storage service
│   ├── utils/
│   │   ├── context-manager.ts   # Conversation context management
│   │   └── response-processor.ts # Response processing utilities
│   └── index.ts            # Main application entry point
├── .env                    # Environment variables (create this file)
├── package.json            # Project configuration
└── tsconfig.json           # TypeScript configuration

Configuration

Create a .env file in the root directory with your API key (not required for mock mode):

SMALLEST_AI_API_KEY=your_api_key_here

Using the Chatbot

The main entry point for the chatbot is the customerServiceChat function in src/index.ts:

const response = await customerServiceChat(
  "Hello, I'm having an issue with my recent order", 
  "user-session-123",
  "Example Corp"
);
console.log(response);

Switching to the Real API

To use the real smallest.ai API instead of the mock implementation:

  1. Make sure you have a valid API key in your .env file
  2. Edit src/services/smallest-ai.ts to use the real API implementation instead of the mock

Customization

Knowledge Base

Populate the knowledge base in src/services/storage.ts with your company's products, policies, and FAQs.

Communication Style

Modify the communication styles in src/services/translation.ts to match your brand voice.

Adding Features

  • Add more follow-up action types in src/utils/response-processor.ts
  • Implement persistent storage in src/services/storage.ts
  • Add authentication and rate limiting

Production Deployment

Before deploying to production:

  1. Replace the mock API with the real API implementation
  2. Implement proper session storage (database)
  3. Add comprehensive error handling and logging
  4. Set up monitoring and alerts

License

MIT

推荐的 MCP Server
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Serper MCP ServerA Serper MCP Server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
DeepChatYour AI Partner on Desktop
ChatWiseThe second fastest AI chatbot™
Playwright McpPlaywright MCP server
WindsurfThe new purpose-built IDE to harness magic
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
CursorThe AI Code Editor
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Amap Maps高德地图官方 MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Tavily Mcp
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.