UNPKG

jina-mcp-tools

Version:

Jina AI Model Context Protocol (MCP) server that integrates with Jina AI APIs for web reading and search

43 lines (42 loc) 1.02 kB
{ "name": "jina-mcp-tools", "version": "1.1.2", "description": "Jina AI Model Context Protocol (MCP) server that integrates with Jina AI APIs for web reading and search", "main": "index.js", "type": "module", "bin": { "jina-mcp-tools": "./index.js" }, "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0", "node-fetch": "^3.3.2", "zod": "^3.25.76" }, "keywords": [ "jina", "ai", "mcp", "model-context-protocol", "search", "web-reader", "cursor", "cursor-editor" ], "repository": { "type": "git", "url": "git+https://github.com/PsychArch/jina-mcp-tools.git" }, "homepage": "https://github.com/PsychArch/jina-mcp-tools#readme", "bugs": { "url": "https://github.com/PsychArch/jina-mcp-tools/issues" }, "author": "PsychArch (https://github.com/PsychArch)", "license": "MIT", "engines": { "node": ">=16.0.0" } }