Skip to main content
Glama

get_user

Retrieve the authenticated user details from the Intruder API using the MCP server intruder-mcp for client integrations like Claude and Cursor.

Instructions

Get the current user of the Intruder API that we are authenticated as

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "properties": {}, "title": "get_userArguments", "type": "object" }

Implementation Reference

  • The main handler function for the 'get_user' tool. It is decorated with @mcp.tool(), which registers it in the MCP server. The function calls api.get_health() to retrieve and return the authenticated user string.
    @mcp.tool() async def get_user() -> str: """Get the current user of the Intruder API that we are authenticated as""" health = api.get_health() return health.authenticated_as

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/intruder-io/intruder-mcp'

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