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 패키지를 사용합니다.
자원
- Longman 사전에서 정보 추출:
- 소개 및 관련 주제
- 발음, 의미, 예시 등에 대한 세부 정보가 포함된 항목입니다.
- 코퍼스 예시
- 단어의 유래
- MCP SDK를 사용하여 Claude Desktop과 같은 MCP 클라이언트에 통합할 수 있는 도구를 제공합니다 .
필수 조건
- Node.js(버전 16 이상)
- 엔피엠
- 깃
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 Ldoce Server를 자동으로 설치하려면:
지엑스피1
수동 설치
- 저장소를 복제합니다.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Longman Dictionary of Contemporary English 웹사이트에서 구조화된 사전 데이터를 추출하여 Model Context Protocol을 통해 제공함으로써 AI 에이전트가 자세한 단어 정의, 예시 및 언어 정보에 접근할 수 있도록 합니다.
Related MCP Servers
- AsecurityAlicenseAqualityA production-ready Model Context Protocol server that enables language models to leverage AI-powered web scraping capabilities, offering tools for transforming webpages to markdown, extracting structured data, and executing AI-powered web searches.Last updated -316PythonMIT License
- AsecurityAlicenseAqualityEnables extracting data from websites using natural language prompts, allowing users to specify exactly what content they want in plain English and returning structured JSON data.Last updated -11,3794TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI agents to query Erick Wendel's talks, blog posts, and videos across different platforms using natural language.Last updated -55TypeScriptMIT License
- -securityAlicense-qualityWord document reading and writing MCP implemented in Node.jsLast updated -645TypeScriptMIT License