Skip to main content
Feedback

Turbine Labs MCP connector

Turbine Labs is a service mesh and routing platform that manages traffic configuration and infrastructure changes across distributed services. The Turbine Labs MCP connector allows AI agents to manage access tokens, retrieve account information, and query organizational change logs with custom filters. It also supports tracking configuration changes across clusters, domains, routes, shared rules, and zones to monitor service mesh updates.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Turbine Labs MCP connector to perform the following actions:

  • Automate cluster creation and configuration across service mesh environments
  • Manage routing rules and traffic policies without manual intervention
  • Track all infrastructure changes with detailed audit logs and change history
  • Provision listener and proxy instances to support dynamic traffic management
  • Control access to Turbine Labs through programmatic token management
  • Update domain and routing configurations in real time during deployments
  • Monitor service mesh changes across clusters, zones, and routes automatically

Example prompts

Use the following example prompts to invoke Turbine Labs MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a new cluster in Turbine Labs for our production environment.
  • Show me all changes made to routes in Turbine Labs over the last week.
  • Delete the listener we created for the legacy API in Turbine Labs.
  • Add five new instances to our east-zone cluster in Turbine Labs.
  • List all proxies currently configured in Turbine Labs.
  • Generate a new access token in Turbine Labs for our deployment pipeline.
  • Modify the domain configuration for api.example.com in Turbine Labs.
  • What changes have been made to our shared routing rules in Turbine Labs?
  • Remove instances from the staging cluster in Turbine Labs.
  • Get the details of the listener handling traffic on port 8080 in Turbine Labs.

Turbine Labs MCP connector tools

The Turbine Labs MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
getAdminUserSelfRetrieves the user account details for the authenticated user making the request.
deleteAdminUserSelfAccessTokenRemoves a specified access token associated with the authenticated user.
getAdminUserSelfAccessTokensLists all access tokens configured for the authenticated user's account.
createAdminUserSelfAccessTokensGenerates a new access token and associates it with the authenticated user.
getChangelogAdhocRetrieves change log entries matching custom filter criteria for the organization.
getChangelogClusterGraphRetrieves change log entries related to a specified cluster.
getChangelogDomainGraphRetrieves change log entries related to a specified domain.
getChangelogRouteGraphRetrieves change log entries related to a specified route.
getChangelogSharedRulesGraphRetrieves change log entries related to specified shared rules.
getChangelogZoneRetrieves change log entries for modifications within a specified zone.
getClusterLists all clusters in the organization.
createClusterCreates a new cluster with the specified configuration.
getCluster2Retrieves details for a specific cluster.
updateClusterModifies the configuration of an existing cluster.
deleteClusterRemoves a cluster from the organization.
createClusterInstancesAdds a new instance to an existing cluster.
deleteClusterInstancesRemoves an instance from a cluster.
getDomainLists all domains in the organization.
createDomainCreates a new domain with the specified settings.
getDomain2Retrieves details for a specific domain.
deleteDomainRemoves a domain from the organization.
getListenerLists all listeners in the organization.
createListenerCreates a new listener with the specified configuration.
getListener2Retrieves details for a specific listener.
updateListenerModifies the configuration of an existing listener.
deleteListenerRemoves a listener from the organization.
getProxyLists all proxies in the organization.
createProxyCreates a new proxy with the specified configuration.
getProxy2Retrieves details for a specific proxy.
deleteProxyRemoves a proxy from the organization.
getRouteGet routes.
createRouteCreate route.
getRoute2Get route.
updateRouteModify route.
deleteRouteDelete route.
getSharedRulesGet shared_rules.
createSharedRulesCreate shared_rules.
getSharedRules2Get shared_rules object.
updateSharedRulesModify shared_rules object.
deleteSharedRulesDelete shared_rules object.
getZoneGet a list of zones.
createZoneCreate zone.
getZone2Get zone.
deleteZoneDelete zone.
On this Page