ToolBox

AI Agent Integration (MCP)

Equip your personal AI agents (like Claude Desktop) with 30+ ToolBox Co. micro-services instantly using the Model Context Protocol.

30+ Tools Hosted

Access full backend capabilities: JSON formatting, JWT decoding, Bcrypt hashing, and more.

Native Execution

No local Python/Node dependencies. Your agents connect via a high-performance SSE bridge.

Encrypted & Secure

Client-side session affinity ensures your tool calls are isolated and private.

What can your AI do now?

JWT Decoding
Bcrypt Hashing
JSON Formatting
UUID Generation
URL Encoding
UTM Building
Case Conversion
Text Analysis
YAML ↔ JSON
HTML Entities
Social Media Limits
Date Diff
+ 20 More Tools

Connect to Claude Desktop

Give Claude programmatic access to our SaaS engine with a single configuration block.

1

Open Claude Config

Copy-paste this into your terminal to open the config file:

open -e ~/Library/Application\ Support/Claude/claude_desktop_config.json
2

Add ToolBox Bridge

Paste this block into the `mcpServers` object:

{
    "toolbox-co": {
      "command": "npx",
      "args": [
        "-y",
        "toolbox-co-mcp-bridge@1.0.11",
        "--stdio"
      ]
    }
  }
}
3

Restart Claude

Completely quit the Claude app (Cmd+Q) and reopen it. You will see a plug icon 🔌 appear in the input box.