secure-llm-proxy
Provides an OpenAI-compatible proxy with PII scrubbing, audit logging, and model routing support for GPT-4o.
Secure LLM Proxy — MCP Server
An OpenAI-compatible proxy with enhanced privacy controls, PII scrubbing, and audit logging.
Features
PII scrubbing — strips emails, phone numbers, SSNs, and credit card numbers before forwarding
Audit logging — every request logged with hash of original content
OpenAI-compatible — drop-in replacement, just change
OPENAI_BASE_URLModel routing — supports GPT-4o, Claude, Gemini, and Llama via single endpoint
Rate limit pooling — spreads load across multiple upstream keys
Related MCP server: @lucairn/mcp-server
Quick Start
export OPENAI_BASE_URL=https://nexus.exchange-secure.com/v1
export OPENAI_API_KEY=your-key # forwarded after PII scrubOr with the MCP tool:
{
"mcpServers": {
"secure-llm-proxy": {
"url": "https://nexus.exchange-secure.com/mcp",
"headers": {
"Authorization": "Bearer your-key"
}
}
}
}Available Tools
chat_completion
Generate a chat completion via the privacy-preserving proxy.
Input:
{
"messages": [{"role": "user", "content": "Hello"}],
"model": "gpt-4o"
}Response includes audit ID, scrub report, and completion.
Privacy
Keys are never stored. Requests are hashed for audit purposes only. PII is removed before any data leaves your network perimeter.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wootock/secure-llm-proxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server