多源金融资讯 MCP 服务
Project description
Finance Crawler MCP Server
多源金融资讯采集 MCP 服务,支持抓取:
- 东方财富股吧评论(支持多只股票,逗号分隔)
- 同花顺个股聚焦、公告速递、公司资讯、近期要闻
- 自动生成邮件报告(需配置邮箱环境变量)
- 支持用户在调用时填写自己的邮箱,报告将同时发送至固定收件人和该邮箱
工具列表
collect_all_news:采集所有资讯源并发送邮件报告。可通过user_email参数额外添加收件人。crawl_guba:单独抓取指定股票代码的股吧帖子(支持多只)。crawl_recent_news:单独抓取同花顺近期要闻。
collect_all_news 参数说明
| 参数 | 类型 | 默认值 | 说明 |
|---|---|---|---|
stock_code |
str | "" |
股票代码,支持多只,用英文逗号分隔,例如 "002455,000001";留空则默认抓取 "002455"(示例)。 |
guba_target |
int | 50 |
每只股票股吧抓取最大条数 |
ggjj_count |
int | 20 |
个股聚焦抓取条数 |
ggsd_count |
int | 20 |
公告速递抓取条数 |
company_count |
int | 20 |
公司资讯抓取条数 |
recent_pages |
int | 2 |
近期新闻抓取页数(每页约100条) |
user_email |
str | "" |
(可选)额外收件邮箱,填写后报告会额外发送至此地址 |
crawl_guba 参数说明
| 参数 | 类型 | 默认值 | 说明 |
|---|---|---|---|
stock_code |
str | "" |
同 collect_all_news,支持多只股票逗号分隔,留空默认 "002455" |
target |
int | 50 |
每只股票抓取帖子数量上限 |
crawl_recent_news 参数说明
| 参数 | 类型 | 默认值 | 说明 |
|---|---|---|---|
pages |
int | 2 |
抓取页数(每页约100条) |
安装
pip install finance-crawler-mcp
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 finance_crawler_mcp-0.1.3.tar.gz.
File metadata
- Download URL: finance_crawler_mcp-0.1.3.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
898089ad692ec259d49b0aff6b45b88a4c49f3421a39af7c6d0440c3061d8c09
|
|
| MD5 |
844b36bc6439c468f8ce026d3f3f3377
|
|
| BLAKE2b-256 |
9b6d60e49f48b4e2428bfdb1e2b48426068e7dbc383c50fa3fa267371eac7cf0
|
File details
Details for the file finance_crawler_mcp-0.1.3-py3-none-any.whl.
File metadata
- Download URL: finance_crawler_mcp-0.1.3-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2b14bd7522b53b4cc79905d9fc24f03b09eccab658c837740acb9aaf4a05276
|
|
| MD5 |
3081b6a16618f1b60d0495d66f2e3ec0
|
|
| BLAKE2b-256 |
03c6161d2dac393ebad2748b4c55e644dd5752e75fa3093cff601fe2d4afa2b1
|