发现报告是专业研报搜索平台。全面覆盖行业分析、公司研究、宏观策略、财报、招股书等研究报告的相关搜索和阅读。
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": {
"command": "uv",
"args": [
"run",
"server.py"
]
}
}
}
注意事项
本工具仅供学习和研究使用,请勿用于商业目的 请遵守必应的使用条款和相关法律法规
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fxbaogao_mcp-0.1.3.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fxbaogao_mcp-0.1.3.tar.gz.
File metadata
- Download URL: fxbaogao_mcp-0.1.3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c026fcc6c80a7a1648af65274a623d7be4df5db343b8d726c4a34c7aa895f0be
|
|
| MD5 |
71e0da8378d30811886724b1d4818e02
|
|
| BLAKE2b-256 |
a71383d830c3ac1eb306b5ea8b5277a17dd023c59311f6abf187a7e98507dc83
|
File details
Details for the file fxbaogao_mcp-0.1.3-py3-none-any.whl.
File metadata
- Download URL: fxbaogao_mcp-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8d90effae5383b2d6c9d07162ba4cac207f1a715e2a62e68f8685f72505f3df
|
|
| MD5 |
68cc1196755f8299f270c2fd20c243f5
|
|
| BLAKE2b-256 |
fe3f01890fda87661dc9b4d1840449a5a41efb04e32ee90c74ae407b14545476
|