encoder-ai-mcp
v1.0.0
Published
Encoder Ai tools for AI agents. Capabilities: encode base64, decode base64, encode url. Built by MEOK AI Labs.
Downloads
108
Readme
Encoder Ai
By MEOK AI Labs — MEOK AI Labs — Encoding and decoding — Base64, URL, HTML, hex, binary.
Encoding and decoding — Base64, URL, HTML, hex, binary. — MEOK AI Labs.
Installation
pip install encoder-ai-mcpUsage
# Run standalone
python server.py
# Or via MCP
mcp install encoder-ai-mcpTools
encode_base64
Encode text to Base64.
Parameters:
text(str)
decode_base64
Decode Base64 to text.
Parameters:
encoded(str)
encode_url
URL-encode a string.
Parameters:
text(str)
encode_html
HTML-encode special characters.
Parameters:
text(str)
to_hex
Convert text to hexadecimal.
Parameters:
text(str)
Authentication
Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.
Links
- Website: meok.ai
- GitHub: CSOAI-ORG/encoder-ai-mcp
- PyPI: pypi.org/project/encoder-ai-mcp
License
MIT — MEOK AI Labs
