Japanese LLM security โ prompt injection detection (jpi-guard) + PII masking (PII Guard). Free.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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
Or add to your .mcp.json:
Add to your MCP config:
After connecting, no API key is required to begin. Claude will call get_trial_key automatically:
Claude will:
get_trial_key to obtain a free API key (if not already set)check_injection on the user inputis_injection: true/false, risk_level, and detection_reasonClaude will:
sanitize_content with the fetched contentcleaned_content with injection payloads removedClaude will:
get_pii_guard_key to obtain a free key (if not already set)pii_scan on the textfindings[] (type, score, position) and masked_text with [NAME], [PHONE], [CARD] placeholdersClaude will suggest using validate_rag_input, which returns safe: true to proceed or safe: false with block_reason to reject.
| Tool | When to call | Returns |
|---|---|---|
get_trial_key | First โ if you don't have an API key yet | api_key (2,000 req / 30 days, free) |
check_injection | Before every user input reaches the LLM | is_injection, risk_level, detection_reason |
validate_rag_input | At the RAG pipeline entry point (pass/fail gate) | safe: true/false, block_reason |
sanitize_content | When external content is fetched to use as LLM context | cleaned_content safe to pass to the model |
Free trial: https://www.nexus-api-lab.com/jpi-guard.html
| Tool | When to call | Returns |
|---|---|---|
get_pii_guard_key | First โ if you don't have a PII Guard key yet | api_key (10,000 req/month, free forever) |
pii_scan | Before logging, storing, or forwarding Japanese user text | findings[], has_high_risk, masked_text |
PII categories: My Number (mod-11 checksum), 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 reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/nexus-mcp-3)<a href="https://allmcps.com/mcp/nexus-mcp-3"><img src="https://allmcps.com/api/badge/nexus-mcp-3?style=directory" alt="Nexus MCP on AllMCPs" /></a>