Integration Quickstart
- Sign in to Tensient and open your workspace settings.
- Go to the DEVELOPER tab and click GENERATE NEW KEY.
- Copy the key immediately. It is shown once.
- Paste this into your MCP client configuration:
{
"mcpServers": {
"tensient": {
"url": "https://tensient.com/api/mcp",
"headers": {
"Authorization": "Bearer tns_YOUR_KEY_HERE"
}
}
}
}Test connection by asking your agent to run list_signals or list_conversations.