Skip to main content
Glama

aip_verify

Verify AI agent identities using cryptographic challenge-response authentication to establish trust in decentralized systems.

Instructions

Verify another agent's identity via cryptographic challenge-response.

Args: did: The DID of the agent to verify (e.g. did:aip:abc123...)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
didYes

Implementation Reference

  • Implementation of the `aip_verify` tool which verifies an agent's identity using the loaded AIP client.
    @mcp.tool()
    def aip_verify(did: str) -> dict:
        """Verify another agent's identity via cryptographic challenge-response.
    
        Args:
            did: The DID of the agent to verify (e.g. did:aip:abc123...)
        """
        client = _load_client()
        return client.verify(did)

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