Skip to main content

发现报告是专业研报搜索平台。全面覆盖行业分析、公司研究、宏观策略、财报、招股书等研究报告的相关搜索和阅读。

Project description

📊 发现报告(MCP Tool)

本工具集成于 MCP 协议,提供对发现报告网站研究报告的搜索与内容提取能力,适用于金融、产业研究、投资分析等场景。


✨ 工具一:search_reports

通过关键词、作者、机构名称、时间范围等条件检索研究报告列表。

🔧 参数说明

参数名 类型 必填 说明
keywords str 搜索关键词,支持中英文。
authors List[str] 作者姓名列表,如 ["张三", "李四"]
org_names List[str] 机构名称列表,如 ["中信证券", "华泰证券"]
start_time int 起始时间,毫秒级时间戳,如 1640995200000 表示 2022-01-01 00:00:00。
end_time int / str 结束时间,支持毫秒时间戳或相对时间字符串:
"last3day"
"last7day"
"last1mon"
"last3mon"
"last1year"
page_size int 返回结果数量,默认 10,最大 100。

📥 使用示例

# 按关键词搜索
search_reports(keywords="人工智能")

# 按机构搜索
search_reports(org_names=["中信证券"])

# 搜索最近一周某位作者的报告
search_reports(authors=["王磊"], end_time="last7day")

# 精确时间段搜索
search_reports(
    keywords="新能源",
    start_time=1748707200000,
    end_time=1749398399999
)

✨ 工具二:get_report_content

根据报告 ID(doc_id)获取研报的详细内容与总结信息。


🔧 参数说明

参数名 类型 必填 说明
doc_id int ✅ 是 研报文档 ID,来自 search_reports 返回结果中的 docId 字段。

📥 使用示例

# 获取该研报的内容
content = await get_report_content(doc_id)

服务器配置:

{
  "mcpServers": {
    "fxbaogao-mcp": {
      "args": [
        "fxbaogao-mcp@latest"
      ],
      "command": "uvx"
    }
  }
}

注意事项

本工具仅供学习和研究使用,请勿用于商业目的 请遵守发现报告的使用条款和相关法律法规

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fxbaogao_mcp-0.1.5-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file fxbaogao_mcp-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: fxbaogao_mcp-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.13

File hashes

Hashes for fxbaogao_mcp-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 62cabe3050ee77d8b79330cb723ad63dc29ef0b7dedba0bc0ca9ff4090de7808
MD5 85c39b4e510059216be0287511931bba
BLAKE2b-256 a3580e8fc9e2df0664146e66b2379f17be29df7e024922c03796511e64220894

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page