hypernym-mcp-server

hypernym-mcp-server

4

Hypernym MCP Server is a Model Context Protocol server delivering semantic analysis and compression services via Hypernym AI's API. It allows machine learning models to perform sophisticated text analysis through standardized interfaces.

Hypernym MCP Server

A server implementing the Model Context Protocol (MCP) for semantic text analysis and compression using Hypernym AI's API. It facilitates LLMs' access to semantic categorization and compression capabilities through standardized MCP interfaces.

Features

  • Implements the MCP specification
  • Supports both stdio and HTTP/HTTPS JSON-RPC 2.0 endpoints
  • Includes retry logic and HTTPS support
  • Offers tools like analyze_text and semantic_compression

Usage

To use the server, you can choose between HTTP/HTTPS mode or stdio transport mode for MCP integration. Ensure that the necessary environment variables are set and start the server accordingly.

HTTP Endpoints

  • POST / - MCP JSON-RPC 2.0 endpoint
  • POST /analyze_sync - Direct API passthrough
  • GET /health - Health check