MCP Servers
Connect external tools and services to AI SmartTalk using the Model Context Protocol (MCP). MCP is an open standard that lets AI assistants interact with external systems through a unified interface.
Overview
The MCP Server integration enables you to:
- Connect any MCP-compatible server
- Expose tools for your AI to call during conversations
- Access external data through standardized protocols
- Extend capabilities without custom development
What is MCP? Model Context Protocol is an open standard (developed by Anthropic) that allows AI systems to securely connect to external data sources and tools.
Prerequisites
Before you begin, ensure you have:
- An active AI SmartTalk account
- Access to an MCP server (self-hosted or third-party)
- MCP server URL and authentication credentials
- Understanding of which tools the MCP server exposes
How MCP Works
┌─────────────────┐ ┌─────────────────┐ ┌───── ────────────┐
│ User Query │────▶│ AI SmartTalk │────▶│ MCP Server │
│ │ │ (AI Agent) │ │ │
│ "Check my CRM" │ │ │ │ - CRM tools │
│ │◀────│ Processes query │◀────│ - DB queries │
│ Response │ │ Calls MCP tools │ │ - File access │
└─────────────────┘ └─────────────────┘ └─────────────────┘
- User asks a question that requires external data
- AI SmartTalk recognizes it needs an MCP tool
- MCP server is called with the appropriate tool
- Response is returned and AI formulates answer
Step-by-Step Setup
Step 1: Access MCP Integration
- Log into your AI SmartTalk account
- Navigate to Settings → Integrations
- Find MCP Servers and click Add Server
Step 2: Configure the MCP Server
Enter your MCP server details:
| Field | Description |
|---|---|
| Server Name | Friendly name for this connection |
| Server URL | MCP server endpoint (e.g., https://mcp.example.com) |
| Transport | SSE (Server-Sent Events) or WebSocket |
| Authentication | API key, OAuth, or none |