npm.io
0.1.0 • Published yesterday

@pipeworx/mcp-base64

Licence
MIT
Version
0.1.0
Deps
0
Size
8 kB
Vulns
0
Weekly
0

mcp-base64

Encoding MCP — Base64 / Base64URL / Base32 / Hex.

Part of Pipeworx — an MCP gateway connecting AI agents to 1144+ live data sources.

Tools

Tool Description
base64_encode Encode UTF-8 text to Base64 / Base64URL / Base32 / Hex (keyless, offline). Set variant (default base64).
base64_decode Decode Base64 / Base64URL / Base32 / Hex back to UTF-8 text (keyless, offline). Set variant (default base64).

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "base64": {
      "url": "https://gateway.pipeworx.io/base64/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1144+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Base64 data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT