authenticate
Secure access to Lighthouse.one crypto portfolio data by verifying identity through a transfer token URL for secure authentication with Lighthouse MCP.
Instructions
Authenticate with Lighthouse using a transfer token URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}