Segment MCP
Track events, identify users, and manage Segment sources, schemas, and destinations.
Overview
| Catalog ID | mcp-segment |
| Category | analytics |
| Auth method | API key |
| Blast radius | moderate |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
track_event | Track an analytics event. |
identify_user | Identify a user with traits. |
list_sources | List Segment sources. |
get_source_schema | Get schema for a source. |
list_destinations | List destinations. |
Tool parameters
track_event
Track an analytics event.
| Parameter | Type | Description | |
|---|---|---|---|
user_id | string | required | User ID |
event | string | required | Event name |
properties | object | optional | Event properties |
timestamp | string | optional | Event timestamp |
identify_user
Identify a user with traits.
| Parameter | Type | Description | |
|---|---|---|---|
user_id | string | required | User ID |
traits | object | required | User traits |
get_source_schema
Get schema for a source.
| Parameter | Type | Description | |
|---|---|---|---|
source_id | string | required | Source ID |
list_destinations
List destinations.
| Parameter | Type | Description | |
|---|---|---|---|
source_id | string | optional | Filter by source |
Installing
- In Cendriix, go to Settings → MCPs
- Find Segment and click Install
- Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
- Click Test Connection to run a health check and list available tools
Authentication. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
Blast radius
This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on