create_wallet
Generate a new wallet on the Base Network MCP Server to manage blockchain assets, execute transactions, and check balances. Optional wallet naming available for organization.
Instructions
Create a new wallet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | No | Optional name for the wallet |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Optional name for the wallet",
"type": "string"
}
},
"type": "object"
}