trackmcp
Back to directory
DON-VXNKS

mcp-sentiment-analyzer

View on GitHub

MCP server for Hacker News sentiment analysis. Track developer sentiment on any tech topic.

1 stars PythonOthers Updated Jun 7, 2026

Documentation

sentiment-analyzer

MCPize

MCP server created with MCPize.

Quick Start

bash
npm install
npm run dev     # Start with hot reload

Server runs at `http://localhost:8080/mcp`

Development

bash
npm run dev     # Development mode with hot reload
npm run build   # Compile TypeScript
npm test        # Run tests
npm start       # Run compiled server

Project Structure

code
├── src/
│   ├── index.ts        # MCP server entry point
│   └── tools.ts        # Pure tool functions (testable)
├── tests/
│   └── tools.test.ts   # Tool unit tests
├── package.json        # Dependencies and scripts
├── tsconfig.json       # TypeScript configuration
├── mcpize.yaml         # MCPize deployment manifest
├── Dockerfile          # Container build
└── .env.example        # Environment variables template

Tools

  • hello — Returns a greeting message
  • echo — Echoes back the input with a timestamp

Testing

bash
npm test                                  # Run unit tests
npx @anthropic-ai/mcp-inspector          # Interactive MCP testing

Connect to `http://localhost:8080/mcp` to test tools interactively.

Deployment

bash
mcpize deploy

License

MIT

Frequently asked questions

What is mcp-sentiment-analyzer?

mcp-sentiment-analyzer is MCP server for Hacker News sentiment analysis. Track developer sentiment on any tech topic.

How do I install mcp-sentiment-analyzer?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-sentiment-analyzer open source?

Yes — it is hosted on GitHub at https://github.com/DON-VXNKS/mcp-sentiment-analyzer and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP