MCP_GraReco is a server that provides AI assistants with grammar recommendation capabilities through the Anthropic Claude API. Built with TypeScript and Express, it processes text inputs using specialized prompts (elementary, standard, and timeline) to generate grammar corrections and recommendations. The server implements Server-Sent Events (SSE) for real-time communication, containerizes the application with Docker for easy deployment, and includes configurable parameters for the Anthropic model. This implementation is particularly valuable for users who need grammar assistance without leaving their AI assistant interface.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
A simple tool that echoes back the input message. Input: message (string): The message to be echoed back. Returns: Text containing the echoed message.
Displays all environment variables, useful for debugging MCP server settings. Input: None. Returns: JSON string containing all environment variables.
Fetches a website from a URL and converts it into HTML in graphic recording format. Input: url (string): The URL of the website to convert; promptType (enum: 'standard' | 'elementary' | 'timeline', default: 'standard'): The type of prompt to use. Returns: The save path of the generated HTML file, with progress notifications sent during processing.
Converts text into HTML in graphic recording format. Input: text (string): The text to convert; promptType (enum: 'standard' | 'elementary' | 'timeline', default: 'standard'): The type of prompt to use. Returns: The save path of the generated HTML file, with progress notifications sent during processing.