Skip to main content
Glama
daedalus

mcp-ecdsa

by daedalus

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
_generate_keyC

Generate a new ECDSA key pair

_sign_dataC

Sign data using ECDSA

_sign_digestC

Sign a digest directly using ECDSA (no hashing)

_verify_signatureC

Verify an ECDSA signature

_verify_digest_signatureC

Verify a signature over a digest

_import_private_keyC

Import a private key from various formats

_import_public_keyC

Import a public key from various formats

_export_private_keyC

Export a private key to various formats

_export_public_keyC

Export a public key to various formats

_get_key_infoD

Get information about a key

_recover_public_keyC

Recover public keys from a signature and signed data

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/daedalus/mcp-ecdsa'

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