Skip to main content
The Tuner MCP Server is currently in Beta. Available actions and supported platforms may expand over time.

What You Can Do

The Tuner MCP Server gives your AI assistant full access to your workspace and Agent Settings configurations — both reading and writing.

Retrieve Information

ActionDescription
List Workspace AgentsView all agents in your workspace along with their current status and configuration
Get Agent DetailsRetrieve the full configuration of a specific agent, including its system prompt and settings
View Call OutcomesList all call outcome definitions configured for an agent
View User IntentsList all user intent categories defined for an agent
View Behavior ChecksList all evaluation rules currently active on an agent
View CapabilitiesList all allowed capabilities configured for an agent

Create & Update Configurations

ActionDescription
Manage Call OutcomesCreate, update, or delete call outcome definitions
Manage User IntentsDefine, modify, or remove user intent categories
Create Behavior ChecksAdd new evaluation rules for agent behavior
Configure CapabilitiesSet up or modify allowed capabilities for your agents
All actions performed through the MCP Server are applied to your Tuner workspace in real time. Changes made via your AI assistant are identical to changes made through the dashboard.

Prerequisites

Before connecting, make sure you have:
  1. An active Tuner accountSign up here if you haven’t already
  2. A supported AI assistant with the required subscription:
PlatformRequired Subscription
ChatGPT (chatgpt.com)Plus or higher
Claude (claude.ai)Pro or higher
Claude Code (Terminal)Pro or higher
Cursor (cusor.com)Any
Anti-GravityAny

Setup Guide

Choose your AI assistant below and follow the step-by-step instructions.

Connect Tuner to Claude

1

Open Connector Settings

In Claude, go to SettingsConnectors.
2

Add Custom Connector

Click Add Custom Connector and fill in the following:
  • Name: Tuner
  • URL: https://voice-api.staging.ginni.ai/mcp/
Click Add.
3

Connect and Authenticate

After adding the connector, click Connect. You will be redirected to Tuner to authenticate with your account. Sign in and authorize access.
4

Enable Tuner in Your Chat

When starting a new chat, click the + button in the message input, then go to Connectors and make sure Tuner is toggled on.
You can verify the connection by asking Claude: “What agents do I have in Tuner?”

Authentication

The Tuner MCP Server uses OAuth for authentication. When you connect for the first time, you will be redirected to Tuner’s sign-in page to authorize access. Once authenticated, your session remains active and you won’t need to re-authenticate unless you revoke access. For IDEs, The MCP server uses API-key authentication through an Authorization header. Get you API key from Tuner and use it asa bearer token when configuring the MCP in your IDE. All actions performed through the MCP Server respect your existing workspace permissions. You can only access and modify agents within workspaces you have access to.

Example Prompts

Once connected, try these prompts with your AI assistant:
“Add a new call outcome called ‘Appointment Booked’ with type Success. The definition should be: The customer successfully scheduled an appointment during the call.”
“Create a behavior check for my agent that verifies whether the agent confirmed the appointment date and time before ending the call.”
“Add the following user intents to my agent: Schedule Appointment, Reschedule Appointment, Cancel Appointment, and General Inquiry.”
“Show me all the call outcomes and user intents currently configured for my agent.”
“List all agents in my workspace and show me a summary of how each one is configured.”
“What behavior checks are currently active on my Customer Support agent? Show me the full list with their descriptions.”

Troubleshooting

Make sure you are using the correct MCP server URL: https://voice-api.staging.ginni.ai/mcp/. Verify that your Tuner account is active and that you have the required subscription on your AI platform.
Try disconnecting and reconnecting the Tuner connector. In Claude, go to SettingsConnectors and remove Tuner, then add it again. In ChatGPT, remove the app from SettingsApps and re-create it.
Make sure you have enabled Tuner for your current chat session. In Claude, check Connectors from the + menu. In ChatGPT, check More from the + menu and ensure Tuner is selected.
Ensure you are specifying the correct agent and workspace in your prompts. If the AI assistant is unsure which agent to modify, provide the agent name or ID explicitly in your message.

What’s Next?

Manage Tuner with MCP

Best practices and use cases for managing your agent with AI assistants.

Classifying Calls

Learn about call outcomes and user intents you can configure via MCP.

Creating Custom Evaluations

Understand behavior checks that you can create through your AI assistant.

Custom Integration

Send call data to Tuner via the REST API.