Skip to main content
Glama

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

リソース

  • 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
Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    Enables 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 -
    9
    MIT License
  • A
    security
    -
    license
    A
    quality
    A Model Context Protocol server that enables AI models to extract structured data from websites through the extract\_structured\_data tool.
    Last updated -
    1
    14
    MIT License
    • Apple
  • A
    security
    F
    license
    A
    quality
    A 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 -
    2
    20
    5
  • -
    security
    A
    license
    -
    quality
    A server that provides access to MDict dictionaries through the Model Context Protocol, enabling word lookups, searches, and dictionary management.
    Last updated -
    2
    MIT License

View all related MCP servers

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