You're viewing a demo portfolio

Join the waitlist
PRSM

import_keypair

Active

Tool of cloud.redu/mcp

declared in 2.0.0

Registers an existing SSH public key on your account. Use this to import your own public key so you can SSH into instances. The private key never leaves your machine.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "name",
    "public_key"
  ],
  "properties": {
    "name": {
      "type": "string",
      "maxLength": 255,
      "minLength": 1,
      "description": "Name for the keypair (e.g. 'my-laptop'). Must be unique on your account."
    },
    "public_key": {
      "type": "string",
      "minLength": 1,
      "description": "SSH public key to import (the contents of your id_rsa.pub or id_ed25519.pub)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

cloud.redu/mcp

1/7 registries
View full server →