Ldoce MCP サーバー
これは、Node.js と TypeScript で構築された MCP サーバーであり、特定の単語の Longman Dictionary ページを消費し、抽出されたデータを AI エージェントが使用できるように標準化された JSON 形式で返します。
説明
サーバーは URL https://www.ldoceonline.com/dictionary/<word>
に接続し、紹介、関連トピック、エントリ (動詞と名詞)、コーパスの例、ソースなどの情報を抽出し、このデータを JSON オブジェクトに構造化して返します。このプロジェクトは、Model Context Protocol (MCP) 標準に準拠しており、HTTP リクエストと HTML 解析に Axios および Cheerio パッケージを使用します。
リソース
- Longman Dictionary から情報を抽出します。
- はじめにと関連トピック
- 発音、意味、例などの詳細が記載されたエントリ。
- コーパスの例
- 言葉の起源
- MCP SDK を使用して、Claude Desktop などの MCP クライアントに統合できるツールを公開します。
前提条件
- Node.js (バージョン 16 以上)
- npm
- ギット
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Ldoce Server を自動的にインストールするには:
手動インストール
- リポジトリをクローンします。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Longman Dictionary of Contemporary English の Web サイトから構造化された辞書データを抽出し、モデル コンテキスト プロトコルを介して提供することで、AI エージェントが詳細な単語の定義、例、言語情報にアクセスできるようになります。
Related MCP Servers
- AsecurityAlicenseAqualityA production-ready Model Context Protocol server that enables language models to leverage AI-powered web scraping capabilities, offering tools for transforming webpages to markdown, extracting structured data, and executing AI-powered web searches.Last updated -316PythonMIT License
- AsecurityAlicenseAqualityEnables extracting data from websites using natural language prompts, allowing users to specify exactly what content they want in plain English and returning structured JSON data.Last updated -11,3794TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI agents to query Erick Wendel's talks, blog posts, and videos across different platforms using natural language.Last updated -55TypeScriptMIT License
- -securityAlicense-qualityWord document reading and writing MCP implemented in Node.jsLast updated -645TypeScriptMIT License