Longman Dictionary MCP Server
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
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Longman Dictionary MCP Serverdefine 'serendipity'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Scrapezy MCP Server
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
Installing via Smithery
To install Ldoce Server for Claude Desktop automatically via Smithery :
npx -y @smithery/cli install @edgardamasceno-dev/ldoce-mcp-server --client claudeManual Installation
Clone the repository:
git clone https://github.com/seuusuario/ldoce-mcp-server.git cd ldoce-mcp-server
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.1MIT
- -licenseBqualityNot gradedmaintenanceA Model Context Protocol server that enables AI models to extract structured data from websites through the extract\_structured\_data tool.125
- AlicenseBqualityDmaintenanceA Model Context Protocol server providing web search capabilities using Google Custom Search API and webpage content extraction functionality.2MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides web scraping capabilities, enabling AI to extract and analyze web content through page structure analysis, schema-based extraction, and screenshot capture.1MIT
Related MCP Connectors
Web search, page extraction and structured commerce, social and business data for AI agents
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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