Skip to main content
Glama
xihongshi567

modou-tools-mcp

by xihongshi567

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchB

中文网页搜索,聚合百度/搜狗/Bing CN 等引擎(依赖本地 SearXNG localhost:8080)。

fetch_hot_topicsA

获取主流平台当前热搜榜单(zhihu 知乎 / bilibili B站 / github GitHub 趋势 / hackernews HN)。

juejin_recommendedC

掘金技术社区推荐流文章发现。

juejin_by_categoryB

按分类浏览掘金文章(ai / frontend / backend / android / ios / freebie / article)。

github_search_reposA

搜索 GitHub 仓库趋势,把技术趋势翻译成数字(stars/forks/活跃度)。

github_compare_reposB

对比多个 GitHub 仓库的当前快照数据。

arxiv_searchB

搜索 arXiv 论文(标题/摘要/作者全字段匹配),研究者获取最新学术动态。

exa_searchC

Exa 英文语义搜索,适合海外技术趋势、行业报告、论文。

sec_company_factsB

查询美股公司财报(SEC EDGAR),拿营收/净利/研发支出等结构化数据。

sec_compare_companiesA

对比多家美股公司同一财年的核心指标。

cninfo_company_profileB

查询 A股公司基本信息(东方财富公开接口)。

cninfo_financial_analysisA

查询 A股公司财务分析指标(ROE/净利率/营收增速/毛利率/研发占比)。

cninfo_compare_companiesA

对比多家 A股公司最新财年核心指标。

fetch_pageA

抓取网页正文,自动去广告/导航/侧边栏,输出干净 Markdown(trafilatura)。

parse_pdfA

解析 PDF 报告为 Markdown(保留表格),本地文件或在线 URL 均可。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 15 tools

Disambiguation4/5

Tools are mostly distinct by source and purpose (search vs. compare vs. fetch vs. parse), but a few could be confused: web_search vs exa_search both handle search, and juejin_recommended vs juejin_by_category both return Juejin articles.

Naming Consistency3/5

All names use snake_casecars but follow inconsistent patterns: some are source_verb_object (github_search_repos), some are verb_object (fetch_page), and some are source_attribute (juejin_recommended, cninfo_company_profile). The naming is readable but not fully predictable.

Tool Count4/5

15 tools is at the upper boundary of a reasonable scope for a research/investment aggregation servercars. Each tool maps to a distinct data source or operation, though the count is getting close to heavy.

Completeness4/5

Covers searching, fetching content, financial data, and comparison workflows across multiple sources. Minor gaps exist (e.g., no explicit historical data beyond current snapshots, no saved/watchlist functionality), but core research workflows are complete.

Maintenance

ActivitySlowing
ResponsivenessNo issues