research-report-mcp-server

research-report-mcp-server

Enables search and retrieval of industry research reports, including company research, macro strategy, and thematic reports, with filtering and detail lookup via natural language.

Category
Visit Server

README

研报:行业研报检索

该 MCP 服务以行业研报检索为核心,提供行业研报、公司研究、宏观策略和主题报告的检索与详情查询能力。

所属板块:综合信息

主要功能

  • 行业研报关键词检索
  • 机构和行业筛选
  • 报告类型与发布时间筛选
  • 研报详情和来源链接

服务设计说明

  • 服务通过检索和详情两个 Tool 完成“发现研报—筛选研报—读取详情”的完整查询链路。
  • 服务提供 2 个只读 Tool,单次 Tool 调用只访问一个 Product ID。
  • 翻页结果统一收口为 totalresultList
  • 成功响应自动兼容 Gateway业务 data和内部 stat/data 两种形态。
  • 请求超时可通过 HANDAAS_REQUEST_TIMEOUT 配置,默认30秒。

环境要求

  • Python 3.10+
  • 依赖:mcppython-dotenvrequests

本地快速启动

cd research-report-mcp-server
python3 -m venv mcp_env
source mcp_env/bin/activate
pip install -r requirements.txt
cp .env.example .env
python server/mcp_server.py streamable-http

服务默认地址:http://127.0.0.1:8000/mcp。支持 stdiossestreamable-http

环境变量

INTEGRATOR_ID=your_integrator_id
SECRET_ID=your_secret_id
SECRET_KEY=your_secret_key
HANDAAS_REQUEST_TIMEOUT=30

真实凭据只能保存在本地 .env 或部署密钥中。

Cursor / Cherry Studio配置

{
  "mcpServers": {
    "research-report-mcp-server": {
      "type": "streamableHttp",
      "url": "http://127.0.0.1:8000/mcp"
    }
  }
}

可用 Tool 与 Product ID

MCP Tool 使用场景 Product ID 关键输入
research_report_search 按关键词、机构、行业、类型和日期检索研报 6a7c6501c90c69ced247c5b2 研报筛选条件、分页
research_report_detail 查询研报元数据和来源链接 6a7c69c18af44788d4b20653 reportId

推荐调用流程

  1. 调用 research_report_search 搜索研报并缩小候选范围。
  2. 根据标题、机构、行业、类型和发布日期确认目标研报。
  3. 使用结果中的 reportId 调用 research_report_detail 获取完整元数据和来源链接。

Tool 详细说明

1. research_report_search

何时使用:用户需要查找某个行业、公司、主题、机构或时间范围内的研报时使用。

关键参数rpKeyword 搜索研报标题;rpOrgName 搜索机构全称或简称;rpCalIndustryListrpType 用于精确筛选;日期格式为 YYYY-MM-DDpageSize 最大 50。

返回说明:返回研报标题、机构、发布日期、行业、类型和 reportId,不返回研报正文文件。

2. research_report_detail

何时使用:已经确认目标研报,需要获取机构、行业、类型、发布日期和来源链接时使用。

关键参数reportId 必须来自 research_report_search 的结果。

返回说明:返回研报元数据以及来源链接字段;Tool 不购买、不下载、不打开或解析 PDF 文件。

使用示例

示例一:检索行业研报

搜索 2026 年发布的人工智能行业研报,先返回 10 条。

{
  "tool": "research_report_search",
  "arguments": {
    "rpKeyword": "人工智能",
    "rpCalIndustryList": "人工智能",
    "rpPublishDateStart": "2026-01-01",
    "rpPublishDateEnd": "2026-12-31",
    "pageIndex": 1,
    "pageSize": 10
  }
}

示例二:查询研报详情

查看刚才选中研报的发布机构、行业分类、发布日期和来源链接。

{
  "tool": "research_report_detail",
  "arguments": {
    "reportId": "从研报检索结果取得"
  }
}

使用注意事项

  1. 详情必须使用检索结果中的 reportId
  2. 起始日期不能晚于截止日期。
  3. Tool 只返回来源链接元数据,不打开、购买、下载或解析研报文件。
  4. 研报观点属于原发布机构,不代表 MCP 服务立场。

测试验证

python -m py_compile server/mcp_server.py
python -m unittest discover -s tests -v

单元测试使用 Mock 响应;真实验证通过本地 .env 调用 HandaaS Integrator Gateway。

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured