234,784 tools. Last updated 2026-06-25 10:04
"namespace:io.github.asfbay-bit" matching MCP tools:
- Price a DEX swap against an AMM pool to quote fill cost or measure price impact. Supports constant-product, Raydium CP, and Uniswap v3 pools using on-chain state.MIT
- Add or check a parity bit to detect odd numbers of flipped bits in binary strings. Supports even, odd, mark, and space parity schemes.MIT
- Compute RIPEMD-128, 160, 256, or 320 hash digests of UTF-8 text. Returns hex, base64, or base64url encodings.MIT
- Encode binary data into alphanumeric XXEncode text for safe transmission over 7-bit systems, or decode XXEncode back to original data.MIT
- Convert binary to Gray code or Gray code back to binary using XOR between adjacent bits. Minimize errors in rotary encoders, ADC, and Karnaugh maps.MIT
- Encode binary data into a Hamming error-correcting codeword or decode a codeword to detect and correct single-bit errors. Returns syndrome, error position, and corrected codeword.MIT
Matching MCP Servers
- AlicenseAqualityAmaintenanceHyperliquid research MCP — typed strategy composition, deterministic backtests on real market data, opt-in live execution.Last updated32MIT
- AlicenseAqualityAmaintenanceMCP server for PCSX2 and other emulators that speak the PINE protocol. Read and write 8/16/32/64-bit emulator memory and control save states for PlayStation-family emulation.Last updated1414MIT
Matching MCP Connectors
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints)
- Generate a BLAKE3 hash, keyed-MAC, or key derivation output from text, hex, or base64 input with any output length from 1 to 1024 bytes.MIT
- Encode binary data into 7-bit ASCII uuencode format for legacy email attachments, or decode uuencoded blocks back to the original content.MIT
- Perform bitwise operations (AND, OR, XOR, NOT, NAND, NOR, shifts) on integers with selectable input base and bit width, returning results in binary, octal, decimal, and hex simultaneously.MIT
- Compute IPv4 subnet details from CIDR block or IP address with mask. Returns network and broadcast addresses, host range, and other subnet info.MIT
- Convert an IPv4 address to multiple IPv6 formats (mapped, compatible, 6to4) and classify it using offline arithmetic. No network lookup required.MIT
- Convert decimal numbers to 8421 Binary-Coded Decimal (BCD) or decode BCD nibbles back to decimal. Each decimal digit is encoded as a 4-bit group.MIT
- Encode plaintext into space-separated 8-bit binary byte strings or decode binary strings back to text, with selectable UTF-8, ASCII, or Latin-1 encoding and configurable output formatting.MIT
- Encode text to BinHex 4.0 (HQX) format or decode a BinHex stream back to text, preserving Finder metadata like filename, type, and creator codes.MIT
- Convert data sizes between decimal and binary units, compare multiple file sizes, estimate transfer times, and calculate storage capacity fit. Handles common units like KB, MiB, and Mbps.MIT
- Identify the manufacturer of any network device by its MAC address using a local OUI lookup. Works offline with no external requests.MIT
- Add a subject (flight, person, or ground) to the VIP watchlist to receive automated dispatch alerts via ntfy push.MIT
- Convert a single number between binary (base 2) and decimal (base 10) in either direction. Supports signed or unsigned interpretation, 8/16/32/64-bit width, and optional fractional parts.MIT
- Compute a BLAKE2b or BLAKE2s digest of a string, with optional keyed MAC mode and choice of eight output lengths.MIT
- Compute the 512-bit Whirlpool hash of a text string to verify file integrity or generate digital signatures. Returns hex digest and multiple bit-length truncations.MIT