AI Tools

Everything you need to integrate AI with the DUAL platform — MCP server for AI agents and Claude plugins that let you manage tokens and wire up AI through conversation.

MCP Server

AI-NATIVE

Let AI agents interact with the DUAL platform as first-class users via Model Context Protocol.

Claude Plugins

3

Install DUAL plugins into Claude to manage tokens, build integrations, and wire up AI — all through natural conversation.

Before You Start

All plugins require two environment variables:

export DUAL_API_URL="https://your-dual-api-endpoint"export DUAL_TOKEN="your_authentication_token"

Token Manager

End Users

Manage tokens through conversation

Download(20 KB)
/my-tokens

View your object collection

/transfer

Transfer tokens between wallets

/mint

Create new tokens from templates

Developer Kit

Developers

Build on DUAL faster

Download(28 KB)
/api-lookup

Search any DUAL API endpoint

/scaffold-template

Generate template boilerplate

/generate-webhook

Create webhook handlers

AI Toolkit

AI Engineers

Wire up AI to DUAL

Download(44 KB)
/setup-classifier

Scaffold a classification pipeline

/setup-chatbot

Scaffold a conversational assistant

/setup-guardrails

Generate AI safety middleware

How to Install

1

Download the .plugin file from any card above.

2

Open Claude desktop → Settings → Plugins.

3

Drag the file into the plugins panel.

4

Set your environment variables and restart Claude.

5

Test with a slash command (e.g. /my-tokens).