PluginBench
MCP Server

io.github.nexus-api-lab/nexus-mcp MCP Server

io.github.nexus-api-lab/nexus-mcp

What is the io.github.nexus-api-lab/nexus-mcp MCP server?

Japanese LLM security — prompt injection detection (jpi-guard) + PII masking (PII Guard). Free.

How to install io.github.nexus-api-lab/nexus-mcp

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nexus-mcp": {
      "url": "https://mcp.nexus-api-lab.com/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nexus-mcp": {
      "serverUrl": "https://mcp.nexus-api-lab.com/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nexus-mcp": {
      "type": "http",
      "url": "https://mcp.nexus-api-lab.com/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "nexus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.nexus-api-lab.com/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http nexus-mcp https://mcp.nexus-api-lab.com/

Related MCP servers

Deterministic time tools for AI agents: timezone conversion, business-day math, cron interpretation.

Exact reference codes for AI agents: countries, currencies with minor units, HTTP status, MIME.

Exact hashing, base64/hex/URL encoding, JWT decoding and UUIDs for AI agents. No auth required.

Checksum validation for AI agents: IBAN, ISBN, EAN/GTIN, UUID, ULID. Deterministic, no auth.

Exact text tools for AI agents: unified diff, patch apply, regex testing, grapheme counting.