Skip to main content
Glama
mikusnuz

umami-mcp

verify_auth

Check if your authentication token is valid to ensure secure access to Umami Analytics API v2 tools for website analytics and team management.

Instructions

Verify the current authentication token is valid

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Implementation of the verify_auth tool handler using the UmamiClient to call the /api/auth/verify endpoint.
    server.tool(
      "verify_auth",
      "Verify the current authentication token is valid",
      {},
      async () => {
        const data = await client.call("GET", "/api/auth/verify");
        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