AI Tools

Everything you need to integrate AI with the Dual platform, MCP server for AI agents and Claude plugins for conversational token management.

MCP Server

HOSTED

The Dual MCP server is hosted at https://mcp-testnet.dual.network/mcp. Configure your client with an API key and start using all 80 tools without cloning or running a local server.

Claude Plugins

3

Downloadable Claude plugins for end users, developers, and AI engineers. Upload the .zip package in Claude Desktop and connect it to Dual with a single API key.

All plugin packages connect to the hosted MCP endpoint at https://mcp-testnet.dual.network/mcp. Set this once before installing:

export DUAL_API_KEY="your_api_key"

Token Manager

End Users

Manage tokens through conversation

Download .zip(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 .zip(28 KB)
/api-lookup

Search any Dual API endpoint

/scaffold-template

Generate template boilerplate

/generate-webhook

Create webhook handlers

AI Toolkit

AI / ML Engineers

Wire up AI to Dual

Download .zip(44 KB)
/setup-classifier

Scaffold a classification pipeline

/setup-chatbot

Scaffold a conversational assistant

/setup-guardrails

Generate AI safety middleware