MCP Server for stock and crypto
Project description
📈 AkTools MCP Server
基于 akshare 的 MCP (Model Context Protocol) 服务器,提供股票、加密货币的数据查询和分析功能。
功能
- 股票搜索: 根据股票名称、公司简称等关键词查找股票代码
- 股票信息: 获取股票的详细信息,包括价格、市值等
- 市场概况: 获取A股市场的涨停板、龙虎榜、资金流向等
- 历史价格: 获取股票、加密货币历史价格数据,包含技术分析指标
- 相关新闻: 获取股票、加密货币相关的最新新闻资讯
- 财务指标: 支持A股和港美股的财务报告关键指标查询
安装
方式1: uvx
{
"mcpServers": {
"mcp-aktools": {
"command": "uvx",
"args": ["mcp-aktools"],
"env": {
"OKX_BASE_URL": "https://okx.4url.cn", # OKX地址,如果你的网络环境无法访问okx.com,可通过此选项配置反代地址
"BINANCE_BASE_URL": "https://bian.4url.cn" # 币安地址,默认: https://www.binance.com
}
}
}
}
方式2: Smithery
需要通过OAuth授权或Smithery key
{
"mcpServers": {
"mcp-aktools": {
"url": "https://server.smithery.ai/@aahl/mcp-aktools/mcp" # Streamable HTTP
}
}
}
方式3: Docker
mkdir /opt/mcp-aktools
cd /opt/mcp-aktools
wget https://raw.githubusercontent.com/aahl/mcp-aktools/refs/heads/main/docker-compose.yml
docker-compose up -d
{
"mcpServers": {
"mcp-aktools": {
"url": "http://0.0.0.0:8808/mcp" # Streamable HTTP
}
}
}
快速开始
- 在线体验:
- 在线体验:
- 添加到 Cursor
- 添加到 VS Code
- 添加到 Cherry Studio
- 添加到 Claude Code, 执行命令:
claude mcp add aktools -- uvx mcp-aktools - 添加到 OpenAI CodeX, 执行命令:
codex mcp add aktools -- uvx mcp-aktools
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
mcp_aktools-0.1.5.tar.gz
(169.0 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 mcp_aktools-0.1.5.tar.gz.
File metadata
- Download URL: mcp_aktools-0.1.5.tar.gz
- Upload date:
- Size: 169.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92005e45600a86dc9237ce342759fc14265393debfccfcb9a495fcb55ebbeda5
|
|
| MD5 |
3f82a72900b519cdf67a99c568bd0f8a
|
|
| BLAKE2b-256 |
20512c1fe5162b9c73226fd1aee7553f158824747f66d3a77582424693bfeca1
|
File details
Details for the file mcp_aktools-0.1.5-py3-none-any.whl.
File metadata
- Download URL: mcp_aktools-0.1.5-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d5435743a2b9bd494ad4af6c6c0e0105fa4633155bd2e4cbc3e0c8d65cc3a10
|
|
| MD5 |
a4dd7299f2da7c8974b1a0a75bae214c
|
|
| BLAKE2b-256 |
badd97c31849588b1d6724884f05b3ef0c857f857752ff8e0099bf34d70c7b8b
|