mcp-news-server
0
The MCP News Server is a wrapper around the Hacker News API, showcasing the implementation of the Modular Contract Protocol (MCP). It is designed to convert traditional REST APIs into MCP-compliant servers, facilitating easy discovery and interaction by tools such as LLM agents.
GET /api/listTopStories
Return to the Hacker News Popular Story ID List
GET /api/getStory/:id
Returns the full story data of the specified ID
GET /openapi.json
Provides OpenAPI specifications for LLM function discovery