MCP Tavily

by kshern
Verified
{ "name": "@mcptools/mcp-tavily", "version": "1.0.0", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-tavily": "./dist/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "tavily", "search", "ai", "model-context-protocol" ], "author": "kshern", "license": "MIT", "description": "A Model Context Protocol (MCP) server implementation for Tavily API, providing advanced search and content extraction capabilities", "repository": { "type": "git", "url": "git+https://github.com/kshern/mcp-tavily.git" }, "bugs": { "url": "https://github.com/kshern/mcp-tavily/issues" }, "homepage": "https://github.com/kshern/mcp-tavily#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "@tavily/core": "^0.3.1", "@types/node": "^22.13.4", "typescript": "^5.7.3", "zod": "^3.24.2" } }