Skip to main content
Glama

yop-mcp

by yop-platform

yeepay_yop_gen_key_pair

Generate asymmetric encryption key pairs (public and private keys) using specified algorithms and formats, then save them locally or as strings. Supports RSA and SM2 algorithms.

Instructions

根据密钥算法生成非对称加密的密钥对(公钥和私钥),并保存到本地路径

参数: algorithm: 密钥算法,可选值为 "RSA" 或 "SM2",默认为 "RSA" key_format: 密钥格式,可选值为 "pkcs8"或"pkcs1",默认为 "pkcs8" storage_type: 密钥存储类型,"file"或"string",默认为 "file"

Input Schema

NameRequiredDescriptionDefault
algorithmNoRSA
key_formatNopkcs8
storage_typeNofile

Input Schema (JSON Schema)

{ "properties": { "algorithm": { "default": "RSA", "title": "Algorithm", "type": "string" }, "key_format": { "default": "pkcs8", "title": "Key Format", "type": "string" }, "storage_type": { "default": "file", "title": "Storage Type", "type": "string" } }, "title": "yeepay_yop_gen_key_pairArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yop-platform/yop-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server