AIP Identity
Cryptographic identity for MCP clients — Ed25519 keypairs, DID-based verification, trust scoring, encrypted messaging, and artifact signing.
AIP MCP Server
MCP server that gives AI agents (Claude, Cursor, etc.) access to AIP identity tools — verify agents, check trust scores, sign content, and exchange encrypted messages.
Install
pip install aip-mcp-server
Setup
First, register an AIP identity (if you don't have one):
pip install aip-identity
aip register --platform github --username your-username
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"aip": {
"command": "aip-mcp-server"
}
}
}
Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"aip": {
"command": "aip-mcp-server"
}
}
}
Environment Variables
| Variable | Default | Description |
|---|---|---|
AIP_CREDENTIALS_PATH | ~/.aip/credentials.json | Path to credentials file |
AIP_SERVICE_URL | https://aip-service.fly.dev | AIP service endpoint |
Tools
| Tool | Description |
|---|---|
aip_whoami | Show your current AIP identity (DID, public key) |
aip_verify | Verify another agent's identity via challenge-response |
aip_trust_score | Get trust score and vouch chain for an agent |
aip_sign | Cryptographically sign content to prove authorship |
aip_verify_signature | Verify a signature against a DID's public key |
aip_send_message | Send an encrypted message to another agent |
aip_check_messages | Check for incoming messages |
aip_register | Register a new AIP identity |
Resources
| URI | Description |
|---|---|
aip://identity | Current agent's full identity info |
aip://trust/{did} | Trust graph data for a specific DID |
Links
- aip-identity on PyPI — Full CLI and Python SDK
- AIP Protocol — Source code and docs
- AIP Service — Production service
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Scout Monitoring MCP
ผู้สนับสนุนPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
ผู้สนับสนุนAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
mcp2cli
CLI bridge that wraps MCP servers as bash-invokable commands, recovering ~11K tokens of context window per session https://github.com/rodaddy/mcp2cli
SSE MCP Server Example
An example MCP Server demonstrating Server-Sent Events (SSE) usage.
Claude KVM
🤖 ⚡️ MCP server ( MacOS) — control remote desktops via VNC
Gemini Image Generator
Generate high-quality images from text prompts using Google's Gemini model.
MCP Server Template
A template for creating MCP servers using Python.
Gemini Image Generation
Generate images using Google's Gemini API.
MCP Server Starter
A TypeScript starter project for building Model Context Protocol (MCP) servers with Bun.
XcodeBuildMCP
Popular MCP server that enables AI agents to scaffold, build, run and test iOS, macOS, visionOS and watchOS apps or simulators and wired and wireless devices. It has powerful UI-automation capabilities like controlling the simulator, capturing run-time logs, as well as taking screenshots and viewing the accessibility hierarchy.
Code Sandbox MCP
A secure sandbox for executing code in Docker containers, providing a safe environment for AI applications.
Debugg AI
Enable your code gen agents to create & run 0-config end-to-end tests against new code changes in remote browsers via the Debugg AI testing platform.