Japanese LLM security — prompt injection detection (jpi-guard) + PII masking (PII Guard). Free.
{
"mcpServers": {
"nexus-mcp": {
"url": "https://mcp.nexus-api-lab.com/",
"type": "http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
LLM security APIs for Japanese applications, available as an MCP server.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 2 days ago.
Will it work with my client?
Transport: http. Compatibility not confirmed.
LLM security APIs for Japanese applications, available as an MCP server.
MCP endpoint: https://mcp.nexus-api-lab.com/
Transport: HTTP (Streamable HTTP / JSON-RPC 2.0)
Homepage: https://www.nexus-api-lab.com
Discovery: https://mcp.nexus-api-lab.com/.well-known/mcp.json
claude mcp add --transport http nexus-mcp https://mcp.nexus-api-lab.com/
Or add to your .mcp.json:
{
"mcpServers": {
"nexus-mcp": {
"type": "http",
"url": "https://mcp.nexus-api-lab.com/"
}
}
}
Add to your MCP config:
{
"nexus-mcp": {
"transport": "http",
"url": "https://mcp.nexus-api-lab.com/"
}
}
| Tool | Description |
|---|---|
check_injection | Detect prompt injection in user input. Specialized for Japanese (全角バイパス, 丁寧語擬装, indirect injection). |
validate_rag_input | Gate check before passing input to RAG/LLM pipeline. Returns safe: true/false. |
sanitize_content | Sanitize external content fetched from the web before passing to LLM. |
get_trial_key | Get a free jpi-guard API key (2,000 req / 30 days, no signup). |
Free trial: https://www.nexus-api-lab.com/jpi-guard.html
| Tool | Description |
|---|---|
pii_scan | Scan Japanese text for 10 PII categories. Returns findings[] + masked_text with [TYPE] placeholders. No LLM — pure regex + checksum. |
get_pii_guard_key | Register email and get a free PII Guard key (10,000 req/month, permanent free tier). |
PII categories: My Number (mod-11), credit card (Luhn), bank account, passport, phone, email, postal address, date of birth, driver's license, person name.
Free tier: https://www.nexus-api-lab.com/pii-guard.html
MIT — see LICENSE
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The official Python SDK for Model Context Protocol servers and clients
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.nexus-api-lab/nexus-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.