← Back to search
io.github.daedalus/mcp-ecdsa
MCP server for ECDSA cryptography
B
75.2 / 100
Versions
0.1.0latestfirst seen Jun 5, 2026
0.1.1first seen May 19, 2026
Tools 11
_generate_key annotations: none low
Generate a new ECDSA key pair
curve str hashfunc str
_sign_data annotations: none low
Sign data using ECDSA
data str curve str hashfunc str sigencode str private_key str deterministic bool
_sign_digest annotations: none low
Sign a digest directly using ECDSA (no hashing)
curve str digest str sigencode str private_key str deterministic bool
_verify_signature annotations: none low
Verify an ECDSA signature
data str curve str hashfunc str sigdecode str signature str public_key str
_verify_digest_signature annotations: none low
Verify a signature over a digest
curve str digest str sigdecode str signature str public_key str
_import_private_key annotations: none low
Import a private key from various formats
curve str format str hashfunc str key_data str
_import_public_key annotations: none low
Import a public key from various formats
curve str format str hashfunc str key_data str
_export_private_key annotations: none low
Export a private key to various formats
curve str format str pem_format str private_key str
_export_public_key annotations: none low
Export a public key to various formats
curve str format str public_key str point_encoding str
_get_key_info annotations: none low
Get information about a key
curve str hashfunc str public_key string private_key string
_recover_public_key annotations: none low
Recover public keys from a signature and signed data
data str curve str hashfunc str signature str
Permissions 0
No permissions indexed yet.
Scan Findings 31
low
Tool '_generate_key' has no annotations
low
Tool '_sign_data' has no annotations
low
Tool '_sign_digest' has no annotations
low
Tool '_verify_signature' has no annotations
low
Tool '_verify_digest_signature' has no annotations
low
Tool '_import_private_key' has no annotations
low
Tool '_import_public_key' has no annotations
low
Tool '_export_private_key' has no annotations
low
Tool '_export_public_key' has no annotations
low
Tool '_get_key_info' has no annotations
low
Tool '_recover_public_key' has no annotations
info
Sandbox failed to start for behavioral verification
medium
Vulnerable dependency: ecdsa@0.18.0 (GHSA-9f5j-8jwj-x28g)
medium
Vulnerable dependency: ecdsa@0.18.0 (GHSA-wj6h-64fc-37mp)
medium
Vulnerable dependency: ecdsa@0.18.0 (PYSEC-2026-1325)
medium
Vulnerable dependency: ecdsa@0.18.0 (PYSEC-2026-2467)
info
pyproject.toml metadata
info
Tool: _generate_key
info
Tool: _sign_data
info
Tool: _sign_digest
info
Tool: _verify_signature
info
Tool: _verify_digest_signature
info
Tool: _import_private_key
info
Tool: _import_public_key
info
Tool: _export_private_key
info
Tool: _export_public_key
info
Tool: _get_key_info
info
Tool: _recover_public_key
info
Sandbox failed to start for output poisoning scan
info
No dependency files found for SBOM generation
medium
No build provenance detected (SLSA L0)