proxykey MCP server
Provides secure API key management and proxying for OpenAI services, allowing agents to issue and revoke passes without exposing real keys.
Provides secure API key management and proxying for Stripe services, allowing agents to issue and revoke passes without exposing real keys.
Provides secure API key management and proxying for Telegram services, allowing agents to issue and revoke passes without exposing real keys.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@proxykey MCP serverCreate a pass for my OpenAI key."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
proxykey MCP server
Issue, rotate and revoke API-key passes from your AI agent — without the agent ever seeing a real key.
proxykey is a credential vault and proxy: your real API keys (OpenAI,
Anthropic, Telegram, Stripe, 25+ providers) are encrypted with AES-256-GCM
and never leave the server. Apps and agents use revocable virtual keys —
passes (vlt_…) — with per-pass IP binding, rate limits and full request
logs. This MCP server lets an agent manage those passes.
Website: https://proxykey.org/en/
Panel: https://app.proxykey.org
MCP endpoint (Streamable HTTP):
https://mcp.proxykey.org/mcp
Why give an agent this instead of a key
Anything that enters a model's context can leak — through logs, traces or prompt injection. With proxykey the agent gets a tool, not a secret:
the agent can create / rotate / revoke / inspect passes;
a "read the real key" operation does not exist in the toolset;
only a human can enter the original key, in the panel;
a leaked pass is a non-event: wrong IP → 403, over limit → 429, revocation is one click and doesn't touch the original.
Related MCP server: clavis-mcp-server
Quick start
Sign in at https://app.proxykey.org (GitHub OAuth or email magic link, free).
Open MCP → create a token (
mcp_…).Connect your client:
Claude Code
claude mcp add --transport http proxykey https://mcp.proxykey.org/mcp \
--header "Authorization: Bearer mcp_YOUR_TOKEN"Claude Desktop / Cursor (mcp.json)
{
"mcpServers": {
"proxykey": {
"url": "https://mcp.proxykey.org/mcp",
"headers": { "Authorization": "Bearer mcp_YOUR_TOKEN" }
}
}
}Tools (13)
Tool | What it does |
| Provider catalogue (slugs, auth models) |
| Stored keys (metadata only — never values) |
| Link for a human to enter a key |
| All passes with status, limits, binding |
| Issue a pass for an existing secret |
| Issue a pass before the key exists; a human fills the key in later, the pass activates automatically |
| Change limits, IP mode, expiry |
| Kill a pass instantly / remove a revoked one |
| Reissue the token, same settings |
| Reset IP learning |
| Per-pass request log and usage stats |
The proxy itself
Point your client at the proxy and use the pass as the API key — only the host and the key change:
# before
curl https://api.openai.com/v1/chat/completions -H "Authorization: Bearer sk-..."
# after
curl https://api.proxykey.org/p/openai/v1/chat/completions -H "Authorization: Bearer vlt_openai_..."Streaming (SSE), request bodies and headers pass through unchanged.
Telegram bots keep their URL shape (/p/telegram-bot/<pass>/getMe).
Full reference: https://app.proxykey.org/docs.html
Security model (short version)
Secrets: AES-256-GCM envelope encryption, decrypted in memory per request, never logged, never returned by any API after creation.
Pass tokens and MCP tokens are stored hashed (SHA-256).
MCP surface cannot create or read secret values, or toggle body logging — those stay human-only in the panel.
Request logs contain metadata only — no auth headers, no key material.
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.
Related MCP Servers
- AlicenseAqualityCmaintenanceCredential isolation proxy for AI agents. Injects API keys at the network boundary so your agent never sees the raw credential. Supports domain allowlists, agent auth, policy enforcement, and audit logging.Last updated311913Apache 2.0
- Alicense-qualityBmaintenanceSecure credential management for AI agents — encrypted storage, auto-refresh, and rate limiting via a single MCP call. Supports OpenAI, Anthropic, Stripe, GitHub, Brave Search, Kalshi, Coinbase, plus generic API key and OAuth2 for any service.Last updated43MIT
- Alicense-qualityFmaintenanceEnables LLM agents to securely use credentials like passwords and API keys without exposing them in the context window, through encrypted storage and proxy-based injection.Last updated281MIT
- Flicense-qualityCmaintenanceEnables AI agents and MCP clients to securely store, retrieve, and manage encrypted credentials without hardcoding API keys.Last updated
Related MCP Connectors
Encrypted secret store and rotation for autonomous agent credentials
Agent payments, API key vaulting, and governed mandates. Agents spend within user-defined limits.
Free self-serve Agent Passports for AI agents: signed, portable, offline-verifiable credentials.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/neostorm112-boop/proxykey-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server