Turbot pipes

Turbot pipes

Turbot Pipes is an intelligence, automation, and security platform built specifically for DevOps, offering hosted Steampipe database instances, shared dashboards, snapshots, and more.

7VIEWS
2214USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app turbot_pipesnpx @composio/cli add cursor --app turbot_pipesnpx @composio/cli add cursor --app turbot_pipesnpx @composio/cli add cursor --app turbot_pipes

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Authenticated Actor

Tool to retrieve the authenticated actor. use when you need details about the currently authenticated actor after obtaining a valid token.

List Actor Activity

Tool to list activities for the authenticated actor. use when you need detailed activity logs with optional filtering and pagination.

List Actor Connections

Tool to list connections associated with the authenticated actor. use after confirming authentication to retrieve the actor's connection list.

List Actor Organizations

Tool to list organizations associated with the authenticated actor. use when you have a valid access token.

List Actor Workspaces

Tool to list workspaces for the authenticated actor. use when you need to retrieve all workspaces the actor has access to.

Start Login Via Email

Tool to start login process by sending a confirmation code to a user's email. use when initiating a passwordless email login flow.

Get Identity

Tool to retrieve a specific identity by handle. use when you need details of an identity by its handle after authenticating.

Get Identity Avatar

Tool to retrieve avatar image for an identity. use when you need to display or download the user's avatar after knowing their identity handle.

List Identities

Tool to list all identities. use when you need to retrieve identities with optional filtering, sorting, and pagination after authentication.

List User Notifiers

Tool to list all notifiers for a user. use when you need to view a user's configured notification endpoints.

Delete User Token

Tool to delete a specific user token. use when you need to revoke a user's token after confirming handle and token id.

Get User Token

Tool to retrieve details of a specific user token. use when you need to inspect token metadata (e.g., creation time and scopes) after confirming the user handle and token id.

12 actions available