{ "name": "@frank-x/dailyhot-mcp", "version": "0.1.13", "mcpName": "io.github.FrankXMX/dailyhotmcp", "description": "MCP Server - 聚合55+平台热门榜单数据的AI工具。支持的平台包括:社交媒体(微博、知乎、B站、抖音、贴吧)、技术社区(GitHub、CSDN、掘金、V2EX)、游戏(原神、崩坏3、星穹铁道、米游社、英雄联盟)、新闻资讯(澎湃、网易、腾讯、新浪)、其他(历史上的今天、天气预警、地震速报、豆瓣电影等)。每个工具支持limit参数限制返回数量,noCache参数跳过缓存。适用于LLM/RAG场景获取实时热点数据。", "keywords": [ "API", "RSS" ], "homepage": "https://github.com/FrankXMX/dailyhotmcp#readme", "bugs": { "url": "https://github.com/FrankXMX/dailyhotmcp/issues" }, "repository": { "type": "git", "url": "git+https://github.com/FrankXMX/dailyhotmcp.git" }, "license": "MIT", "author": "FrankXMX", "main": "dist/index.js", "bin": { "dailyhot-mcp": "bin/cli.mjs" }, "declaration": true, "declarationMap": true, "sourceMap": true, "files": [ "LICENSE", "README.md", "dist/**/*", "bin/**/*", "!dist/logs/**/*" ], "scripts": { "format": "prettier --write .", "lint": "eslint .", "dev": "cross-env NODE_ENV=development tsx watch --no-cache src/index.ts", "dev:cache": "cross-env NODE_ENV=development tsx watch src/index.ts", "build": "tsc --project tsconfig.json", "start": "cross-env NODE_ENV=development node dist/index.js" }, "type": "module", "dependencies": { "@hono/node-server": "^1.19.12", "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.11.0", "chalk": "^5.4.1", "cheerio": "^1.1.2", "dayjs": "^1.11.13", "dotenv": "^17.2.1", "feed": "^5.1.0", "flatted": "^3.3.3", "iconv-lite": "^0.6.3", "ioredis": "^5.6.1", "md5": "^2.3.0", "node-cache": "^5.1.2", "node-fetch": "^3.3.2", "rss-parser": "^3.13.0", "user-agents": "^1.1.614", "winston": "^3.17.0", "zod": "^4.3.6" }, "devDependencies": { "@eslint/js": "^9.32.0", "@types/md5": "^2.3.5", "@types/node": "^22.16.5", "@types/user-agents": "^1.0.4", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "cross-env": "^7.0.3", "eslint": "^9.32.0", "globals": "^16.3.0", "prettier": "^3.6.2", "tsx": "^4.20.3", "typescript": "^5.8.3", "typescript-eslint": "^8.38.0" }, "engines": { "node": ">=20" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild" ] } }