Skip to main content
Glama

Longman Dictionary MCP Server

package.json881 B
{ "name": "ldoce-mcp-server", "version": "0.1.0", "description": "A Model Context Protocol server", "type": "module", "bin": { "ldoce-mcp-server": "./build/index.js" }, "files": [ "build" ], "private": true, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.3", "cheerio": "^1.0.0", "phantomjs-prebuilt": "^2.1.16", "turndown": "^7.2.0" }, "devDependencies": { "@types/cheerio": "^0.22.35", "@types/node": "^22.13.10", "@types/turndown": "^5.0.5", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }

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