Pincer MCP
P

Pincer MCP

Pincer-MCP is a security-hardened MCP gateway that protects the API keys of AI agents through a proxy token architecture, ensuring that agents can only use proxy tokens and cannot access real keys. It supports various AI services and GPG signing tools.
2.5 points
4.2K

What is Pincer MCP?

Pincer-MCP is a security gateway specifically designed for AI agent systems. It addresses the core security issue faced by current AI agents: when an AI agent is subjected to a prompt injection attack or host intrusion, attackers can directly access long-term API keys stored in plaintext environment files or local databases. Pincer establishes a security layer between the AI agent and external APIs through a unique proxy token architecture, ensuring that sensitive credentials are never exposed to the agent.

How to use Pincer MCP?

Using Pincer involves three main steps: 1) Install and initialize the Pincer vault to securely store your real API keys; 2) Register AI agents and generate unique proxy tokens; 3) Authorize agents to use specific tools. After configuration, your AI agents only need to use proxy tokens for API calls, and Pincer will automatically handle key mapping, decryption, and secure calls.

Use cases

Pincer is particularly suitable for the following scenarios: enterprise-level AI agent deployments that require a high level of security; development teams that need to assign different API keys to different agents for cost tracking and rate limiting; scenarios that require secure execution of sensitive operations such as GPG signing without exposing private keys; and any application that needs to securely integrate AI agents with third-party APIs.

Main features

Proxy token security architecture
Implements a unique proxy token system where AI agents only handle temporary proxy tokens (pxr_xxx). Real API keys are encrypted and stored in the operating system keychain, and agents can never access real credentials.
Multi-model API support
Supports various AI services such as Google Gemini, OpenAI GPT, Anthropic Claude, OpenRouter unified API, and OpenWebUI self-hosted models, providing a consistent call interface.
GPG/PGP secure signing
Supports data signing and decryption using GPG private keys stored in the vault, enabling key-free execution - AI agents can request signing operations without accessing private keys.
Fine-grained permission control
Provides precise tool authorization for each AI agent, allowing control over which agents can use which APIs and supporting the assignment of different API keys to different agents.
Tamper-proof audit log
All tool calls are recorded in a tamper-proof audit log. SHA-256 chained hashing ensures log integrity, including timestamps, character counts, and token estimates.
Multi-key management
Supports storing multiple API keys for the same tool and assigning them to different agents, facilitating cost tracking, rate limiting, and team collaboration.
Advantages
๐Ÿ”’ Enterprise-level security: Hardware-supported encryption, with the master key stored in the operating system keychain and never leaving the secure environment.
๐Ÿ›ก๏ธ Zero credential exposure: AI agents only handle proxy tokens, and real API keys are completely isolated.
โšก Instant memory cleaning: Sensitive data is immediately cleared (zeroed) from memory after use.
๐Ÿ”ง Flexible integration: Supports all mainstream AI model APIs and OpenAI-compatible endpoints.
๐Ÿ“Š Detailed auditing: Complete call logs and token usage estimates for easy cost tracking.
๐Ÿ‘ฅ Team-friendly: Supports multi-agent, multi-key configuration, suitable for team collaboration.
Limitations
Requires a Node.js 18+ runtime environment, which has certain requirements for the system.
Initial configuration is relatively complex and requires an understanding of the proxy token concept.
Relies on the operating system keychain function and may be limited in some restricted environments.
Currently mainly supports text generation APIs, with limited support for other types of APIs.

How to use

Install Pincer
Install Pincer-MCP globally via npm, ensuring that Node.js 18+ is installed on the system.
Initialize the vault
Run the initialization command to create the master key and set up the vault.
Store API keys
Securely store your real API keys in the Pincer vault.
Register an AI agent
Create an account for your AI agent and generate a proxy token.
Authorize tool usage
Specify which tools the agent can use.
Configure the AI agent
Use the generated proxy token in your AI agent configuration.
Start the Pincer server
Run the Pincer server to start processing agent requests.

Usage examples

Secure AI content generation
Use Pincer to protect your Gemini API key and allow your AI assistant to securely generate content without exposing credentials.
Cost separation for multiple teams
Assign different OpenAI API keys to different teams for cost tracking and rate limiting through Pincer.
Secure code signing
Allow AI agents to request code signing without exposing GPG private keys.
Unified model access
Access over 100 AI models through OpenRouter using a single proxy token.

Frequently Asked Questions

How does Pincer protect my API keys?
What if the proxy token is leaked?
Which AI models does Pincer support?
How can I track the API usage costs of different agents?
Does Pincer need to run continuously?
How can I back up and restore the Pincer configuration?
Which AI agents is Pincer compatible with?
How does the GPG signing function work?

Related resources

GitHub repository
Source code, issue tracking, and contribution guidelines for Pincer-MCP.
NPM package page
NPM package page for Pincer-MCP, including installation instructions and version history.
MCP registry
Pincer entry in the official Model Context Protocol registry.
Model Context Protocol official website
Official documentation and specifications for the MCP standard.
Setup guide
Detailed installation and configuration guide for Pincer.
IDE integration guide
How to integrate Pincer with IDEs such as VSCode, Claude Desktop, and Cursor.
OpenClaw integration guide
Integration instructions specifically for the OpenClaw AI agent.
Security policy
Pincer's security policy and vulnerability reporting guidelines.

Installation

Copy the following command to your Client for configuration
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
5.5K
4.5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
6.7K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
7.4K
5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
7.6K
5 points
R
Rsdoctor
Rsdoctor is a build analysis tool specifically designed for the Rspack ecosystem, fully compatible with webpack. It provides visual build analysis, multi - dimensional performance diagnosis, and intelligent optimization suggestions to help developers improve build efficiency and engineering quality.
TypeScript
10.5K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
10.8K
5 points
T
Testkube
Testkube is a test orchestration and execution framework for cloud-native applications, providing a unified platform to define, run, and analyze tests. It supports existing testing tools and Kubernetes infrastructure.
Go
7.6K
5 points
M
MCP Windbg
An MCP server that integrates AI models with WinDbg/CDB for analyzing Windows crash dump files and remote debugging, supporting natural language interaction to execute debugging commands.
Python
10.6K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
20.4K
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
25.5K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
35.4K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
72.2K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
32.2K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
64.4K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
21.0K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
47.7K
4.8 points