Skip to main content
Glama
The-Nexus-Guard

aip-identity

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

Related MCP server: @citizenofthecloud/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

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    MCP server for AI agent trust verification, enabling agents to verify identities, check trust scores, and build reputation across multiple blockchain and web platforms.
    12
    34
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for AInternet — DNS, identity and messaging for AI agents, enabling .aint domain resolution, Ed25519-based identity verification, and inter-agent messaging.
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

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/The-Nexus-Guard/aip-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server