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
- -securityAlicense-qualityEnables performing local web searches and extracting structured content from web pages using the Model Context Protocol, featuring customizable result limits and domain filtering.Last updated -8JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that retrieves information from Wikipedia to provide context to LLMs, allowing users to search articles, get summaries, full content, sections, and links from Wikipedia.Last updated -977PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI models to extract structured data from websites through the extract\_structured\_data tool.Last updated -1673JavaScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that intelligently fetches and processes web content, transforming websites and documentation into clean, structured markdown with nested URL crawling capabilities.Last updated -26753TypeScript