发现报告是专业研报搜索平台。全面覆盖行业分析、公司研究、宏观策略、财报、招股书等研究报告的相关搜索和阅读。
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.4.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.4.tar.gz.
File metadata
- Download URL: fxbaogao_mcp-0.1.4.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 |
1b955a96c34006dd67d65dd085b66440d66d64c63c57e414796ac98bec8eec19
|
|
| MD5 |
5e86c1df3bf7f8a95ff42ba556df1185
|
|
| BLAKE2b-256 |
d2800049e31a517d86fccc2f997512453bcf44b6e5240c7f228d7c04ffc02b0d
|
File details
Details for the file fxbaogao_mcp-0.1.4-py3-none-any.whl.
File metadata
- Download URL: fxbaogao_mcp-0.1.4-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 |
3f15de844cf7e7b5c75dbcc3bae3fdf4cb4a3f43b6987cd50c2320220a83e727
|
|
| MD5 |
972fb8e49701bc87ae4752e554e7b265
|
|
| BLAKE2b-256 |
104e369060594d2fef0854e07625d158841b37923997cc4968fb8459a6e235b8
|