Skip to main content
Glama
mikusnuz

umami-mcp

get_me

Retrieve your authenticated user profile information from the Umami Analytics platform to access account details and manage permissions.

Instructions

Get the currently authenticated user's profile information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of the "get_me" tool handler, registered via `server.tool` in `src/tools/account.ts`.
    server.tool(
      "get_me",
      "Get the currently authenticated user's profile information",
      {},
      async () => {
        const data = await client.call("GET", "/api/me");
        return { content: [{ type: "text", text: JSON.stringify(data, null, 2) }] };
      }
    );

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/mikusnuz/umami-mcp'

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