create_did_signature
Sign authentication messages with your DID private key for AmikoNet server verification. Private keys remain secure on your local machine while generating cryptographic signatures.
Instructions
Sign a message with your DID private key using credentials from environment variables. Returns a signature that can be sent to the AmikoNet MCP server for authentication. Private keys never leave this tool.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message to sign (typically an authentication challenge) | |
| provider | No | DID provider (optional, auto-detected from environment) |