- Docs
- Ai Tools
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
HOSTEDThe 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
3Downloadable 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 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 / ML EngineersWire up AI to Dual
/setup-classifierScaffold a classification pipeline
/setup-chatbotScaffold a conversational assistant
/setup-guardrailsGenerate AI safety middleware