Skip to main content
Glama
package.json1.34 kB
{ "name": "@oevortex/ddg_search", "version": "1.1.8", "description": "A Model Context Protocol server for web search using DuckDuckGo and IAsk AI", "main": "src/index.js", "module": "src/index.ts", "exports": { ".": { "import": "./src/index.js", "default": "./src/index.js" } }, "bin": { "ddg-search-mcp": "bin/cli.js", "oevortex-ddg-search": "bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node bin/cli.js", "prepublishOnly": "npm run lint", "lint": "echo \"No linting configured\"", "build": "npx @smithery/cli build", "dev": "npx @smithery/cli dev" }, "publishConfig": { "access": "public" }, "keywords": [ "mcp", "model-context-protocol", "duckduckgo", "iask", "search", "web-search", "ai-search", "claude", "ai", "llm" ], "author": "OEvortex", "license": "Apache-2.0", "type": "module", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.4", "axios": "^1.8.4", "axios-cookiejar-support": "^6.0.5", "cheerio": "^1.0.0", "smithery": "^0.5.2", "tough-cookie": "^6.0.0", "turndown": "^7.2.2", "ws": "^8.18.3" }, "devDependencies": { "@types/node": "^24.3.0", "tsx": "^4.20.4", "typescript": "^5.9.2" } }

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/OEvortex/ddg_search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server