{ "name": "praesentire-mcp", "version": "0.1.0", "description": "MCP server for Praesentire — bilingual financial news sentiment (English + Traditional Chinese) as a Claude tool.", "license": "MIT", "type": "module", "bin": { "praesentire-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.0" }, "engines": { "node": ">=18" }, "keywords": [ "mcp", "model-context-protocol", "claude", "anthropic", "finance", "sentiment", "news", "stocks", "trading", "bilingual", "taiwan" ], "repository": { "type": "git", "url": "git+https://github.com/Etha0916/praesentire-mcp.git" }, "homepage": "https://praesentire.com", "bugs": { "url": "https://github.com/Etha0916/praesentire-mcp/issues" }, "author": "Praesentire ", "publishConfig": { "access": "public" } }