Skip to main content
Glama
edgardamasceno-dev

Longman Dictionary MCP Server

Ldoce MCP 서버

대장간 엠블럼

이는 Node.js와 TypeScript로 구축된 MCP 서버로, 주어진 단어에 대한 Longman 사전 페이지를 사용하고 AI 에이전트가 사용할 수 있도록 표준화된 JSON 형식으로 추출된 데이터를 반환합니다.

설명

서버는 URL https://www.ldoceonline.com/dictionary/<word> 에 접속하여 소개, 관련 주제, 항목(동사와 명사), 코퍼스 예시, 출처 등의 정보를 추출하고 이 데이터를 JSON 객체로 구조화하여 반환합니다. 이 프로젝트는 MCP(Model Context Protocol) 표준을 따르고 HTTP 요청과 HTML 구문 분석을 위해 Axios 및 Cheerio 패키지를 사용합니다.

Related MCP server: Scrapezy MCP Server

자원

  • Longman 사전에서 정보 추출:

    • 소개 및 관련 주제

    • 발음, 의미, 예시 등에 대한 세부 정보가 포함된 항목입니다.

    • 코퍼스 예시

    • 단어의 유래

  • MCP SDK를 사용하여 Claude Desktop과 같은 MCP 클라이언트에 통합할 수 있는 도구를 제공합니다 .

필수 조건

  • Node.js(버전 16 이상)

  • 엔피엠

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 Ldoce Server를 자동으로 설치하려면:

지엑스피1

수동 설치

  1. 저장소를 복제합니다.

    git clone https://github.com/seuusuario/ldoce-mcp-server.git
    cd ldoce-mcp-server

Available Tools

1 tool
get_dictionary_entryC

Busca o HTML do Longman para uma palavra e retorna JSON parseado (dictionaryEntries, simpleForm, continuousForm)

ParametersJSON Schema
NameRequiredDescriptionDefault
wordYesA palavra a ser consultada (ex: rot)

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions the tool fetches and parses HTML into JSON, but doesn't cover critical aspects like error handling, rate limits, authentication needs, or what happens if the word isn't found. For a tool with no annotation coverage, this leaves significant behavioral gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the key action and output. It avoids unnecessary words and gets straight to the point. However, it could be slightly more structured by separating the input and output aspects for clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (fetching and parsing HTML), no annotations, and no output schema, the description is minimally adequate. It covers the basic purpose and output format but lacks details on behavior, error cases, or return structure. It meets the minimum viable threshold but has clear gaps in context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, with the 'word' parameter clearly documented. The description doesn't add any parameter details beyond what the schema provides (e.g., it doesn't specify format constraints or examples). With high schema coverage, the baseline score of 3 is appropriate, as the description doesn't compensate but doesn't need to.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: it searches for a word's Longman HTML and returns parsed JSON with specific fields (dictionaryEntries, simpleForm, continuousForm). It uses specific verbs ('Busca', 'retorna') and identifies the resource (Longman HTML for a word). However, with no sibling tools mentioned, there's no opportunity to distinguish from alternatives, preventing a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, prerequisites, or exclusions. It only describes what the tool does, without context for its application. Since no sibling tools are listed, this isn't a major gap, but it still lacks any usage instructions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool updatev1.0.0
    • First observedget_dictionary_entry

TDQS

B3.1/5.0
Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as fetching and parsing dictionary entries from Longman.

Naming Consistency5/5

Since there is only a single tool, naming consistency is inherently perfect. The tool name 'get_dictionary_entry' follows a clear verb_noun pattern, which would be consistent if more tools were added.

Tool Count2/5

A single tool is too few for a dictionary server, as it lacks basic operations like searching for words, handling synonyms/antonyms, or managing user history. This minimal scope limits functionality and feels incomplete for the domain.

Completeness2/5

The tool surface is severely incomplete for a dictionary server. While it provides entry retrieval, it misses essential features such as word search, phonetic lookups, example sentences, or related terms, which are standard in dictionary applications.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

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