Online Cyber Tools Mcp

by Jambozx

276 downloads
Not rated
GitHub

About

Exposes 280+ free dev/security tools from onlinecybertools.com as MCP tools in one server: Base64/URL/JWT encoders, MD5/SHA/HMAC/bcrypt/argon2 hashes, JSON/YAML/XML formatters, regex tester, network diagnostics (ping/traceroute/dig/whois/SSL/SPF/DMARC), and OSINT lookups. No auth

Details

Author
Jambozx
Downloads
276
Categories
Developer Tools

- 280+ free dev and security utilities
- No authentication or API key needed
- Encoders: Base64, URL, JWT
- Hashes: MD5, SHA, HMAC, bcrypt, argon2
- Formatters: JSON, YAML, XML
- Network diagnostics: ping, traceroute, dig, whois, SSL, SPF, DMARC
- OSINT lookups and regex testing

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Online Cyber Tools Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the MCP server in your client configuration (e.g., Claude Desktop or any MCP‑compatible host). Once connected, you can invoke any of the 280+ tools directly through MCP tool calls without additional setup.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "online cyber tools mcp": {
            "octools": {
                "command": "npx",
                "args": [
                    "-y",
                    "onlinecybertools-mcp-server"
                ],
                "env": {
                    "OCTOOLS_BASE_URL": "https://onlinecybertools.com"
                }
            }
        }
    }
}

McpServers

{
    "octools": {
        "command": "npx",
        "args": [
            "-y",
            "onlinecybertools-mcp-server"
        ],
        "env": {
            "OCTOOLS_BASE_URL": "https://onlinecybertools.com"
        }
    }
}

Exposes 280+ free dev/security tools from onlinecybertools.com as MCP tools in one server: Base64/URL/JWT encoders, MD5/SHA/HMAC/bcrypt/argon2 hashes, JSON/YAML/XML formatters, regex tester, network diagnostics (ping/traceroute/dig/whois/SSL/SPF/DMARC), and OSINT lookups. No auth, no API key.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.