aip-identity
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AIP_SERVICE_URL | No | AIP service endpoint | https://aip-service.fly.dev |
| AIP_CREDENTIALS_PATH | No | Path to credentials file | ~/.aip/credentials.json |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| aip_whoamiA | Show your current AIP identity — DID, platform, and public key. |
| aip_verifyA | Verify another agent's identity via cryptographic challenge-response. Args: did: The DID of the agent to verify (e.g. did:aip:abc123...) |
| aip_trust_scoreC | Get the trust score and vouch chain for an agent. Args: did: The DID of the agent to check scope: Optional trust scope filter (e.g. GENERAL, CODE_SIGNING) |
| aip_signB | Cryptographically sign content with your AIP identity to prove authorship. Args: content: The text content to sign |
| aip_verify_signatureA | Verify a cryptographic signature against a DID's public key. Args: content: The original content that was signed signature: The base64-encoded signature to verify did: The DID of the agent who allegedly signed it |
| aip_send_messageC | Send an encrypted message to another agent. Args: recipient_did: The DID of the recipient agent message: The message text to send |
| aip_check_messagesB | Check for messages sent to your agent. Args: unread_only: If True, only return unread messages (default: True) |
| aip_registerC | Register a new AIP identity for your agent. Args: platform: Platform name (e.g. 'github', 'moltbook', 'discord') username: Your username on that platform |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_identity | Current agent's full AIP identity information. |
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/The-Nexus-Guard/aip-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server