Skip to main content
Glama

aip_whoami

Display your current Agent Identity Protocol (AIP) credentials including DID, platform, and public key to verify agent identity.

Instructions

Show your current AIP identity — DID, platform, and public key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of the aip_whoami tool handler.
    @mcp.tool()
    def aip_whoami() -> dict:
        """Show your current AIP identity — DID, platform, and public key."""
        client = _load_client()
        return {
            "did": client.did,
            "public_key": client.public_key,
            "service_url": client.service_url,
        }

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