Skip to main content
Glama
Micro66

daily-hot-mcp

by Micro66

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DAILY_HOT_TIMEOUT_MSNoRequest timeout in milliseconds, defaults to 1000010000
DAILY_HOT_CACHE_TTL_MSNoDefault cache time in milliseconds, defaults to 6000060000
DAILY_HOT_MAX_CONCURRENCYNoMaximum concurrency for batch requests, defaults to 66

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
daily_hot_list_sourcesA

列出 next-daily-hot 支持的全部热榜来源(id/label/tip)。

daily_hot_getB

获取指定来源的热榜数据(MCP standalone 直连各平台源站)。支持 TTL 缓存、可选强制刷新。

daily_hot_get_multiA

批量获取多个来源的热榜(并发可控 + TTL 缓存)。单个来源失败不会影响其它来源。

daily_hot_cache_statsA

查看内存缓存命中/写入统计。

daily_hot_cache_clearA

清空内存缓存。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: cache management (clear/stats), single-source retrieval, multi-source retrieval, and source listing. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent snake_case pattern with the prefix 'daily_hot_' and verb_noun structure (e.g., daily_hot_get, daily_hot_list_sources). No naming irregularities.

Tool Count5/5

With 5 tools covering core operations (list sources, get single/multiple, cache management), the count is well-scoped for the server's purpose—neither too sparse nor excessive.

Completeness5/5

The tool surface covers all essential operations: source enumeration, data retrieval (single and batch), and cache introspection/control. No obvious gaps for the intended use case.

Maintenance

ActivityInactive
ResponsivenessNo issues