Skip to main content
Glama
edgardamasceno-dev

Longman Dictionary MCP Server

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 パッケージを使用します。

Related MCP server: Scrapezy MCP Server

リソース

  • Longman Dictionary から情報を抽出します。

    • はじめにと関連トピック

    • 発音、意味、例などの詳細が記載されたエントリ。

    • コーパスの例

    • 言葉の起源

  • MCP SDK を使用して、Claude Desktop などの MCP クライアントに統合できるツールを公開します

前提条件

  • Node.js (バージョン 16 以上)

  • npm

  • ギット

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Ldoce Server を自動的にインストールするには:

npx -y @smithery/cli install @edgardamasceno-dev/ldoce-mcp-server --client claude

手動インストール

  1. リポジトリをクローンします。

    git clone https://github.com/seuusuario/ldoce-mcp-server.git
    cd ldoce-mcp-server
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/edgardamasceno-dev/ldoce-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server