You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_add_tool_secret

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

1/7 registries
View full server →
neuron_add_tool_secret — io.github.conquext/neuron — PRSM MCP