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@latestWith an auth token:
claude mcp add torque -e TORQUE_API_TOKEN=your-token -- npx @torque-labs/mcp@latestWith a Solana private key:
claude mcp add torque -- npx @torque-labs/mcp@latest --privateKey your-base58-keyPrerequisites
- Node.js >= 20
- A Torque account — sign up at platform.torque.so
First Session
Once the server is connected, your AI assistant has access to all Torque tools. Here's a typical first session:
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"
Select a project
List your projects and set one active:
"Show me my Torque projects and set one as active"
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.
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.