A Model Context Protocol server bridging AI assistants to eConnect Core — face recognition, license plates, POS analytics, casino operations, and more.
Query enrolled subjects, search detections, match events, and manage watch lists through natural language.
Read LPR events, hot list lookups, detector status, and plate history queries.
Transaction searches, exception monitoring, register status, and line-item detail drilldowns.
Table & slot sessions, player profiles, cage transactions, Title 31 compliance, and aggregated stats.
Add this URL as an MCP server in ChatGPT Desktop, VS Code, or Claude Desktop.
eConnect) and paste the MCP endpoint URL shown aboveAdd to .vscode/mcp.json in your workspace:
{
"servers": {
"eConnect MCP": {
"type": "http",
"url": ""
}
}
}
Add to your claude_desktop_config.json:
{
"mcpServers": {
"eConnect MCP": {
"url": ""
}
}
}
Before you can query data you need to authenticate against your eConnect Core server. Use the Auth Token page to generate an encrypted token (click Copy with Prompt to get a ready-to-paste message), or ask your AI assistant directly:
"Get me an auth token for server myserver.example.com,
username admin, password admin"
Once you have a token, tell your AI assistant:
"Log in to eConnect using that token, then show me the installed plugins"
The assistant will call econnect_login → receive a session key →
call econnect_plugins to discover what's available (Face/LPR, POS, Casino, etc.).
Now just ask questions in natural language:
| Method | Path | Description |
|---|---|---|
| POST | /mcp |
MCP protocol — JSON-RPC over Streamable HTTP |
| GET | /auth/ |
Browser-based auth token generator |