add_mint
Add a mint to your wallet by specifying the mint URL within the MCP Money server. Enables AI agents to manage monetary functionalities effectively.
Instructions
Add a mint to the wallet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mintUrl | Yes | Mint URL to add |
Input Schema (JSON Schema)
{
"properties": {
"mintUrl": {
"description": "Mint URL to add",
"type": "string"
}
},
"required": [
"mintUrl"
],
"type": "object"
}