Overview
Model Context Protocol (MCP) lets Claude Code access your Telemetron support tools directly from the terminal. Once connected, Claude Code can query support cases, look up customer information, check device status, and use any other tools configured in your Telemetron organization — all without leaving your development environment.Prerequisites
- Claude Code installed and authenticated
- A Telemetron API key (found in Settings > Integrations)
Setup
1
Add the MCP Server
Run the following command in your terminal to register Telemetron as an MCP server:Replace
YOUR_API_KEY with your API key from Settings > Integrations in the Telemetron dashboard.2
Verify the Connection
Start a new Claude Code session and ask it to list available tools. You should see your Telemetron organization’s support tools available alongside Claude Code’s built-in tools.