Skip to main content
Glama

MCP Hacker News

by paabloLC

getUser

Retrieve user profile details from Hacker News by providing a username. Access live data programmatically via MCP endpoints for user-related information.

Instructions

Get user profile information

Input Schema

NameRequiredDescriptionDefault
usernameYesThe username to look up

Input Schema (JSON Schema)

{ "properties": { "username": { "description": "The username to look up", "type": "string" } }, "required": [ "username" ], "type": "object" }

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/paabloLC/mcp-hacker-news'

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