{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_gqf5h49tasrk","handle":"daily-hot-mcp","url":"https://wellknown.network/agents/daily-hot-mcp","links":{"self":"https://wellknown.network/agents/daily-hot-mcp/record.json","html":"https://wellknown.network/agents/daily-hot-mcp","markdown":"https://wellknown.network/agents/daily-hot-mcp/record.md","api":"https://wellknown.network/api/v1/agents/daily-hot-mcp","status":"https://wellknown.network/api/v1/agents/daily-hot-mcp/status","claim":"https://wellknown.network/agents/daily-hot-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/daily-hot-mcp/claim.json","badge":"https://wellknown.network/agents/daily-hot-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/daily-hot-mcp/history","tools":"https://wellknown.network/api/v1/agents/daily-hot-mcp/tools"},"ard":{"identifier":"urn:air::server:daily-hot-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"daily-hot-mcp","summary":"🔥 基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务","description":"# 🔥 Daily Hots\n\n基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务 - Python 实现\n\n## ✨ 特性\n\n- 📊 **一站式聚合** - 聚合全网热点资讯，覆盖 30 个优质数据源\n- 🔄 **实时更新** - 保持与源站同步的最新热点数据\n- 🧩 **MCP 协议支持** - 完全兼容 Model Context Protocol，轻松集成到 AI 应用\n- 🔌 **易于扩展** - 简单配置即可添加自定义数据源\n- 🎨 **灵活定制** - 通过环境变量轻松调整返回字段\n- 🐍 **Python 实现** - 使用 Python 开发，更好的可维护性和扩展性\n- 🌐 **多领域覆盖** - 新闻资讯、社交媒体、科技开发、财经投资、汽车、生活消费等\n\n## 📦 安装\n\n### 方式一：使用 uvx（推荐）\n\n无需安装，直接运行：\n\n```bash\n# 基本启动\nuvx daily-hot-mcp\n\n# 带 FireCrawl API 密钥启动\nuvx daily-hot-mcp --firecrawl-api-key your_api_key\n\n# 带自定义 RSS 源启动\nuvx daily-hot-mcp --custom-rss-url https://your-rss-feed.com/feed\n\n# 同时指定多个参数\nuvx daily-hot-mcp --firecrawl-api-key your_api_key --custom-rss-url https://your-rss-feed.com/feed\n```\n\n### 方式二：从 PyPI 安装\n\n```bash\npip install daily-hot-mcp\ndaily-hot-mcp\n```\n\n### 方式三：从源码安装\n\n```bash\ngit clone https://github.com/fancyboi999/daily-hot-mcp.git\ncd daily-hot-mcp\npip install -r requirements.txt\npip install -e .\n```\n\n## 📖 使用指南\n\n### 命令行参数\n\n```bash\ndaily-hot-mcp --help\n```\n\n可用参数：\n\n- `--firecrawl-api-key`: FireCrawl API 密钥，用于爬取网站内容获取热点详细信息（可选）\n- `--custom-rss-url`: 自定义 RSS 订阅源 URL，配置后将自动添加 custom-rss 工具（可选）\n\n### 启动示例\n\n```bash\n# 基本启动（使用默认配置）\ndaily-hot-mcp\n\n# 带 FireCrawl API 密钥启动\ndaily-hot-mcp --firecrawl-api-key your_api_key\n\n# 带自定义 RSS 源启动\ndaily-hot-mcp --custom-rss-url https://your-rss-feed.com/feed\n\n# 同时指定多个参数\ndaily-hot-mcp --firecrawl-api-key your_api_key --custom-rss-url https://your-rss-feed.com/feed\n```\n\n服务器将在 `http://0.0.0.0:8000/mcp/` 启动。\n\n### 配置说明\n\n#### FireCrawl API 密钥\n\n用于获取热点内容的详细信息，允许系统抓取目标热点的完整内容，提供更丰富的信息展示。API 密钥可在 [FireCrawl 官网](https://www.firecrawl.dev/app) 申请获取。\n\n#### 自定义 RSS 订阅源\n\n配置后系统将自动添加 `custom-rss` 工具，用于获取指定的 RSS 订阅源内容。\n\n### 从源码运行\n\n```bash\n# 直接运行模块\npython -m daily_hot_mcp\n\n# 或\npython daily_hot_mcp/__main__.py\n```\n\n### MCP 客户端配置\n\n#### 方式一：使用 uvx 启动（推荐）\n\n```json\n{\n  \"mcpServers\": {\n    \"daily-hot\": {\n      \"command\": \"uvx\",\n      \"args\": [\"daily-hot-mcp\"]\n    }\n  }\n}\n```\n\n如需传入 API 密钥或自定义 RSS 源：\n\n```json\n{\n  \"mcpServers\": {\n    \"da…","publisher":{"name":"fancyboi","url":null},"homepage":"https://github.com/fancyboi999/daily-hot-mcp","repository":"https://github.com/fancyboi999/daily-hot-mcp","version":"1.6.7","license":null,"protocols":["mcp"],"tags":["mcp","daily","news","hot","trending","aggregator"],"pricing":null,"endpoints":[{"url":"pypi:daily-hot-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"data.news","name":"News & Feeds","confidence":1,"provenance":"declared"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["data","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"daily-hot-mcp","registry":"pypi","observedAt":"2026-09-15T12:25:38.874Z","publishedAt":"2025-10-10T07:22:38.967925Z","latestVersion":"1.6.7"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"daily-hot-mcp","url":"https://pypi.org/project/daily-hot-mcp/","firstSeenAt":"2026-09-09T13:21:16.094Z","fetchedAt":"2026-09-15T12:24:37.123Z","normalizedAt":"2026-09-15T12:24:37.123Z"}]},"firstSeenAt":"2026-09-09T13:21:16.094Z","updatedAt":"2026-09-15T12:25:38.874Z"}