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.
No reviews yet. Be the first to review!
Sign in to join the conversation
エコーバックするシンプルなツール。入力メッセージをエコーバックします。入力: message (string): エコーバックするメッセージ。戻り値: エコーメッセージを含むテキスト
すべての環境変数を表示するツール。MCPサーバー設定のデバッグに役立ちます。入力: なし。戻り値: すべての環境変数のJSON文字列
URLからWebサイトを取得し、グラフィックレコーディング形式のHTMLに変換します。入力: url (string): 変換対象のWebサイトURL, promptType (enum: 'standard' | 'elementary' | 'timeline', デフォルト: 'standard'): 使用するプロンプトタイプ。戻り値: 生成されたHTMLファイルの保存パス
テキストをグラフィックレコーディング形式のHTMLに変換します。入力: text (string): 変換対象のテキスト, promptType (enum: 'standard' | 'elementary' | 'timeline', デフォルト: 'standard'): 使用するプロンプトタイプ。戻り値: 生成されたHTMLファイルの保存パス