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
Máy chủ liên quan
Alpha Vantage MCP Server
nhà tài trợAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
sep-mpc-server
A server for processing semantic embeddings, requiring external data files mounted via a Docker volume.
MCP Builder
A Python-based server to install and configure other MCP servers from PyPI, npm, or local directories.
AST2LLM for Go
A local AST-powered context enhancement tool for LLMs that analyzes Go project structure for faster context resolution.
eBPF MCP
A secure MCP server for eBPF, designed for AI integration, kernel introspection, and automation.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
MCP Crypto Wallet EVM
Perform EVM crypto wallet operations using ethers.js v5. Supports a private key environment variable for wallet operations.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
React Native AI Debugger
Enables AI assistants like Claude Code to capture logs, execute code, inspect state, and control navigation in your React Native app.
MCP Manager
A full-stack application for managing Model Context Protocol (MCP) servers for Claude Desktop with a modern web interface.
Metasploit MCP Server
An MCP server for integrating with the Metasploit Framework. Requires Metasploit Framework to be installed and msfrpcd to be running.