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-NATIVELet AI agents interact with the DUAL platform as first-class users via Model Context Protocol.
MCP Server Reference
80 tools · 14 modules
Full reference for the DUAL MCP server — every tool, module, and capability across Payments, Templates, Objects, Wallets, and more.
View referenceMCP Setup Guide
Step-by-step
Install and configure the DUAL MCP server in Claude Desktop, VS Code, or any MCP-compatible client in under 5 minutes.
Start setupClaude Plugins
3Install DUAL plugins into Claude to manage tokens, build integrations, and wire up AI — all through natural conversation.
All plugins require two environment variables:
export DUAL_API_URL="https://your-dual-api-endpoint"export DUAL_TOKEN="your_authentication_token"Token Manager
End UsersManage tokens through conversation
/my-tokensView your object collection
/transferTransfer tokens between wallets
/mintCreate new tokens from templates
Developer Kit
DevelopersBuild on DUAL faster
/api-lookupSearch any DUAL API endpoint
/scaffold-templateGenerate template boilerplate
/generate-webhookCreate webhook handlers
AI Toolkit
AI EngineersWire up AI to DUAL
/setup-classifierScaffold a classification pipeline
/setup-chatbotScaffold a conversational assistant
/setup-guardrailsGenerate AI safety middleware
How to Install
Download the .plugin file from any card above.
Open Claude desktop → Settings → Plugins.
Drag the file into the plugins panel.
Set your environment variables and restart Claude.
Test with a slash command (e.g. /my-tokens).