Base64 Encoder/Decoder — Standard & URL-Safe
Base64 encoding/decoding API for AI agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Utility Encode Base64: Use this when you need to encode text to base64 or decode base64 back to plaintext. Returns the result string with encoding metadata. 1. result -- the encoded or decoded string
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Base64 encoding/decoding API for AI agents. Encode text to base64 or decode base64 to text. Supports standard and URL-safe variants with metadata (input length, output length, encoding type).
Tools: utility_encode_base64.
Use this for encoding payloads, decoding tokens, or data transformation in pipelines. Basic utility for data processing.
Returns: {output, encoding, inputLength, outputLength}. No API key required — x402 micropayment $0.001/call on Base L2.
Список инструментов сервера (1)
Технические названия из tools/list. Нужны только разработчикам.
| utility_encode_base64 | Use this when you need to encode text to base64 or decode base64 back to plaintext. Returns the result string with encoding metadata. 1. result -- the encoded or decoded string 2. action -- whether e |