Skip to main content
Glama

Hacker News MCP Server

user.ts304 B
export interface User { id: string; created: number; karma: number; about?: string; submitted?: number[]; } export function formatUser(user: any): User { return { id: user.id, created: user.created, karma: user.karma, about: user.about, submitted: user.submitted, }; }

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/devabdultech/hn-mcp'

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