TORQUEDocs

Quick Start

Install and connect the Torque MCP server in under 2 minutes

Installation

Choose your MCP client and run the appropriate setup.

claude mcp add torque -- npx @torque-labs/mcp@latest

With an auth token:

claude mcp add torque -e TORQUE_API_TOKEN=your-token -- npx @torque-labs/mcp@latest

With a Solana private key:

claude mcp add torque -- npx @torque-labs/mcp@latest --privateKey your-base58-key

Prerequisites

First Session

Once the server is connected, your AI assistant has access to all Torque tools. Here's a typical first session:

1

Check authentication

The assistant calls auth({ action: "status" }). If unauthenticated, it calls auth({ action: "login", authToken: "your-token" }) (or auth({ action: "login" }) when a wallet private key is configured).

"Authenticate with Torque using this token: your-token"

2

Select a project

List your projects and set one active:

"Show me my Torque projects and set one as active"

3

Load project context

The assistant calls get_ai_context to pull in your project's domain info, token/program addresses, and any admin-provided notes — this grounds all subsequent parameter choices.

4

Create an incentive

Use the guided workflow:

"Create a new incentive for my project"

The assistant walks through action type → query generation → preview → reward configuration → confirm.

Quick Start - Torque Docs