Crypto

by 1595901624

4 stars
Not rated
GitHub

About

Provides encryption, decryption, and hashing functionalities using the crypto-js library for secure data handling and integrity verification in workflows.

Details

Author
1595901624
Repository
1595901624/crypto-mcp
GitHub stars
4
License
MIT License
Categories
Developer Tools, Security, Other, Productivity, Design, AI, Frontend, Infrastructure
Tags
#visualization, #crypto

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Crypto
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @highlight/mcp-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "crypto": {
            "env": {},
            "args": [
                "-y",
                "@highlight/mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "cmd"
}

A Model Context Protocol (MCP) server for encrypting/decrypting/algorithm/hash

A Model Context Protocol (MCP) server for encrypting/decrypting/algorithm/hash.

- Support AES encryption and decryption (128 bits)

- Support mode: ECB, CBC, CFB, OFB, CTR

- Support padding mode: Pkcs7, Iso97971, AnsiX923, Iso10126, ZeroPadding, NoPadding.
- Support output format: base64, hex
- Support input format: base64, hex

- Support mode: ECB, CBC, CFB, OFB, CTR

- Support padding mode: Pkcs7, Iso97971, AnsiX923, Iso10126, ZeroPadding, NoPadding.

- Support more encryption and decryption algorithms

To install Crypto_MCP for Claude Desktop automatically viaSmithery:

npx -y @smithery/cli install @1595901624/crypto-mcp --client claude
git clone https://github.com/1595901624/crypto-mcp.git

- Add to your Claude Desktop MCP settings file

{ "mcpServers": { "crypto-mcp": { "command": "node", "args": ["path/to/crypto-mcp/build/index.js"], "disabled": false, "autoApprove": [] } } }

- aes_encrypt: Encrypt text with AES parameters:

- text: The text to encrypt (Required)

- key: The key to encrypt the text (optional, default is your-key-0123456)
- padding: The padding mode (optional, default is Pkcs7)
- outputFormat: The output format (optional, default is base64)
- iv: The initialization vector (optional, default is your-iv-01234567)
- mode: The mode to encrypt the text (optional, default is ECB)

- text: The text to decrypt (Required)

- key: The key to decrypt the text (optional, default is your-key-0123456)
- padding: The padding mode (optional, default is Pkcs7)
- inputFormat: The input format (optional, default is base64)
- iv: The initialization vector (optional, default is your-iv-01234567)
- mode: The mode to decrypt the text (optional, default is ECB)

- md5: Calculate MD5 hash of a string parameters:

- input: The input string to hash (Required)

- input: The input string to hash (Required)

- input: The input string to hash (Required)

- input: The input string to hash (Required)

- input: The input string to hash (Required)

- input: The input string to hash (Required)

- des_encrypt: Encrypt text with DES parameters:

- text: The text to encrypt (Required)

- key: The key to encrypt the text (optional, default is your-key)
- padding: The padding mode (optional, default is Pkcs7)
- outputFormat: The output format (optional, default is base64)
- iv: The initialization vector (optional, default is your-iv-)
- mode: The mode to encrypt the text (optional, default is ECB)

- text: The text to decrypt (Required)

- key: The key to decrypt the text (optional, default is your-key)
- padding: The padding mode (optional, default is Pkcs7)
- inputFormat: The input format (optional, default is base64)
- iv: The initialization vector (optional, default is your-iv-)
- mode: The mode to decrypt the text (optional, default is ECB)

- base64_encode: Encode text to base64 parameters:

- content: The text to encode (Required)

- content: The base64 text to decode (Required)

- hex_encode: Encode text to hex parameters:

- content: The text to encode (Required)

- content: The hex text to decode (Required)

# Install dependencies npm install # Build the project npm run build # Development with auto-rebuild npm run watch

This project is licensed under the MIT License. See theLICENSEfile for details.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Cryptographic identity for MCP clients — Ed25519 keypairs, DID-based verification, trust scoring, encrypted messaging, and artifact signing.

The Behavioural Prediction MCP Server provides AI-powered tools to analyze wallet behaviour prediction,fraud detection and rug pull prediction.

MCP tools for agent security audits and OG images, paid per call in USDC over x402 on Base

Access 20+ DeFi, crypto, and AI endpoints through micro-payments. Get Aave rates, build DeFi transactions, fetch crypto prices, resolve ENS names, search Twitter, and query LLMs - all paid per-call with USDC on Base. No API keys needed, payment is the auth

Detects potential risks in Solana meme tokens to help avoid rug pulls and unsafe projects.

Paid x402 MCP server for Base-USDC balances, blocks, gas prices, URL security headers, and profile bios.

Hosted MCP server for transparent STARK proof receipts that agents can mint and verify for supported workflows.

x402 provider rankings + Ed25519-signed payment receipts + signature verification (3 tools).

Verify HMAC-signed compliance attestations from any MEOK MCP server — checks cryptographic signatures, validates timestamps, and produces verifiable trust chains for AI compliance audits.

Provides risk scoring and asset information for blockchain addresses, domains, and dApps using the BICScan API.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.