UNPKG

@acwink/movies-search-mcp

Version:

Smart MCP tool to find and validate movie/tv-show resources with multiple sources support

59 lines 1.43 kB
{ "name": "@acwink/movies-search-mcp", "version": "1.0.18", "description": "Smart MCP tool to find and validate movie/tv-show resources with multiple sources support", "main": "./cli.js", "bin": { "movies-search-mcp": "./cli.js" }, "files": [ "cli.js", "mcp-server.js", "mcp-server-sse.js", "server.js", "sdk-fake/**/*", "README.md", "LICENSE" ], "scripts": { "start": "node server.js", "mcp": "node mcp-server.js", "mcp:sse": "node mcp-server-sse.js", "cli": "node cli.js", "cli:sse": "node cli.js --sse", "postinstall": "npx playwright install chromium" }, "keywords": [ "mcp", "mcp-server", "mcp-tool", "movie", "tv-show", "search", "crawler", "video", "streaming", "model-context-protocol" ], "author": "Sean Wang <seanwangjs@example.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Seann0824/movies-search-mcp.git" }, "bugs": { "url": "https://github.com/Seann0824/movies-search-mcp/issues" }, "homepage": "https://github.com/Seann0824/movies-search-mcp#readme", "engines": { "node": ">=16.0.0" }, "dependencies": { "playwright": "^1.44.0", "playwright-extra": "^4.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2", "@modelcontextprotocol/sdk": "^1.13.2", "cheerio": "^1.0.0-rc.12", "zod": "^3.23.8" } }