mcpserver.lol
registry/toolkit-mcp-server
Connection check verified live · 27h ago

toolkit-mcp-server

Generate IDs, QR codes, and hashes, encode values, geolocate IPs, plus gated host diagnostics.

Tools 5
GitHub stars
Installs / wk 173
Licence
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

5 tools

Read from the running server on 27h ago.

toolkit_encode_value read-only value*encoding*operation*
Encode or decode a value across base64, base64url, hex, or URL (percent) encoding, in either direction. Set operation to "encode" to transform raw UTF-8 text into the chosen encodi…
toolkit_generate_id read-only typecount
Mint cryptographically-random identifiers using the platform CSPRNG — the correct source for IDs that must be unpredictable, unlike model-generated values. type selects the format:…
toolkit_generate_qr read-only data*scaleformatmarginerrorCorrection
Encode text or a URL into a QR code. data is the content to encode (a link, a generated identifier such as toolkit_generate_id's ids[0], or any string). format selects the output:…
toolkit_geolocate_ip read-only target*
Resolve a public IP address (or hostname) to geographic and network metadata: country, region, city, latitude/longitude, the owning ASN and organization, timezone, and the proxy/ho…
toolkit_hash_value read-only value*expectedalgorithmoperationinputEncoding
Generate a cryptographic digest of a value, or verify a value against an expected digest. Set operation to "generate" for a lowercase-hex digest, or "compare" to constant-time-chec…