neuron_add_tool_secret
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Store or update a secret credential (API key, token, etc.) for a custom tool integration. Secrets are encrypted at rest.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id",
"key",
"value"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the tool to add the secret to"
},
"key": {
"type": "string",
"description": "Secret key name used in templates (e.g., 'API_KEY', 'AUTH_TOKEN')"
},
"value": {
"type": "string",
"description": "Secret value to store securely (will be encrypted)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries