Skip to main content
Glama

HackerNews MCP Server

by wei
package.json627 B
{ "name": "hn-mcp-server", "version": "1.0.0", "description": "MCP server for interacting with HackerNews API", "type": "module", "main": "build/index.js", "bin": { "hn-mcp-server": "build/index.js" }, "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc && node build/index.js" }, "keywords": [ "mcp", "hackernews", "model-context-protocol" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.5", "typescript": "^5.7.3" } }

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/wei/hn-mcp-server-vibe'

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