Back to Home
steveo2023 icon

tealium-mcp-server

Verified Safe

by steveo2023

Overview

Hosts a Model Context Protocol (MCP) server to provide real-time visitor profile lookups from Tealium CDP.

Installation

Run Command
node server.js

Environment Variables

  • API_KEY_<ID>
  • TEALIUM_PROFILE_<ID>
  • PORT

Security Notes

The server securely handles Tealium authentication by using client-provided credentials per request and caching tokens, rather than storing them. MCP API keys are configured via environment variables and map to specific Tealium accounts/profiles. There are no evident uses of 'eval' or hardcoded secrets. CORS is enabled by default for all origins, which is common for APIs but could be tightened if stricter access control is desired. The `ADMIN_KEY` is mentioned in the README but not implemented in the provided source code, so there's no administrative API surface to audit.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens400
Stars0
Forks0
Last Update2025-11-23

Tags

TealiumCDPVisitor ProfileMCPAPI