Integrations
Used for making HTTP requests to fetch dictionary data from the Longman Dictionary website
Used for HTML parsing and data extraction from the Longman Dictionary web pages
Ldoce MCP Server
This is an MCP server built in Node.js and TypeScript that consumes the Longman Dictionary page for a given word and returns the extracted data in standardized JSON format for use by AI agents.
Description
The server connects to the URL https://www.ldoceonline.com/dictionary/<word>
, extracts information such as the introduction, related topics, entries (verb and noun), corpus examples, and source, and returns this data structured in a JSON object. The project follows the Model Context Protocol (MCP) standards and uses the Axios and Cheerio packages for HTTP requests and HTML parsing.
Resources
- Extract information from Longman Dictionary:
- Introduction and related topics
- Entries with details of pronunciations, meanings, examples, etc.
- Corpus Examples
- Origin of the word
- It uses MCP SDK to expose a tool that can be integrated into MCP clients such as Claude Desktop.
Prerequisites
- Node.js (version 16 or higher)
- npm
- Git
Installation
- Clone the repository:Copy
This server cannot be installed
You extract structured dictionary data from the Longman Dictionary of Contemporary English website and serve it via the Model Context Protocol, enabling AI agents to access detailed word definitions, examples, and linguistic information.