Skip to main content

eConnect MCP Server Overview

πŸ€– AI Integration

eConnect MCP Server

Bridge your AI assistant β€” Claude, ChatGPT, VS Code Copilot, and more β€” directly to your eConnect installation using the open Model Context Protocol (MCP). Query live data, search events, and run reports β€” all through natural language.

Model Context ProtocolClaude DesktopChatGPT DesktopVS Code CopilotReal-Time DataAES-256 Auth

The eConnect MCP Server bridges your AI assistants β€” Claude Desktop, VS Code Copilot, ChatGPT Desktop, and other agentic AI tools β€” directly to your eConnect installation using the Model Context Protocol (MCP).

Instead of logging into the eConnect portal to look up face detections, license plate reads, POS exceptions, or casino data, you simply ask your AI assistant in plain English and it fetches the data for you β€” in real time, from your eConnect server.

What Is MCP?​

Model Context Protocol (MCP) is an open standard that allows AI assistants (like ChatGPT, Claude, or GitHub Copilot) to connect to external tools and data sources. Once an MCP server is registered with your AI client, the AI can call eConnect functions on your behalf β€” searching data, listing events, running reports β€” all through natural language conversation.

Prerequisites​

Before getting started, make sure you have the following:

RequirementDetails
Supported AI clientChatGPT Desktop, Claude Desktop, VS Code with Copilot, or any MCP-compatible tool
eConnect accountA valid eConnect login with access to the modules you want to query
Network accessYour machine must be able to reach your eConnect server (directly or via the cloud endpoint)

Supported eConnect Modules​

The eConnect MCP Server provides access to all major eConnect modules:

ModuleCapabilities
🧠 Face RecognitionQuery enrolled subjects, search detections, match events, manage watch lists
πŸš— License Plate Recognition (LPR)Read LPR events, hot list lookups, detector status, plate history
πŸ›’ POS AnalyticsTransaction search, exception monitoring, register status, line-item drilldowns
🎰 Casino OperationsTable & slot sessions, player profiles, cage transactions, Title 31 compliance, aggregated stats

The server currently exposes 62 MCP tools across 7 categories and is updated with each eConnect release.

MCP Endpoint​

The public cloud-hosted MCP protocol endpoint is:

https://mcp.econnect.ai/mcp

This is the URL you register in your AI client (ChatGPT, Claude, VS Code, etc.) β€” tools are discovered automatically once you add it.

Web Interface vs. MCP Endpoint

The web information page at https://mcp.econnect.ai (without /mcp) is for humans β€” it has the quick-start guide and auth token generator. The /mcp path is the machine-facing MCP protocol endpoint used by your AI client.


Deployment Options​

If your eConnect installation is hosted in the cloud or is reachable from the internet, use the hosted MCP server at https://mcp.econnect.ai. No additional infrastructure is needed. Your AI client connects to this cloud service, which then securely communicates with your eConnect server using your encrypted auth token.

Your AI Client β†’ mcp.econnect.ai β†’ Your eConnect Server

On-Premises (Closed / Local Networks)​

If your eConnect installation is on a closed or private network, the MCP server container can be deployed locally alongside your eConnect install. Contact eConnect support to arrange deployment on:

  • The eConnect Linux server (if one is present in your environment)
  • A Linux-based Docker host or VM on your network

Once deployed locally, your AI client points to your internal MCP server URL instead of mcp.econnect.ai. This keeps all traffic on your private network.

Need On-Premises Deployment?

Contact eConnect support at support@econnect.tv or call 702-523-8786 to arrange local MCP server deployment for your environment.


How Authentication Works​

The MCP server logs in to eConnect as you and has access to exactly the same data your account is permitted to see β€” no more, no less.

Authentication works through an encrypted auth token:

  1. You generate a token from the Auth Token page (or by asking your AI directly).
  2. The token contains your eConnect server address and credentials, encrypted with AES-256-GCM.
  3. Tokens are valid for 7 days by default (configurable up to 30 days by your administrator) and are reusable across sessions until they expire.
  4. You paste the token into your AI chat session to authorize access.

See the Getting an Auth Token guide for step-by-step instructions.


Quick Navigation​

I want to...Go to...
Get my auth tokenGetting an Auth Token
Set up ChatGPT DesktopChatGPT Desktop Setup
Set up Claude DesktopClaude Desktop Setup
Set up VS Code / CopilotVS Code Setup
Use another AI agentOther AI Agents