Skip to main content
Glama

Hacker News MCP Server

package.json1.05 kB
{ "name": "@devabdultech/hn-mcp-server", "version": "1.2.2", "main": "./dist/index.js", "type": "module", "bin": { "hackernews-mcp": "./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/devabdultech/hn-mcp.git" }, "bugs": { "url": "https://github.com/devabdultech/hn-mcp/issues" }, "files": [ "dist", "dist/index.js" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "start": "node dist/index.js" }, "keywords": [ "mcp", "model-context-protocol", "hacker-news", "hn", "news", "claude" ], "author": "devabdultech", "license": "MIT", "description": "MCP Server for using the Hacker News API", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "@types/node": "^22.13.7", "@types/node-fetch": "^2.6.12", "node-fetch": "^3.3.2", "zod": "^3.24.2", "zod-to-json-schema": "^3.24.3" }, "devDependencies": { "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }

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