Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”‘ Cryptography
  3. MCP Bytesmith
MCP Bytesmith logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:02:48 PM

MCP Bytesmith

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
cryptographyencodingethereumrandomserialization

Local Python MCP server offering byte encoding, hashing, base conversion, CSPRNG, and optional Ethereum/EVM utilities with no network calls.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "laszlopere-mcp-bytesmith": {
      "command": "uvx",
      "args": [
        "mcp-bytesmith"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ”‘ More in Cryptography

Overview

This MCP server provides a comprehensive set of byte manipulation tools implemented purely in Python, requiring no external dependencies or network access. It includes encoding/decoding across multiple bases, cryptographic and CRC hashing, keyed HMAC, integer base conversion, and secure random token generation. Optional extras add Ethereum/EVM-specific primitives and serialization codecs for formats like CBOR, MessagePack, and protobuf. Use it when you need local, reliable byte-level cryptographic and encoding utilities integrated into an MCP workflow.

Use cases

β€’Encode and decode data in hex, Base64, Base58, Base45, and other schemes
β€’Compute cryptographic hashes, CRCs, and keyed HMACs locally
β€’Convert integers between arbitrary bases
β€’Generate cryptographically secure random bytes, tokens, and passphrases
β€’Perform Ethereum/EVM-specific tasks like keccak hashing, ABI encoding, and address checksums

Key features

β€’Wide range of encoding/decoding schemes (hex, Base64/32/58/45, etc.)
β€’Cryptographic, CRC, and non-cryptographic hash functions
β€’Keyed-hash authentication (HMAC) computation and verification
β€’CSPRNG-backed random bytes, tokens, passphrases, and UUID/ULID/nanoid generation
β€’Optional Ethereum/EVM toolset with keccak, ABI/RLP codecs, EIP-191/712 hashing, selectors, and addr…
β€’Optional serialization codecs for CBOR, MessagePack, bencode, ASN.1 DER/BER, SSZ, and protobuf deco…

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Bytesmith.

Extracted Tool Capabilities
Wide range of encoding/decoding schemes (hex, Base64/32/58/45, etc.)
Cryptographic, CRC, and non-cryptographic hash functions
Keyed-hash authentication (HMAC) computation and verification
CSPRNG-backed random bytes, tokens, passphrases, and UUID/ULID/nanoid generation
Optional Ethereum/EVM toolset with keccak, ABI/RLP codecs, EIP-191/712 hashing, selectors, and addr…
Optional serialization codecs for CBOR, MessagePack, bencode, ASN.1 DER/BER, SSZ, and protobuf deco…

Documentation Overview

mcp-bytesmith

CI PyPI Python 3.10+ License: GPLv3 Sponsor mcp-bytesmith MCP server Ruff Checked with mypy Last commit

A pure-Python Model Context Protocol server, built on the official MCP SDK (FastMCP), exposing a toolbox of byte-wrangling utilities β€” encoding, hashing, number crunching, and Ethereum primitives β€” all computed locally and for real, with no network calls or remote APIs.

Distribution name: mcp-bytesmith Β· import package: mcp_bytesmith.

Tools

mcp-bytesmith ships an always-on core toolset built entirely on the Python standard library, so it works out of the box with no extra dependencies. This covers the everyday primitives: encode and decode move data between a wide set of schemes (hex, the Base64/Base32 family, Base58/Base58check, Base45, and more), hash computes cryptographic, CRC, and fast non-cryptographic digests, hash_file checksums a file on disk and soft-verifies it against an expected digest, hmac computes and verifies keyed-hash authentication tags, and num_convert translates integers between bases. Rounding out the core are bytes_edit (pad/trim/slice/concat byte glue), data_uri (build and parse data: URIs), otpauth_uri (build and parse otpauth:// authenticator provisioning URIs), unicode_normalize and charset_transcode for text and character-set work, string_escape/string_unescape for JSON/JS/Python/C escaping, codepoints for per-scalar Unicode inspection, random for CSPRNG-backed bytes, tokens, and passphrases, and id_generate for UUIDs (v1/v4/v5/v7), ULIDs, and nanoids. password_hash turns a password into a verifiable storage string and checks one back β€” scrypt and PBKDF2 out of the box, bcrypt and the argon2 variants with the crypto extra β€” while derive_key derives raw key bytes from a password or secret via PBKDF2, scrypt, or HKDF.

An opt-in Ethereum/EVM toolset (enabled via the ethereum extra) adds the primitives you reach for when working on-chain: eth_hash for keccak-256, EIP-191, EIP-712 typed-data, and EIP-7702 authorization hashing, eth_userop_hash for the ERC-4337 userOpHash (EntryPoint 0.6/0.7/0.8), abi_codec and rlp_codec for ABI and RLP encode/decode, eth_selector for function and event selectors, abi_inspect for converting a contract ABI between its JSON and human-readable forms and listing every selector and topic0 it declares, eth_calldata for splitting a call's calldata into named, typed arguments (and building it back), eth_log_decode for turning a receipt log's topics and data into named event arguments, eth_revert_decode for turning a failed call's revert data into a reason (Error(string), Panic(uint256), or a custom error), eth_bytecode for disassembling deployed bytecode, scraping the selectors out of its dispatcher, and reading its trailing solc metadata, eth_tx_codec for transactions, eth_storage_slot for storage layout β€” mapping and array slots, plus the well-known constant ones (EIP-1967 proxy, UUPS, ERC-7201 namespaced, diamond) β€” eth_address_case for EIP-55 checksums, ens_namehash for EIP-137 ENS namehash/labelhash, bip39 for BIP-39 mnemonic generation, validation, and seed derivation, bip32_derive for BIP-32/44 HD key and address derivation from a seed, eth_eoa_address for the address and public key behind a private key, and eth_contract_address for CREATE and CREATE2 deployment addresses. An always-available info tool reports which toolsets are active along with version information.

An opt-in serialization toolset (enabled via the serialize extra) adds serialize_codec, a single tool multiplexed by format. It encodes and decodes schemaless structured data across CBOR, MessagePack, bencode, and ASN.1 DER/BER (a tag-length-value tree; the crypto extra's asn1crypto is needed for ASN.1); it encodes and decodes SSZ (Simple Serialize) driven by an options.schema, also returning the hash_tree_root; and it decodes raw protobuf wire format (protobuf is decode-only β€” without a .proto schema it surfaces field numbers, wire types, and values rather than field names).

Further toolsets (the rest of crypto, IDs, validation) are on the roadmap β€” see TODO.

Development

sh
uv sync                 # create venv + install (incl. dev extras)
uv run mcp-bytesmith    # start the server over stdio
uv run pytest           # run the test suite

Sponsoring

mcp-bytesmith is free, open-source software developed in my spare time. Sponsorships are what keep the project alive and actively maintained β€” they fund new toolsets, bug fixes, and ongoing support, and they're a direct signal that the work is worth continuing.

If the project is useful to you, please consider sponsoring it through GitHub Sponsors. Click the Sponsor button at the top of the repository, or visit the link directly, and pick a one-time or recurring tier. Every contribution, large or small, is hugely appreciated and goes straight back into keeping mcp-bytesmith healthy.

License

GPLv3 β€” see LICENSE.

The bundled passphrase wordlist (src/mcp_bytesmith/wordlists/eff_large.txt, used by the random tool's passphrase kind) is the EFF "large" wordlist by the Electronic Frontier Foundation, licensed CC BY 3.0 US.

The bundled BIP-39 wordlist (src/mcp_bytesmith/wordlists/bip39_english.txt, used by the bip39 tool) is the canonical English wordlist from BIP-39, which falls under the MIT License. Its SHA-256 is 2f5eed53a4727b4bf8880d8f3f199efc90e58503646d9ff8eff3a2ed3b24dbda.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Cryptography View all alternatives
  • Waxseal Sdk logoWaxseal Sdk

    On-chain Ed25519 identity for AI agents β€” verify seals by fingerprint, validate document signatures, and gate irreversible actions behind human-signed approval tokens. Hosted at api.waxseal.id/mcp; local install (npx @waxseal/mcp) for signing.

    πŸ”‘ Cryptography3 views
    Compare vs Waxseal Sdk β†’
  • Enigma Python MCP logoEnigma Python MCP

    A Model Context Protocol server that brings the capabilities of enigmapython library to LLMs, allowing them to encrypt and decrypt messages using historically accurate Enigma machine emulators.

    πŸ”‘ Cryptography2 views
    Compare vs Enigma Python MCP β†’
  • Horizon Shield logoHorizon Shield

    Bitcoin-anchored, trustless public verification ledger (JIDEC) for AI-agent evidence: fetch the record bytes, recompute the SHA-256, and check the OpenTimestamps/Bitcoin timestamp β€” no trust in the issuer required.

    πŸ”‘ Cryptography0 views
    Compare vs Horizon Shield β†’
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
2
Stargazers on the source repository.
Last commit
29d ago
Most recent push to the default branch.
Directory activity
2 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Bytesmith

No, all computations are performed locally with no network calls or remote API dependencies.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Bytesmith AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/laszlopere-mcp-bytesmith?style=directory)](https://allmcps.com/mcp/laszlopere-mcp-bytesmith)
HTML Embed
<a href="https://allmcps.com/mcp/laszlopere-mcp-bytesmith"><img src="https://allmcps.com/api/badge/laszlopere-mcp-bytesmith?style=directory" alt="MCP Bytesmith on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”‘Cryptography
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseGPLv3
Last updatedAug 13, 2026
11/11 checks healthy over the last 33d
Views2
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit29d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 13, 2026
53Quality signal: Good Β· 53/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 23d ago via OSV.dev Β· mcp-bytesmith (PyPI)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”‘ Cryptography β†’Alternatives to MCP Bytesmith β†’Install in Claude DesktopInstall in CursorInstall in VS Code